Add FFT-tools post.
[blog.git] / posts / FFT-tools.mdwn
1 [[!meta  title="FFT-tools"]]
2 [[!template id=gitrepo repo=FFT-tools]]
3
4 AFM cantilever calibration via thermal tuning requires unitary Fourier
5 transforms, but [Numpy's DFT is not unitary][numpy].  This module
6 provides some simple unitary wrappers with an associated test suite.
7
8 [numpy]: http://docs.scipy.org/doc/numpy/reference/routines.fft.html#background-information
9
10 [[!tag tags/code]]
11 [[!tag tags/linux]]
12 [[!tag tags/programming]]
13 [[!tag tags/python]]