|
OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
|
#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 |
Implements Filter.
Definition at line 12 of file RelativeFFTLowPass.cpp.
References real(), and threshold_m.
|
virtual |
Implements Filter.
Definition at line 54 of file RelativeFFTLowPass.cpp.
References Physics::pi, real(), and threshold_m.
|
private |
Definition at line 13 of file RelativeFFTLowPass.h.
Referenced by apply(), calc_derivative(), and RelativeFFTLowPassFilter().