C# Class SoundLibrary.Filter.Equalizer.ChebyshevFilterDesigner

チェビシェフフィルタ設計。。
Inheritance: FilterDesigner
Exibir arquivo Open project: ufcpp/UfcppSample

Private Properties

Property Type Description

Public Methods

Method Description
ChebyshevFilterDesigner ( int order, double epsilon ) : System
ChebyshevFilterDesigner ( int order, double epsilon, bool kind ) : System
GetAnalogPrototype ( Coefficient coefs ) : void
GetZeroPole ( ZeroPole roots ) : void

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

Method Details

ChebyshevFilterDesigner() public method

public ChebyshevFilterDesigner ( int order, double epsilon ) : System
order int
epsilon double
return System

ChebyshevFilterDesigner() public method

public ChebyshevFilterDesigner ( int order, double epsilon, bool kind ) : System
order int
epsilon double
kind bool
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