#include <Filter.h>
|
int * | _c |
|
long double * | _d |
|
int | _n |
|
long double | _sf |
|
Definition at line 54 of file Filter.h.
◆ Butterworth()
Butterworth::Butterworth |
( |
int |
order, |
|
|
double |
low, |
|
|
double |
upper = 0 |
|
) |
| |
make a Butterworth filter
- Parameters
-
n | filter order |
low | normalized lower frequency cutoff |
upper | normalized upper frequency cutoff |
- Note
- a low pass filter is made if
low
==0, a high pass is high
is 0 and a band pass otherwise
Definition at line 32 of file Filter.cc.
The documentation for this class was generated from the following files: