• 大小: 5KB
    文件类型: .m
    金币: 1
    下载: 0 次
    发布日期: 2021-01-11
  • 语言: Matlab
  • 标签: fir  matlab  窗函数法  

资源简介

采用窗函数设计法,用Matlab代码实现数字滤波器的设计,可选择各种类型的滤波器与各种窗函数相组合。

资源截图

代码片段和文件信息

% script file: fir_filter.m
%
% Purpose:
%   Design an FIR filter using  window function

% Record of revisions
%     Date        Programmer        Description of change
%    ======       ==========        =====================
%   04/22/2010    zhangyp           Origianl code
%
% Define variables
%   wc        -- wc is cutoff frequency.
%   N         -- The finite length
%   h         -- The response array
%   h1        -- Respone array before add window
%   iijj     -- Loop index
%   w_index   -- Window index
%   w         -- Window function
%   f_index   -- Filter kind index
%   alpha     -- alpha=(N-1)/2
%   wlwh     -- parameter of bandpass and band-reject
%   hw        -- FFT of h
%   hw_shift  -- Shift of hw 512 point
%   hw_shift1 -- Shift of hw 256 point

评论

共有 条评论