I can't find the gaussian noise generator in the simulink ?
45 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
osama Elgarhy
am 19 Okt. 2016
Bearbeitet: Sam McDonald
am 21 Aug. 2018
i have matlab R2016b, i have installed all the toolboxes(including the communication toolbox, and the DSP) except 9 of the toolboxes(e.g. financial) . i can't find the gaussian noise generator (nor the Noise Generators sublibrary)
0 Kommentare
Akzeptierte Antwort
Sam McDonald
am 25 Okt. 2016
Bearbeitet: Sam McDonald
am 21 Aug. 2018
You have mentioned that you cannot locate the Gaussian Noise Generator that should be in the Communications System Toolbox according to documentation online:
As mentioned in the documentation for that block, it will be removed in a future release.
If you have a model that contains a Gaussian Noise Generator block, you can always find its parent library by right-clicking the block and selecting > Locked Library Link > Go to Library Block (CTRL+L) or by executing the following command:
commnoisgen2
There are also a few other Simulink blocks that may be easier to find:
1. MATLAB Function and randn
This is the suggested replacement for Gaussian Noise Generator mentioned in the release notes for R2015b, which can be viewed here:
Go to R2015b > Functionality being changed or removed
2. AWGN Channel block in the Communications System Toolbox
With this block, you can add white Gaussian noise to a real or complex input signal. Refer to the following link for more information on this block:
0 Kommentare
Weitere Antworten (1)
emma play
am 24 Aug. 2017
Thank you for you answer! It's trouble with me for a long time, I decide to uninstall matlab2015.
0 Kommentare
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!