mtpsd Code
Brought to you by:
casanchez
File | Date | Author | Commit |
---|---|---|---|
bin | 2012-11-23 |
![]() |
[16fbe7] brought changes from sourceforge |
doc | 2013-01-31 |
![]() |
[2483f0] Added some cross-power spectral density stuff |
include | 2013-01-31 |
![]() |
[2483f0] Added some cross-power spectral density stuff |
matlab | 2012-11-23 |
![]() |
[16fbe7] brought changes from sourceforge |
papers | 2012-11-23 |
![]() |
[16fbe7] brought changes from sourceforge |
src | 2013-01-31 |
![]() |
[2483f0] Added some cross-power spectral density stuff |
.gitignore | 2012-11-23 |
![]() |
[16fbe7] brought changes from sourceforge |
LICENSE.txt | 2012-11-23 |
![]() |
[40cc38] Merge github:pantheras/mtpsd to transfer up to ... |
Makefile | 2013-01-31 |
![]() |
[2483f0] Added some cross-power spectral density stuff |
README.txt | 2012-11-23 |
![]() |
[59d3f5] Updated readme |
mtpsd.pdf | 2012-11-29 |
![]() |
[30d037] Fixed spelling mistake in doc |
MTPSD - Multi-Taper Power Spectral Density estimator Copyright (c) 2012 Antonio Sanchez <antonio@eigenspectrum.com> 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.