how to genrate random signal
4 ビュー (過去 30 日間)
古いコメントを表示
N=1024;
3 件のコメント
Rick Rosson
2016 年 4 月 6 日
And, what probability distribution do you want to use? Gaussian? Uniform? Exponential? Or...?
採用された回答
Rick Rosson
2016 年 4 月 7 日
編集済み: Rick Rosson
2016 年 4 月 7 日
N = 1024;
x = rand(N,1);
figure;
plot(x);
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Measurements and Feature Extraction についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!