blob: f574c1996c647bb9a830cdcbf0c05bff41c478aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
harminv (harmonic inversion from a time series)
Harminv is a program and library that solves the problem of
harmonic inversion. It takes a discrete-time, finite-length
signal, and decomposes it into a sum of finitely-many
sinusoids, determining the frequencies, decay constants,
amplitudes, and phases of those sinusoids.
This package requires: lapack
If the build script can find the ATLAS libraries, it will
adapt the configure options to use them rather than the
default lapack.
|