Everytime I use the audiowrite and audioread function, it adds some noise to my original signal. Does this happen just to me?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Visweshwar Srinivasan
el 8 de Jun. de 2018
Respondida: Walter Roberson
el 8 de Jun. de 2018
Frequency response plot of the signal before audio writing:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/191127/image.png)
Frequency response plot of the signal after audio writing:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/191128/image.png)
PS : The frequencies peaks of the signal are 20, 20.5 and 21KHz respectively.
3 comentarios
Respuesta aceptada
Walter Roberson
el 8 de Jun. de 2018
The data is getting clipped on output because audiowrite() clips double values that are outside the range -1 to +1
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Audio I/O and Waveform Generation en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!