Everytime I use the audiowrite and audioread function, it adds some noise to my original signal. Does this happen just to me?
조회 수: 3 (최근 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!