8000 GitHub - mvlombardo/neurodsp: Tools for the Voytek Lab and friends to analyze neural time series.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mvlombardo/neurodsp

 
 

Repository files navigation

neurodsp

Project Status: Active – The project has reached a stable, usable state and is being actively developed. Latest Version Build Status License Supported Python Versions Binder

A package of tools to process, analyze, and simulate neural recordings as individual voltage time series, with specific focus on time and frequency domain analyses. The primary purpose of this library is to serve as the shared codebase of common analyses for the Voytek Lab, but we welcome anyone's use and contributions.

Python version support

This package has been tested on python 3.5, and 3.6 with the latest Anaconda distribution. Support for python 2 and earlier versions of python 3 is not guaranteed.

Install

To install the latest release of neurodsp, you can install from pip:

$ pip install neurodsp

To get the development version (updates that are not yet published to pip), you can clone this repo.

$ git clone https://github.com/voytekresearch/neurodsp.git

To install this cloned copy of neurodsp, move into the directory you just cloned, and run:

$ pip install .

Modules

  • burst : Detect bursting oscillators in neural signals (Tutorial)
  • filt : Filter data with bandpass, highpass, lowpass, or notch filters (Tutorial)
  • laggedcoherence : Estimate rhythmicity using the lagged coherence measure (Tutorial)
  • sim : Simulate bursting or stationary oscillators with brown noise (Tutorial)
  • spectral : Compute spectral domain features (PSD and 1/f slope, etc) (Tutorial)
  • swm : Identify recurrent patterns in a signal using sliding window matching (Tutorial)
  • timefrequency : Estimate instantaneous measures of oscillatory activity (Tutorial)

Dependencies

  • numpy
  • scipy
  • matplotlib
  • scikit-learn
  • pytest (optional)

About

Tools for the Voytek Lab and friends to analyze neural time series.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 96.6%
  • Python 3.4%
0