how to genrate random signal
4 views (last 30 days)
Show older comments
N=1024;
3 Comments
Rick Rosson
on 6 Apr 2016
And, what probability distribution do you want to use? Gaussian? Uniform? Exponential? Or...?
Accepted Answer
Rick Rosson
on 7 Apr 2016
Edited: Rick Rosson
on 7 Apr 2016
N = 1024;
x = rand(N,1);
figure;
plot(x);
0 Comments
More Answers (0)
See Also
Categories
Find more on Measurements and Feature Extraction in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!