Everytime I use the audiowrite and audioread function, it adds some noise to my original signal. Does this happen just to me?
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Visweshwar Srinivasan
am 8 Jun. 2018
Beantwortet: Walter Roberson
am 8 Jun. 2018
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 Kommentare
Akzeptierte Antwort
Walter Roberson
am 8 Jun. 2018
The data is getting clipped on output because audiowrite() clips double values that are outside the range -1 to +1
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Audio I/O and Waveform Generation finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!