1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name harminv |
---|
6 | version 1.3.1 |
---|
7 | categories science |
---|
8 | platforms darwin |
---|
9 | maintainers higginja |
---|
10 | description FFT Utility |
---|
11 | long_description \ |
---|
12 | Harminv is a free program (and accompanying library) to solve the problem \ |
---|
13 | of harmonic inversion — given a discrete-time, finite-length signal that \ |
---|
14 | consists of a sum of finitely-many sinusoids (possibly exponentially \ |
---|
15 | decaying) in a given bandwidth, it determines the frequencies, decay \ |
---|
16 | constants, amplitudes, and phases of those sinusoids. |
---|
17 | homepage http://ab-initio.mit.edu/wiki/index.php/Harminv |
---|
18 | master_sites http://ab-initio.mit.edu/harminv/ |
---|
19 | |
---|
20 | checksums md5 d3f49f1c90856b3b2e8b77dc4a99c37a \ |
---|
21 | sha1 ef75161233df92393110b783d2945b5915c8291a \ |
---|
22 | rmd160 340de65da54b197f70adec43ecd2907a757d6d35 |
---|
23 | |
---|
24 | configure.args F77=gfortran-mp-4.4 \ |
---|
25 | --mandir=${prefix}/share/man |
---|
26 | |
---|