-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME.txt
30 lines (20 loc) · 914 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
MTPSD - Multi-Taper Power Spectral Density estimator
Copyright (c) 2012 Antonio Sanchez <[email protected]>
Licence: GPLv3
Project web page: http://sourceforge.net/projects/mtpsd/
INSTALLATION
============
Dependencies: FFTW3, LAPACK, (optional: GNU Octave)
Windows: Adjust variables in the Makefile to point to your compiler/Octave installation.
e.g. CC=mingw32-g++-4.4.0-dw2.exe
MINGW_PATH=/d/local/octave/mingw32
LIB_PATH=/d/local/octave/lib
*nix: May need to set compiler in Makefile
e.g. CC=g++
Call
make
Copy 'lib/libmtpsd.a' and/or 'lib/libdpss.a' to your system's lib directory
Copy 'include/*.h' to your system's include directory
Copy 'bin/mtpsd.oct' and 'bin/dpss.oct' somewhere where Octave can find them
Copy 'bin/dpss' to your system's bin directory
See the MTPSD documentation (pdf) for more options/details.