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

3 visualizaciones (últimos 30 días)
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.

Respuesta aceptada

Sulaymon Eshkabilov
Sulaymon Eshkabilov el 6 de Feb. de 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.

Más respuestas (0)

Categorías

Más información sobre Simulink en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by