photo

anam zahra


自 2017 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

11 个提问
0 个回答

排名
40,612
of 297,527

声誉
1

贡献数
11 个提问
0 个回答

回答接受率
27.27%

收到投票数
1

排名
 of 20,454

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,075

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


can anybody help me in rayleigh channel object.i dont kmow how to pass my signal through rayleigh channel?
fD=12; %Doppler frequency in Hz ts= 5.0000e-04; ...

7 years 前 | 0 个回答 | 0

0

个回答

提问


how to pass your signal through rayleigh channel?
here is my code: fD=12; %Doppler frequency in Hz ts= 5.0000e-04; ...

7 years 前 | 0 个回答 | 0

0

个回答

提问


PAPR (Peak to Average Power Ratio) of OFDM(Orthogonal Frequency Division Multiplexing)
will the PAPR(Peak to Average Power Ratio) of OFDM (Orthogonal Frequency Division Multiplexing) be effected if we use different ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


how to get the index value of maximum peak in fft domain?
i have various frequency components in fft domain. f1,f2,f3,f4,f5. lets suppose our maximum peak lies on frequency f2. i want...

7 years 前 | 1 个回答 | 0

1

个回答

提问


how to extract specific frequency component from range of frequencies?
how to extract a specific frequency from a range of frequencies having amplitude higher than the rest of frequencies. can we use...

7 years 前 | 0 个回答 | 0

0

个回答

提问


how to convert cos(2*pi*f1*t).^2 wave into cos(2*pi*f1*t) wave?)
i want to convert cosine square wave back into cosine wave.. can any one guide me please?

7 years 前 | 1 个回答 | 0

1

个回答

提问


why am i getting accurate graph of SNR v/s BER on negative values of SNR? where snr=-10:1:2
<</matlabcentral/answers/uploaded_files/92567/IMG_8387.JPG>>

7 years 前 | 0 个回答 | 0

0

个回答

提问


how can we add spaces in a numeric string and then change into vector form? i.e changing 11100100 into [1 1 1 0 0 1 0 0]
how to change string 11100100 into [1 1 1 0 0 1 0 0 ]

7 years 前 | 1 个回答 | 0

1

个回答

提问


how to renew matlab license?
whenever i open matlab i receive this message on command window " Your MATLAB license will expire in 55 days. Please c...

7 years 前 | 4 个回答 | 1

4

个回答

提问


how to get 10 plots of sine waves with frequencies f1:f10 using for loop
fs=100; t=0:1/fs:1; f=[2 4]; Y=[]; for i=1:2 y=sin(2*pi*f(i)*t); Y = [Y y]; figure ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


hi! can you please guide me how to generate 7 bit binary comibations and assign all of them a unique value?
%4PAM SIGNAL GENERATOR M=4; for m=1:M a(m)=2*m-1-M; end %BINARY INPUT SEQUENCE x=randi([0 1],1,20); %...

7 years 前 | 1 个回答 | 0

1

个回答