FFTHelper Class
(lgnSimulator::FFTHelper)Public Functions
FFTHelper() | |
~FFTHelper() |
Static Public Members
vec | fftFreq(int windowLength, double sampleSpacing = 1.) |
cx_vec | fftShift(cx_vec x) |
vec | fftShift(vec x) |
mat | fftShift(mat x) |
cube | fftShift(cube x) |
cx_mat | fftShift(cx_mat x) |
cx_cube | fftShift(cx_cube x) |
mat | ifftShift(mat x) |
cube | ifftShift(cube x) |
cx_mat | ifftShift(cx_mat x) |
cx_cube | ifftShift(cx_cube x) |
Member Function Documentation
FFTHelper::FFTHelper()
Default constructs an instance of FFTHelper.
FFTHelper::~FFTHelper()
Destroys the instance of FFTHelper.