C# Class Filter.ShelvingEqualizer

2次IIRを用いたピーキングイコライザ。
Inheritance: IirFilter
Mostra file Open project: ufcpp/UfcppSample Class Usage Examples

Public Methods

Method Description
ShelvingEqualizer ( double w, double A ) : System

ピーキングイコライザを作成。

Method Details

ShelvingEqualizer() public method

ピーキングイコライザを作成。
public ShelvingEqualizer ( double w, double A ) : System
w double 中心周波数
A double 増幅率(リニア値)
return System