photo

yasser


Last seen: 2 years 前 自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

11 个提问
3 个回答

排名
268,105
of 299,911

声誉
0

贡献数
11 个提问
3 个回答

回答接受率
18.18%

收到投票数
0

排名
 of 20,835

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,527

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Fmincon optimization for complex vectors
I'm having an optimization problem where the objective function and the constraints have log terms , the optimization variable i...

9 years 前 | 1 个回答 | 0

1

个回答

提问


negative eigenvalues in sample covariance matrix
clc; clear; N=10; taps=2; snr=0; noise_var=0.05; h1r=randn(1,taps)/sqrt(2); h1i=randn(1,taps)/sqrt(2); h1=complex(h1...

11 years 前 | 1 个回答 | 0

1

个回答

提问


eigen vectors and values algorithm
i need to know the algorithm by which matlab (or generally how can i) calculate the eigen values and vectors of a Non Symmetric ...

11 years 前 | 1 个回答 | 0

1

个回答

提问


symbol rate simulation for different wireless standards
how could i generate data with certain symbol rate ? for ex in 802.11 there are several rates from 1 to 54 Mbps depending on ...

11 years 前 | 0 个回答 | 0

0

个回答

提问


how does awgn works
if h is normalaized to have 0dbw then after x=awgn(h,5); 1-what formula should i apply on x to see 5db; 2-is 10*log10(nor...

11 years 前 | 0 个回答 | 0

0

个回答

已回答
fft normalization and parseval
@Matt J please what do u mean by formula for the transform that MATLAB uses is non-orthogonal by a factor of sqrt(N)

11 years 前 | 0

提问


fft normalization and parseval
h=complex(randi([-1 1],128,1),randi([-1 1],128,1)); h=h/std(h); % no h is normalized to unit pow thus var(h)=1 t=1...

11 years 前 | 3 个回答 | 0

3

个回答

提问


modulation normalizating factor in matlab
in matlab there is function called modnorm used in (from help) M = 16; % Alphabet size % QAM Modulation hMod = comm.Rectang...

11 years 前 | 0 个回答 | 0

0

个回答

已回答
ksdensity function for pdf estimation
please some one post an explanation i need it urgently

11 years 前 | 0

提问


ksdensity function for pdf estimation
i feed some data to ksdensity but i got a gaussian pdf with peak greater than 1 how is that

11 years 前 | 2 个回答 | 0

2

个回答

提问


file i/o problem
i get this msg error Caught "std::exception" Exception message is: Message Catalog MATLAB:services was not loaded from the f...

11 years 前 | 1 个回答 | 0

1

个回答

提问


writing complex to a file
i need to write a complex vector to a file from matlab i tried clear; A=complex(randn(1,5)/sqrt(2),randn(1,5)/sq...

11 years 前 | 2 个回答 | 0

2

个回答

已回答
fft and random sequence
thanks u all

11 years 前 | 0

提问


fft and random sequence
generating 2 random sequences with randn with same variance then applying fft to them would result in 2 sequences of non = varia...

11 years 前 | 3 个回答 | 0

3

个回答