C# 클래스 SoundLibrary.Filter.Equalizer.ButterworthFilterDesigner

バターワースフィルタ設計。
상속: FilterDesigner
파일 보기 프로젝트 열기: ufcpp/UfcppSample

공개 메소드들

메소드 설명
ButterworthFilterDesigner ( int order ) : System
GetAnalogPrototype2 ( Coefficient coefs ) : void
GetDigitalLPF2 ( double w, Coefficient coefs ) : void
GetZeroPole ( ZeroPole roots ) : void

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

메소드 상세

ButterworthFilterDesigner() 공개 메소드

public ButterworthFilterDesigner ( int order ) : System
order int
리턴 System

GetAnalogPrototype2() 공개 메소드

public GetAnalogPrototype2 ( Coefficient coefs ) : void
coefs Coefficient
리턴 void

GetDigitalLPF2() 공개 메소드

public GetDigitalLPF2 ( double w, Coefficient coefs ) : void
w double
coefs Coefficient
리턴 void

GetZeroPole() 공개 메소드

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