Random Stream and mt19937ar with seed
23 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
DM
am 27 Apr. 2015
Beantwortet: Daylon Hester
am 11 Aug. 2021
Hello,
The following object is built in by MATLAB
comm.AWGNChannel('NoiseMethod', 'Signal to noise ratio (SNR)',...
'SNR', snrdB, 'RandomStream', 'mt19937ar with seed', 'Seed', 67);
I am wondering what is the use of
'RandomStream', 'mt19937ar with seed', 'Seed', 67
I have seen this expression being used in many objects other than
comm.AWGNChannel.
Thanks
0 Kommentare
Akzeptierte Antwort
Sebastian Castro
am 27 Apr. 2015
It's a way of generating random numbers. Look at the first example below: http://www.mathworks.com/help/matlab/ref/randstream.html
Also, to see some other types you can refer to this: http://www.mathworks.com/help/matlab/ref/randstream.list.html
- Sebastian
0 Kommentare
Weitere Antworten (1)
Siehe auch
Kategorien
Mehr zu Random Number Generation finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!