Feedforward Closedloop Learning
|
double getOutput()
Gets the output of the filter.
Definition: bandpass.h:56
void calcNorm(double f)
Normalises the output with f.
Definition: bandpass.cpp:91
void setParameters(double frequency, double Qfactor)
sets the filter parameters
Definition: bandpass.cpp:24
void reset()
Sets the output to zero again.
Definition: bandpass.cpp:16
void impulse(char *name)
Generates an acsii file with the impulse response of the filter.
Definition: bandpass.cpp:47
void transfer(char *name)
Generates an ASCII file with the transfer function.
double filter(double v)
Filter.
Definition: bandpass.cpp:73
Bandpass()
Constructor.
Definition: bandpass.cpp:10
void calcPolesZeros(double f, double r)
Calculates the coefficients The frequency is the normalized frequency in the range [0....
Definition: bandpass.cpp:108
Creates memory traces at specified length.
Definition: bandpass.h:14