N=1024;

댓글 수: 3

Geoff Hayes
Geoff Hayes 2016년 4월 6일
irfan - please provide more details. What should the frequency be? What should be the amplitude? Or are these random too? Is N defined to be the block size?
Rick Rosson
Rick Rosson 2016년 4월 6일
And, what probability distribution do you want to use? Gaussian? Uniform? Exponential? Or...?
irfan
irfan 2016년 4월 7일
편집: irfan 2016년 4월 7일
my frequency and amplitude are also random ,i am using uniformly distribution .i am confused how to do it so sir kindly help me

댓글을 달려면 로그인하십시오.

 채택된 답변

Rick Rosson
Rick Rosson 2016년 4월 7일
편집: Rick Rosson 2016년 4월 7일

1 개 추천

N = 1024;
x = rand(N,1);
figure;
plot(x);

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 MATLAB에 대해 자세히 알아보기

질문:

2016년 4월 6일

편집:

2016년 4월 7일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by