C# Class SoundLibrary.Filter.Equalizer.ButterworthFilterDesigner

バターワースフィルタ設計。
Inheritance: FilterDesigner
Afficher le fichier Open project: ufcpp/UfcppSample

Méthodes publiques

Méthode Description
ButterworthFilterDesigner ( int order ) : System
GetAnalogPrototype2 ( Coefficient coefs ) : void
GetDigitalLPF2 ( double w, Coefficient coefs ) : void
GetZeroPole ( ZeroPole roots ) : void

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

Method Details

ButterworthFilterDesigner() public méthode

public ButterworthFilterDesigner ( int order ) : System
order int
Résultat System

GetAnalogPrototype2() public méthode

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

GetDigitalLPF2() public méthode

public GetDigitalLPF2 ( double w, Coefficient coefs ) : void
w double
coefs Coefficient
Résultat void

GetZeroPole() public méthode

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