Definition at line 51 of file iir_filter.h.
◆ IirFilter()
| IirFilter::IirFilter |
( |
double |
fc = 0.5, |
|
|
int |
tp = IIRFILTER_TYPE_LINEAR |
|
) |
| |
◆ Filter()
| double IirFilter::Filter |
( |
double |
data | ) |
|
◆ get()
| double IirFilter::get |
( |
| ) |
const |
◆ GetFc()
| double IirFilter::GetFc |
( |
| ) |
const |
◆ GetType()
| int IirFilter::GetType |
( |
| ) |
const |
◆ reset()
| void IirFilter::reset |
( |
double |
a = 0.0 | ) |
|
◆ SetFc()
| void IirFilter::SetFc |
( |
double |
fc = 0.1 | ) |
|
◆ SetType()
| void IirFilter::SetType |
( |
int |
tp | ) |
|
◆ UnwrapDeg()
| void IirFilter::UnwrapDeg |
( |
double |
deg | ) |
|
|
protected |
◆ UnwrapRad()
| void IirFilter::UnwrapRad |
( |
double |
rad | ) |
|
|
protected |
The documentation for this class was generated from the following files:
- /home/runner/work/main/main/opencpn/plugins/dashboard_pi/src/iir_filter.h
- /home/runner/work/main/main/opencpn/plugins/dashboard_pi/src/iir_filter.cpp