how to generate samples uisng pseudo random generator
Show older comments
how to generate xor samples using pseudo random number generator
2 Comments
dpb
on 27 Aug 2014
doc rand % and friends for the RNGs in Matlab
what, and how, xor comes into play is totally unclear from what little was provided.
Thirunavukkarasu
on 29 Aug 2014
Accepted Answer
More Answers (1)
Image Analyst
on 30 Aug 2014
inputSamples = rand(1,1000) > 0.5;
Categories
Find more on Random Number Generation 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!