X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fprocsignal.h;h=14b8f6f85390139007efab727ca8e5ba73b40dfe;hp=2c37de89ddc43ef17909606e599ffb50fca8dd27;hb=d42d3d062dd1aca92b5a2552a1f474aab0bee610;hpb=8a7697ce57b56cdc43698cd1241ad98d49f9b5ac diff --git a/include/procsignal.h b/include/procsignal.h index 2c37de8..14b8f6f 100644 --- a/include/procsignal.h +++ b/include/procsignal.h @@ -33,8 +33,7 @@ #include "config.h" #endif #ifdef HAVE_FFTW -#include -#include +#include #endif #include @@ -152,9 +151,9 @@ class ProcessSignal { static const int s_iFilterGenerationCount; #ifdef HAVE_FFTW - fftw_real* m_adRealFftInput, *m_adRealFftSignal; - rfftw_plan m_realPlanForward, m_realPlanBackward; - fftw_complex* m_adComplexFftInput, *m_adComplexFftSignal; + double *m_adRealFftInput, *m_adRealFftOutput, *m_adRealFftSignal, *m_adRealFftBackwardOutput; + fftw_plan m_realPlanForward, m_realPlanBackward; + fftw_complex *m_adComplexFftInput, *m_adComplexFftOutput, *m_adComplexFftSignal, *m_adComplexFftBackwardOutput; fftw_plan m_complexPlanForward, m_complexPlanBackward; #endif