OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
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) |
Public Member Functions inherited from Filter | |
Filter () | |
virtual | ~Filter () |
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.
|
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(), and calc_derivative().