C# Class SoundLibrary.Filter.Equalizer.ButterworthFilterDesigner

バターワースフィルタ設計。
Inheritance: FilterDesigner
显示文件 Open project: ufcpp/UfcppSample

Public Methods

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

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

Method Details

ButterworthFilterDesigner() public method

public ButterworthFilterDesigner ( int order ) : System
order int
return System

GetAnalogPrototype2() public method

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

GetDigitalLPF2() public method

public GetDigitalLPF2 ( double w, Coefficient coefs ) : void
w double
coefs Coefficient
return void

GetZeroPole() public method

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