how to genrate random signal

조회 수: 1 (최근 30일)
irfan
irfan 2016년 4월 6일
편집: Rick Rosson 2016년 4월 7일
N=1024;
  댓글 수: 3
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일
N = 1024;
x = rand(N,1);
figure;
plot(x);

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Correlation and Convolution에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by