C# Class Sagen.ButterworthFilter

Exibir arquivo Open project: TheBerkin/Sagen

Public Methods

Method Description
ButterworthFilter ( double frequency, int sampleRate, PassFilterType filterType, double resonance ) : System
Update ( double newInput ) : void

Private Methods

Method Description
RecalculateConstants ( ) : void

Method Details

ButterworthFilter() public method

public ButterworthFilter ( double frequency, int sampleRate, PassFilterType filterType, double resonance ) : System
frequency double
sampleRate int
filterType PassFilterType
resonance double
return System

Update() public method

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