adding 5% white gaussian noise
Mostrar comentarios más antiguos
Hi everyone;
I need to add 5% noise to my signal (amplitude of noise = 0.05* signal amplitude) using "randn" as:
signal_noisy=signal+0.5*randn(signal) % (is it correct?)
is the genereated noise, whight gussion one?!
if I want to use "awgn" is it correct to say in this case SNR=13 ???
I realy appriciate your help here
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Propagation and Channel Models en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
