MATLAB: Adding noise signal to orginal signal

30 db noise signal to three phase signal.

sir, how to add a 30 db noise signal to three phase signal.

Best Answer

Do you have access to the Communications System Toolbox?
If so, you can use the awgn function. For more information:
>> doc awgn
If not, you can use the randn function. For more information:
>> doc randn
HTH.
Rick
Related Question