adding noise signal to orginal signal

5 views (last 30 days)
sir, how to add a 30 db noise signal to three phase signal.

Accepted Answer

Rick Rosson
Rick Rosson on 1 Sep 2011
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

More Answers (0)

Categories

Find more on Propagation and Channel Models 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!