#ifndef POWER_SPECTOL_H #define POWER_SPECTOL_H #include "fftw3.h" /// get the power spectol of the signal int maGetPowerSpectol2D( fftw_complex *in, double *out, int rows, int cols ); #endif