Changeset 1203 for trunk/src/STMath.cpp


Ignore:
Timestamp:
08/29/06 14:13:30 (18 years ago)
Author:
mar637
Message:

Using FFTServer::fft0 now, don't know what the difference is. Adde better docs, to explain the fact that the frequency to remove is really a period withing the bandwidth.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STMath.cpp

    r1200 r1203  
    14071407      }
    14081408      Vector<Complex> lags;
    1409       ffts.fft(lags, spec);
     1409      ffts.fft0(lags, spec);
    14101410      Int start =  max(0, lag0);
    14111411      Int end =  min(Int(lags.nelements()-1), lag1);
     
    14171417        }
    14181418      }
    1419       ffts.fft(spec, lags);
     1419      ffts.fft0(spec, lags);
    14201420      specCol.put(i, spec);
    14211421    }
Note: See TracChangeset for help on using the changeset viewer.