C# Class SoundLibrary.Filter.Equalizer.EllipticFilterDesigner

楕円フィルタ設計。
Inheritance: FilterDesigner
Afficher le fichier Open project: ufcpp/UfcppSample

Méthodes publiques

Méthode 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 méthode

public EllipticFilterDesigner ( int order, double rp, double rs ) : System
order int
rp double
rs double
Résultat System

GetAnalogPrototype() public méthode

public GetAnalogPrototype ( Coefficient coefs ) : void
coefs Coefficient
Résultat void

GetZeroPole() public méthode

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

SetParameter() public méthode

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