having errors while converting .mat file to .wav file
Mostra commenti meno recenti
x=load('read.mat');
>> f=fieldnames(x);
>> wavwrite(x.(f{1}),8000,'foo.wav')
Warning: Data clipped during write to file:foo.wav
> In wavwrite>PCM_Quantize at 247
In wavwrite>write_wavedat at 267
In wavwrite at 112
>>
Risposta accettata
Più risposte (1)
Daniel Shub
il 9 Mag 2012
0 voti
The error means that at least for one sample either x<-1 or x>1.
6 Commenti
tammna abid
il 9 Mag 2012
Daniel Shub
il 9 Mag 2012
See my edit
tammna abid
il 9 Mag 2012
tammna abid
il 9 Mag 2012
Daniel Shub
il 9 Mag 2012
Thank you equals a vote. I wasn't suggesting you ask in that thread, but rather, that the answer was in the thread.
tammna abid
il 11 Mag 2012
Categorie
Scopri di più su MATLAB in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!