matlab用窗函数法设计线性相位fir低通滤波器
%用窗函数法设计线性相位低通滤波器clear all;wp=0.5*pi;ws=0.6*pi;wd=ws-wp;%hanning 窗N_hann=ceil(8*pi/wd);wc=(wp+ws)/2;