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 Center および File ExchangeCorrelation and Convolution についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by