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

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

Accepted Answer

Sulaymon Eshkabilov
Sulaymon Eshkabilov on 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.

More Answers (0)

Categories

Find more on Simulink in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!