[問題]fdatool已回收
[y, fs] = wavread('D:\hw\music.wav');
y1=y(:,1).';
Ly=length(y1);
ts=1/fs;
tx=(0:Ly-1)*ts;
df=fs/Ly;
fx=-fs/2:df:fs/2-df;
Y1=fftshift(fft(y1,Ly));
figure(1)
subplot(211)
plot(tx,y1)
subplot(212)
plot(fx,abs(Y1))
sound(y,fs)
現在我進行到這個步驟
我用fdatool弄一個128~2000的濾波器
可是我要怎麼將濾波器套用到裡面??
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 61.57.78.134