各位前辈们好
小弟目前正在做
[y,fs] = wavread(filename);
y = resample(y,newfs,fs);
wavwrite(y,newfs,'filename');
重取样后的 y 进行存取 会出现warning情形
Warning: Data clipped during write to file:149.wav
In wavwrite>PCM_Quantize at 287
In wavwrite>write_wavedat at 309
In wavwrite at 138
In resamplebatch at 15
虽然可以存盘,但开启后部份的y被会更改
而且这些更改会影响到实验的辨识结果
不知道有没有前辈了解 QQ