mkogg.py: Fix 'self.get_mp4_metadata(self, source)'
[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 The `README` is posted on the [PyPI page][pypi].
9
10 [numpy]: http://docs.scipy.org/doc/numpy/reference/routines.fft.html#background-information
11 [pypi]: http://pypi.python.org/pypi/FFT-tools/
12
13 [[!tag tags/code]]
14 [[!tag tags/linux]]
15 [[!tag tags/programming]]
16 [[!tag tags/python]]
17 [[!tag tags/pypi]]