|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
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 7 of file RelativeFFTLowPass.cpp.
|
virtual |
Implements Filter.
Definition at line 10 of file RelativeFFTLowPass.cpp.
References gsl_fft_halfcomplex_inverse(), gsl_fft_halfcomplex_wavetable_alloc(), gsl_fft_halfcomplex_wavetable_free(), gsl_fft_real_transform(), gsl_fft_real_wavetable_alloc(), gsl_fft_real_wavetable_free(), gsl_fft_real_workspace_alloc(), gsl_fft_real_workspace_free(), and threshold_m.

|
virtual |
Implements Filter.
Definition at line 52 of file RelativeFFTLowPass.cpp.
References gsl_fft_halfcomplex_inverse(), gsl_fft_halfcomplex_wavetable_alloc(), gsl_fft_halfcomplex_wavetable_free(), gsl_fft_real_transform(), gsl_fft_real_wavetable_alloc(), gsl_fft_real_wavetable_free(), gsl_fft_real_workspace_alloc(), gsl_fft_real_workspace_free(), Physics::pi, and threshold_m.

|
private |
Definition at line 13 of file RelativeFFTLowPass.h.
Referenced by apply(), and calc_derivative().