nes v0.1.0 (2018-02-02T11:40:30Z)
Dub
Repo
FirstOrderFilter
nes
filter
Undocumented in source.
class
FirstOrderFilter :
Filter
{
this
(float b0, float b1, float a1, float prevX, float prevY);
float
step
(float x);
}
Constructors
this
this
(float b0, float b1, float a1, float prevX, float prevY)
Undocumented in source.
Members
Functions
step
float
step
(float x)
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From Filter
step
float
step
(float x)
Undocumented in source.
Meta
Source
See Implementation
nes
filter
classes
FilterChain
FirstOrderFilter
functions
HighPassFilter
LowPassFilter
interfaces
Filter