Feeds
已回答
how to calculate bit rate of audio signal in MATLAB?
[y,Fs]=wavread('x.wav'); file_read=resample(y,10,22050); file_open=fopen('file_read','r'); a=roundn(file_read,-3); byte_si...
how to calculate bit rate of audio signal in MATLAB?
[y,Fs]=wavread('x.wav'); file_read=resample(y,10,22050); file_open=fopen('file_read','r'); a=roundn(file_read,-3); byte_si...
3 years 前 | 0
