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

조회 수: 47 (최근 30일)
osama Elgarhy
osama Elgarhy 2016년 10월 19일
편집: Sam McDonald 2018년 8월 21일
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)

채택된 답변

Sam McDonald
Sam McDonald 2016년 10월 25일
편집: Sam McDonald 2018년 8월 21일
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:

추가 답변 (1개)

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

카테고리

Help CenterFile Exchange에서 Signal Generation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by