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