how to genrate random signal

1 次查看(过去 30 天)
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 个)

Community Treasure Hunt

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

Start Hunting!

Translated by