Skip to content

Commit

Permalink
Update paper.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed Aug 3, 2017
1 parent 6263ac8 commit e33d0be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/joss/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ bibliography: paper.bib
**Spectrum** is a Python library that includes tools to estimate Power Spectral Densities. Methods
available are based on Fourier transform, parametric methods or eigenvalues analysis.

- The Fourier methods are based upon correlogram, periodogram and Welch estimates. Standard tapering windows (Hann, Hamming, Blackman) and more exotic ones are available (DPSS, Taylor, ...) [welch:1967],[marple:1987].
- The Fourier methods are based upon correlogram, periodogram and Welch estimates. Standard tapering windows (Hann, Hamming, Blackman) and more exotic ones are available (DPSS, Taylor, ...)[harris:1978],[welch:1967],[marple:1987].
- The parametric methods are based on Yule-Walker, BURG, MA and ARMA, covariance and modified covariance methods [marple:1987],[percival:1993].
- Non-parametric methods based on eigen analysis (e.g., MUSIC) and minimum variance analysis are also implemented [marple:1987].
- Multitapering is also available [percival:1993]
- Multitapering method is also available [percival:1993]
- Classical tools useful to spectral analysis and more generally signal processing such as window tapering [harris:1978] or transfer function are also available within the library.

The following image shows the different methods of spectral estimation that are available in **Spectrum**.
Expand Down

0 comments on commit e33d0be

Please sign in to comment.