adc code for 16khz wav file.

2 次查看(过去 30 天)
hemalatha
hemalatha 2015-1-21
U=256; % range signal n=7;% number of bits q=U/(2^n-1); y=abs(wavread('C:\Users\hp\Desktop\ee.wav')); a=fix(y/q);
from this quantization finally i get 8khz signal..how can i get 16khz at the end

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Fourier Analysis and Filtering 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by