Skip to content

nerdull/multitaper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

multitaper

A pure Pythonic implementation of the multitaper method for spectral density estimation. It takes a 1D or 2D numpy.ndarray as the input and estimates its power spectral density. Each time an object is created, a new Slepian sequence is generated. This object can be used to calculate power spectral density as often as possible.

Prerequisites

This code depends only on numpy and scipy so it works with Python version 2 and 3 (tested with versions 2.7.15 and 3.6.5).

Installation

You can install this library by typing:

python setup.py install --record installed_files.txt

This may or may not need sudo depending on your installation. The last argument helps you track files that are installed on your system, in case you like to remove them later.

Similar projects

Other libraries including a multitaper implementations for Python can be found on PyPI are mtspec, libftr and spectrum.

Further Reading

  • Percival, D. B. and Walden, A. T., Spectral Analysis for Physical Applications, Cambridge University Press 2002, ISBN: 9780521435413

License

MIT

About

A Pythonic implementation of multitaper method for spectral density estimation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages