I can't find the gaussian noise generator in the simulink ?
40 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
osama Elgarhy
el 19 de Oct. de 2016
Editada: Sam McDonald
el 21 de Ag. de 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 comentarios
Respuesta aceptada
Sam McDonald
el 25 de Oct. de 2016
Editada: Sam McDonald
el 21 de Ag. de 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 comentarios
Más respuestas (1)
emma play
el 24 de Ag. de 2017
Thank you for you answer! It's trouble with me for a long time, I decide to uninstall matlab2015.
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!