C# Class SoundLibrary.Filter.Equalizer.EllipticFilterDesigner

楕円フィルタ設計。
Inheritance: FilterDesigner
显示文件 Open project: ufcpp/UfcppSample

Public Methods

Method Description
EllipticFilterDesigner ( int order, double rp, double rs ) : System
GetAnalogPrototype ( Coefficient coefs ) : void
GetZeroPole ( ZeroPole roots ) : void

フィルタの零点/極を計算。

SetParameter ( double rp, double rs ) : void

パスバンドリプルとストップバンドリプルからパラメータ計算。

Method Details

EllipticFilterDesigner() public method

public EllipticFilterDesigner ( int order, double rp, double rs ) : System
order int
rp double
rs double
return System

GetAnalogPrototype() public method

public GetAnalogPrototype ( Coefficient coefs ) : void
coefs Coefficient
return void

GetZeroPole() public method

フィルタの零点/極を計算。
public GetZeroPole ( ZeroPole roots ) : void
roots ZeroPole 零点/極一覧の格納先
return void

SetParameter() public method

パスバンドリプルとストップバンドリプルからパラメータ計算。
public SetParameter ( double rp, double rs ) : void
rp double パスバンドリプル
rs double ストップバンドリプル
return void