OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
FixedFFTLowPass.h
Go to the documentation of this file.
1#ifndef CLASSIC_FIXED_LOW_PASS_FFT_HH
2#define CLASSIC_FIXED_LOW_PASS_FFT_HH
3
4#include "Filters/Filter.h"
5
7public:
8 FixedFFTLowPassFilter(const int &N);
9 void apply(std::vector<double> &LineDensity);
10 void calc_derivative(std::vector<double> &histogram, const double &h);
11
12private:
14};
15
16#endif // CLASSIC_FIXED_LOW_PASS_FFT_HH
Definition: Filter.h:8
void apply(std::vector< double > &LineDensity)
FixedFFTLowPassFilter(const int &N)
void calc_derivative(std::vector< double > &histogram, const double &h)