Can I add white noise to signal without using awgn?

Hi, novice here,I m trying to add gaussian white noise to a .wav file , but my assignment only mentions σ=0.01 and the randn function as tips, nothing about the awgn function. How can I accomplish that ?

3 comentarios

hello
if you use randn, remember that this signal will have sigma = 1 standard deviation
so if you need sigma = 0.01 noise signal it's simple :
noise_signal = 0.01*randn(1,samples) ;
Thank you very much!
you're welcome

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Productos

Etiquetas

Preguntada:

el 23 de Abr. de 2021

Comentada:

el 3 de Mayo de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by