X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fprocsignal.h;h=2be3b7c20a65d535e53141bb3c607ac141029257;hp=a16015402705fa47e09e26a919d20cdf55581dde;hb=9b2bb510160bdb56f04847f5b55ab61dd8a47976;hpb=5c6b29ab4885308cc3381af6e0a68f4804956d2e diff --git a/include/procsignal.h b/include/procsignal.h index a160154..2be3b7c 100644 --- a/include/procsignal.h +++ b/include/procsignal.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: procsignal.h,v 1.9 2000/12/29 15:45:06 kevin Exp $ +** $Id: procsignal.h,v 1.11 2001/01/02 05:34:57 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -41,6 +41,9 @@ class SignalFilter; class SGP; + +typedef std::complex CTSimComplex; + class ProcessSignal { public: @@ -102,12 +105,7 @@ class ProcessSignal { static void finiteFourierTransform (const double input[], std::complex output[], const int n, const int direction); static void finiteFourierTransform (const std::complex input[], std::complex output[], const int n, const int direction); static void finiteFourierTransform (const std::complex input[], double output[], const int n, const int direction); - - - static void shuffleNaturalToFourierOrder (double* pdVector, const int n); - static void shuffleNaturalToFourierOrder (std::complex* pdVector, const int n); - static void shuffleFourierToNaturalOrder (double* pdVector, const int n); - static void shuffleFourierToNaturalOrder (std::complex* pdVector, const int n); + private: std::string m_nameFilterMethod;