How can I set the AWGN simulink block to get like this m-file setting >>> awgn(x,SNR,'measured');

3 Ansichten (letzte 30 Tage)
How can I set the AWGN simulink block to get like this setting >>> awgn(x,SNR,'measured'); where the "the AWGN block" must acitvate the "measured" option.

Akzeptierte Antwort

Sulaymon Eshkabilov
Sulaymon Eshkabilov am 6 Feb. 2023
One of the possible ways of attaining this is to use MATLAB Fcn block and edit the MATLABV fcn. See the attached simple Simulink model that contains sucn MATLAB Fcn block with awgn() with two inputs, i.e., u1 is the signal, u2 is the power of noise to be added.

Weitere Antworten (0)

Kategorien

Mehr zu Simulink 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!

Translated by