C# Класс SoundLibrary.Filter.Equalizer.ButterworthFilterDesigner

バターワースフィルタ設計。
Наследование: FilterDesigner
Показать файл Открыть проект

Открытые методы

Метод Описание
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