MATLAB: Noise addition without using ‘awgn’ function

noise addition

Hi, i want to add the noise in the optical fiber system (single mode) without using 'awgn' function. How can i do that?

Best Answer

awgn adds Gaussian white noise. You can simply add rand().
Related Question