I can't find the gaussian noise generator in the simulink ?

93 views (last 30 days)
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)

Accepted Answer

Sam McDonald
Sam McDonald on 25 Oct 2016
Edited: Sam McDonald on 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:

More Answers (1)

emma play
emma play on 24 Aug 2017
Thank you for you answer! It's trouble with me for a long time, I decide to uninstall matlab2015.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!