X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=include%2Fprocsignal.h;h=c6472f88851e222ae4951fde5bd9f6d73a9043a5;hb=d16eb37cbc73f67fc29a60645e0b1ac7fe32767e;hp=dcb98a22b5c0b9f2e1dd24f709b6d07c82b77f84;hpb=c953cbb6ffc2fd50e736230f4e6976a025983cff;p=ctsim.git diff --git a/include/procsignal.h b/include/procsignal.h index dcb98a2..c6472f8 100644 --- a/include/procsignal.h +++ b/include/procsignal.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: procsignal.h,v 1.15 2001/03/01 07:30:49 kevin Exp $ +** $Id: procsignal.h,v 1.16 2001/03/13 14:53:43 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 @@ -109,6 +109,7 @@ class ProcessSignal { 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 int addZeropadFactor (int n, int iZeropad); private: std::string m_nameFilterMethod;