736b8dc8d5
Packaged for pkgsrc-WIP by Kamel Derouiche. Harminv is a free program (and accompanying library) to solve the problem of harmonic inversion, given a discrete-time, finite-length signal that consists of a sum of finitely-many sinusoids (possibly exponentially decaying) in a given bandwidth, it determines the frequencies, decay constants, amplitudes, and phases of those sinusoids.
13 lines
305 B
Makefile
13 lines
305 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2012/10/15 18:57:29 asau Exp $
|
|
|
|
BUILDLINK_TREE+= harminv
|
|
|
|
.if !defined(HARMINV_BUILDLINK3_MK)
|
|
HARMINV_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.harminv+= harminv>=1.3.1
|
|
BUILDLINK_PKGSRCDIR.harminv?= ../../math/harminv
|
|
|
|
.endif # HARMINV_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -harminv
|