![]() |
程序解读
[m,Fs] = audioread('女声.mp3');
p=audioplayer(m,Fs); play(p); subplot(211) L=length(m); N=L; m1=m(1:N); fm1=fft(m1); f=(0:N/2-1)*Fs/N; plot(f,abs(fm1(1:N/2))/max(abs(fm1))); title('女声') grid on; axis([0,4000,0,1]) 这上面是一段完整的程序 大佬们可以告诉我这中间的几段是什么意思吗 L=length(m); N=L; m1=m(1:N); fm1=fft(m1); f=(0:N/2-1)*Fs/N; plot(f,abs(fm1(1:N/2))/max(abs(fm1))); |
所有时间均为北京时间。现在的时间是 12:29。 |
Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.