harminv
Robert Tomasik
robert.tomasik at gmail.com
Tue Feb 7 14:53:28 CET 2006
Przesyłam speca do programu, który rozwiązuje problem odwróconej harmonicznej
i proszę o dodanie go do cvs
--
___________________________
Linux is like Wigwam. No Gates, No Windows, Apache Inside !!!
-------------- next part --------------
Summary: Solving "harmonic inversion" problem
Summary(pl): Rozwiązywanie problemu "inwersji harmonicznych"
Name: harminv
Version: 1.3
Release: 0.1
License: GPL
Group: X11/Applications
Source0: http://ab-initio.mit.edu/harminv/%{name}-%{version}.tar.gz
# Source0-md5: d8cccf981ee4315b9d6c4d43fc7d4590
URL: http://ab-initio.mit.edu/harminv/
BuildRequires: lapack-devel
BuildRequires: blas-devel
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
Harminv is a free program (and accompanying library) to solve the
problem of "harmonic inversion." Given a discrete, finite-length
signal that consists of a sum of finitely-many sinusoids (possibly
exponentially decaying), it determines the frequencies, decay
constants, amplitudes, and phases of those sinusoids.
%description -l pl
Harminv jest darmowym programem do rozwiązywania problemu
"inwersji harmonicznych". Daje dyskretny, skończonej długości
sygnał który zawiera sumę różnyhh sinusoid. Określa rozkład
składowych częstotliwości, aplitudy i fazy tych sinusoid.
%prep
%setup -q
%build
%configure \
--mandir=%{_mandir}
%{__make}
%install
rm -rf $RPM_BUILD_ROOT
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%attr(755,root,root) %{_bindir}/harminv
%doc README NEWS AUTHORS
%{_prefix}/lib/libharminv.*
%{_includedir}/harminv.h
%{_mandir}/man1/harminv*
%{_pkgconfigdir}/harminv.pc
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback at pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org
More information about the pld-devel-pl
mailing list