#include <DFProcess.h>
Definition at line 55 of file DFProcess.h.
◆ DFProcess()
◆ ~DFProcess()
| virtual DFProcess::~DFProcess |
( |
| ) |
|
|
virtual |
◆ deInitialise()
| void DFProcess::deInitialise |
( |
| ) |
|
|
private |
◆ initialise()
◆ medianFilter()
| void DFProcess::medianFilter |
( |
double * |
src, |
|
|
double * |
dst |
|
) |
| |
|
private |
◆ process()
| void DFProcess::process |
( |
double * |
src, |
|
|
double * |
dst |
|
) |
| |
◆ removeDCNormalize()
| void DFProcess::removeDCNormalize |
( |
double * |
src, |
|
|
double * |
dst |
|
) |
| |
|
private |
◆ filtDst
| double* DFProcess::filtDst |
|
private |
◆ filtSrc
| double* DFProcess::filtSrc |
|
private |
◆ m_alphaNormParam
| double DFProcess::m_alphaNormParam |
|
private |
◆ m_delta
◆ m_FFOrd
◆ m_FiltFilt
◆ m_filtScratchIn
| double* DFProcess::m_filtScratchIn |
|
private |
◆ m_filtScratchOut
| double* DFProcess::m_filtScratchOut |
|
private |
◆ m_isMedianPositive
| bool DFProcess::m_isMedianPositive |
|
private |
◆ m_length
◆ m_winPost
◆ m_winPre
The documentation for this class was generated from the following file: