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
Visweshwar Srinivasan
Visweshwar Srinivasan 2018년 6월 8일
편집: Visweshwar Srinivasan 2018년 6월 8일
Thanks for the reply, the class of the variables used is double, both before writing and after reading. The range of this signal is 0 and 2.1369, which means the modulus(maximum) of this signal is greater than 1, so is this because the signal is getting clipped due to this fact? Also, I have plotted frequencies from 0 to fs, where fs is the sampling frequency (44.1KHz). The frequency peaks are 20, 20.5 and 21 KHz, and the other part is due to complex conjugate symmetry of the signal.

댓글을 달려면 로그인하십시오.

채택된 답변

Walter Roberson
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개)

카테고리

Help CenterFile Exchange에서 Audio I/O and Waveform Generation에 대해 자세히 알아보기

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by