|
OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
|
#include <FixedFFTLowPass.h>
Public Member Functions | |
| FixedFFTLowPassFilter (const int &N) | |
| void | apply (std::vector< double > &LineDensity) |
| void | calc_derivative (std::vector< double > &histogram, const double &h) |
Private Attributes | |
| int | number_frequencies_m |
Definition at line 6 of file FixedFFTLowPass.h.
| FixedFFTLowPassFilter::FixedFFTLowPassFilter | ( | const int & | N | ) |
Definition at line 7 of file FixedFFTLowPass.cpp.
References number_frequencies_m.
|
virtual |
Implements Filter.
Definition at line 11 of file FixedFFTLowPass.cpp.
References number_frequencies_m, and real().
|
virtual |
Implements Filter.
Definition at line 40 of file FixedFFTLowPass.cpp.
References number_frequencies_m, Physics::pi, and real().
|
private |
Definition at line 13 of file FixedFFTLowPass.h.
Referenced by apply(), calc_derivative(), and FixedFFTLowPassFilter().