[PYTHON MATRIX-SIG] autocorrelation functions?

Konrad Hinsen hinsen@ibs.ibs.fr
Mon, 14 Oct 96 10:00:34 +0100


> What's a smart (read efficient, and possibly neat) way of doing
> autocorrelation in NumPython?  I'm looking for both 1D and 2D with

The standard procedure using FFTs should be efficient in NumPython
(although of course I didn't try it). Both the FFTs and the
multiplication are handled in C code.

> a city-block metric to start with (a cartesian metric would be good
> too, but I suspect that's harder to optimize).

Sorry, I don't know what all that means :-(

Konrad.
-- 
-------------------------------------------------------------------------------
Konrad Hinsen                          | E-Mail: hinsen@ibs.ibs.fr
Laboratoire de Dynamique Moleculaire   | Tel.: +33-76.88.99.28
Institut de Biologie Structurale       | Fax:  +33-76.88.54.94
41, av. des Martyrs                    | Deutsch/Esperanto/English/
38027 Grenoble Cedex 1, France         | Nederlands/Francais
-------------------------------------------------------------------------------

=================
MATRIX-SIG  - SIG on Matrix Math for Python

send messages to: matrix-sig@python.org
administrivia to: matrix-sig-request@python.org
=================