C# Class Sagen.BandPassFilter

Exibir arquivo Open project: TheBerkin/Sagen

Public Methods

Method Description
BandPassFilter ( double lowFrequency, double highFrequency, int sampleRate, double resonanceLow, double resonanceHigh ) : System
Update ( double input ) : void

Private Methods

Method Description
RecalculateHigh ( ) : void
RecalculateLow ( ) : void

Method Details

BandPassFilter() public method

public BandPassFilter ( double lowFrequency, double highFrequency, int sampleRate, double resonanceLow, double resonanceHigh ) : System
lowFrequency double
highFrequency double
sampleRate int
resonanceLow double
resonanceHigh double
return System

Update() public method

public Update ( double input ) : void
input double
return void