r383: no message
[ctsim.git] / libctsim / procsignal.cpp
index 4fdefe6679e9fd16346259c8566ce8ebea0f510d..949e686163f084aaf779475ada170baaa8768d83 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: procsignal.cpp,v 1.17 2001/01/12 14:14:58 kevin Exp $
+**  $Id: procsignal.cpp,v 1.18 2001/01/12 14:21:06 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
@@ -395,6 +395,9 @@ ProcessSignal::init (const int idFilter, const int idFilterMethod, double dBandw
       for (i = nSpatialPoints; i < m_nFilterPoints; i++)
         adSpatialFilter[i] = 0;
       
+//       for (i = 0; i < m_nFilterPoints; i++)
+//               adSpatialFilter[i] /= m_dSignalInc;
+
       std::complex<double>* acInverseFilter = new std::complex<double> [m_nFilterPoints];
       finiteFourierTransform (adSpatialFilter, acInverseFilter, m_nFilterPoints, FORWARD);
       delete adSpatialFilter;