Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonster/synchrony.jl
Coherence/phase-locking statistics in Julia
https://github.com/simonster/synchrony.jl
Last synced: about 1 month ago
JSON representation
Coherence/phase-locking statistics in Julia
- Host: GitHub
- URL: https://github.com/simonster/synchrony.jl
- Owner: simonster
- License: other
- Created: 2013-07-29T03:50:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-02-22T12:00:01.000Z (almost 8 years ago)
- Last Synced: 2024-10-13T19:33:06.034Z (2 months ago)
- Language: Julia
- Homepage:
- Size: 950 KB
- Stars: 22
- Watchers: 5
- Forks: 7
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Analysis of synchronous signals
[![Build Status](https://travis-ci.org/simonster/Synchrony.jl.png?branch=master)](https://travis-ci.org/simonster/Synchrony.jl)
This package implements efficient multitaper and continuous wavelet transforms, along with the following transform statistics most of which operate on pairs of signals:
- Power spectral density (`PowerSpectrum`)
- Power spectral density variance (`PowerSpectrumVariance`)
- Cross spectrum (`CrossSpectrum`)
- Coherence (`Coherence` for the absolute value, `Coherency` for the complex value)
- Phase locking value, a.k.a. the mean resultant vector length or R̄ (`PLV`)
- Pairwise phase consistency, a.k.a. the unbiased estimator of R̄^2 (`PPC`)
- Phase lag index (`PLI`)
- Unbiased squared phase lang index (`PLI2Unbiased`)
- Weighted phase lag index (`WPLI`)
- Debiased squared weighted phase lag index (`WPLI2Debiased`)
- Jammalamadaka circular correlation coefficient (`JCircularCorrelation`)
- Jupp-Mardia squared circular correlation coefficient (`JMCircularCorrelation`)
- Hurtado et al. modulation index (phase-amplitude coupling) (`HurtadoModulationIndex`)Additionally, the following point-field measures are implemented:
- Point-field coherence (`pfcoherence`)
- Point-field PLV (`pfplv`)
- Point-field PPC, variants 0, 1, and 2 (`pfppc0`, `pfppc1`, `pfppc2`)And the following point-point measures:
- Point-point cross correlation (`pfxcorr`)
All measures except for the point-field measures have corresponding unit tests. Documentation is forthcoming.