aboutsummaryrefslogtreecommitdiff
path: root/src/xtract_macros_private.h
AgeCommit message (Collapse)Author
2013-01-07removed references to FFTWJamie Bullock
2013-01-07changed license from GPL to MIT. closes #6Jamie Bullock
2010-02-03- fixed DC/Nyquist inclusion bug in xtract_spectrum() and refactored a bitJamie Bullock
2007-10-06Removed fftw_plan from xtraction functions. Created new init function ↵Jamie Bullock
xtract_init_fft() for creating plans, which have global scope. Updated examples to reflect the change. New configure option: --with-fft_optimisation (0 = FFTW_ESTIMATE, 1 = FFTW_MEASURE, 2 = FFTW_PATIENT).
2007-03-20Fixed constants in xtract_macros_private.h so that defaults work out OKJamie Bullock
2007-02-12Various minor fixesJamie Bullock
2007-01-29Added xtract_macros_private.hJamie Bullock