|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) MINIorX
OPALX
|
#include <RelativeFFTLowPass.h>
Public Member Functions | |
| RelativeFFTLowPassFilter (const double &threshold) | |
| void | apply (std::vector< double > &LineDensity) |
| void | calc_derivative (std::vector< double > &histogram, const double &h) |
Private Attributes | |
| double | threshold_m |
Definition at line 6 of file RelativeFFTLowPass.h.
| RelativeFFTLowPassFilter::RelativeFFTLowPassFilter | ( | const double & | threshold | ) |
Definition at line 8 of file RelativeFFTLowPass.cpp.
References threshold_m.
|
virtual |
|
virtual |
Implements Filter.
Definition at line 54 of file RelativeFFTLowPass.cpp.
References Physics::pi, and threshold_m.
|
private |
Definition at line 13 of file RelativeFFTLowPass.h.
Referenced by apply(), calc_derivative(), and RelativeFFTLowPassFilter().