C# Class Filter.BandPassFir

バンドパス FIR フィルタ。
Inheritance: OddLinearFir
Mostra file Open project: ufcpp/UfcppSample Class Usage Examples

Public Methods

Method Description
BandPassFir ( int n, double wl, double wh ) : System

バンドパスフィルタを作成

BandPassFir ( int n, double wl, double wh, WindowFunction window ) : System

バンドパスフィルタを作成

Method Details

BandPassFir() public method

バンドパスフィルタを作成
public BandPassFir ( int n, double wl, double wh ) : System
n int タップ数=2n+1
wl double 下限周波数
wh double 上限周波数
return System

BandPassFir() public method

バンドパスフィルタを作成
public BandPassFir ( int n, double wl, double wh, WindowFunction window ) : System
n int タップ数=2n+1
wl double 下限周波数
wh double 上限周波数
window WindowFunction 窓関数
return System