projects
/
hooke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d28642
)
Relicensed FFT_tools.py under Hooke's LGPL
fft
author
W. Trevor King
<wking@drexel.edu>
Mon, 17 May 2010 19:05:09 +0000
(15:05 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Mon, 17 May 2010 19:05:09 +0000
(15:05 -0400)
FFT_tools.py
patch
|
blob
|
history
diff --git
a/FFT_tools.py
b/FFT_tools.py
index 7174d1de5ac6d06ce48c1668dd26f8929ce42976..91670785172b1072479d6b7b88f7622b28aa8f28 100644
(file)
--- a/
FFT_tools.py
+++ b/
FFT_tools.py
@@
-1,6
+1,7
@@
-#!/usr/bin/python
+# Copyright
+
+"""Wrap :mod:`numpy.fft` to produce 1D unitary transforms and power spectra.
-"""
Define some FFT wrappers to reduce clutter.
Provides a unitary discrete FFT and a windowed version.
Based on numpy.fft.rfft.