Everytime I use the audiowrite and audioread function, it adds some noise to my original signal. Does this happen just to me?
5 次查看(过去 30 天)
显示 更早的评论
Frequency response plot of the signal before audio writing:
Frequency response plot of the signal after audio writing:
PS : The frequencies peaks of the signal are 20, 20.5 and 21KHz respectively.
3 个评论
采纳的回答
Walter Roberson
2018-6-8
The data is getting clipped on output because audiowrite() clips double values that are outside the range -1 to +1
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Audio I/O and Waveform Generation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!