========================================
Neuro Digital Signal Processing Toolbox
========================================
|ProjectStatus|_ |Version|_ |BuildStatus|_ |Coverage|_ |License|_ |PythonVersions|_ |Publication|_
.. |ProjectStatus| image:: https://www.repostatus.org/badges/latest/active.svg
.. _ProjectStatus: https://www.repostatus.org/#active
.. |Version| image:: https://img.shields.io/pypi/v/neurodsp.svg
.. _Version: https://pypi.python.org/pypi/neurodsp/
.. |BuildStatus| image:: https://github.com/neurodsp-tools/neurodsp/actions/workflows/build.yml/badge.svg
.. _BuildStatus: https://github.com/neurodsp-tools/neurodsp/actions/workflows/build.yml
.. |Coverage| image:: https://codecov.io/gh/neurodsp-tools/neurodsp/branch/main/graph/badge.svg
.. _Coverage: https://codecov.io/gh/neurodsp-tools/neurodsp
.. |License| image:: https://img.shields.io/pypi/l/neurodsp.svg
.. _License: https://opensource.org/licenses/Apache-2.0
.. |PythonVersions| image:: https://img.shields.io/pypi/pyversions/neurodsp.svg
.. _PythonVersions: https://pypi.python.org/pypi/neurodsp/
.. |Publication| image:: https://joss.theoj.org/papers/10.21105/joss.01272/status.svg
.. _Publication: https://doi.org/10.21105/joss.01272
Tools to analyze and simulate neural time series, using digital signal processing.
Overview
--------
`neurodsp` is a collection of approaches for applying digital signal processing, and
related algorithms, to neural time series. It also includes simulation tools for generating
plausible simulations of neural time series.
Available modules in ``NeuroDSP`` include:
- ``filt`` : Filter data with bandpass, highpass, lowpass, or notch filters
- ``timefrequency`` : Estimate instantaneous measures of oscillatory activity
- ``spectral`` : Compute freqeuncy domain features such as power spectra
- ``burst`` : Detect bursting oscillations in neural signals
- ``rhythm`` : Find and analyze rhythmic and recurrent patterns in time series
- ``aperiodic`` : Analyze aperiodic features of neural time series
- ``sim`` : Simulate time series, including periodic and aperiodic signal components
- ``plts`` : Plot neural time series and derived measures
- ``utils`` : Additional utilities for managing time series data
Documentation
-------------
Documentation for the ``NeuroDSP`` module is available `here <https://neurodsp-tools.github.io/neurodsp/>`_.
The documentation includes:
- `Tutorials <https://neurodsp-tools.github.io/neurodsp/auto_tutorials/index.html>`_: which describe and work through each module in NeuroDSP
- `Examples <https://neurodsp-tools.github.io/neurodsp/auto_examples/index.html>`_: demonstrating example applications and workflows
- `API List <https://neurodsp-tools.github.io/neurodsp/api.html>`_: which lists and describes all the code and functionality available in the module
- `Glossary <https://neurodsp-tools.github.io/neurodsp/glossary.html>`_: which defines all the key terms used in the module
If you have a question about using NeuroDSP that doesn't seem to be covered by the documentation, feel free to
open an `issue <https://github.com/neurodsp-tools/neurodsp/issues>`_ and ask!
Dependencies
------------
``NeuroDSP`` is written in Python, and requires Python >= 3.6 to run.
It has the following dependencies:
- `numpy <https://github.com/numpy/numpy>`_
- `scipy <https://github.com/scipy/scipy>`_
- `matplotlib <https://github.com/matplotlib/matplotlib>`_
Optional dependencies:
- `pytest <https://github.com/pytest-dev/pytest>`_ is needed if you want to run the test suite locally
We recommend using the `Anaconda <https://www.anaconda.com/products/individual>`_ distribution to manage these requirements.
Install
-------
The current major release of NeuroDSP is the 2.X.X series.
See the `changelog <https://neurodsp-tools.github.io/neurodsp/changelog.html>`_ for notes on major version releases.
**Stable Release Version**
To install the latest stable release, you can use pip:
.. code-block:: shell
$ pip install neurodsp
NeuroDSP can also be installed with conda, from the conda-forge channel:
.. code-block:: shell
$ conda install -c conda-forge neurodsp
**Development Version**
To get the current development version, first clone this repository:
.. code-block:: shell
$ git clone https://github.com/neurodsp-tools/neurodsp
To install this cloned copy, move into the directory you just cloned, and run:
.. code-block:: shell
$ pip install .
**Editable Version**
To install an editable version, download the development version as above, and run:
.. code-block:: shell
$ pip install -e .
Contribute
----------
This project welcomes and encourages contributions from the community!
To file bug reports and/or ask questions about this project, please use the
`Github issue tracker <https://github.com/neurodsp-tools/neurodsp/issues>`_.
To see and get involved in discussions about the module, check out:
- the `issues board <https://github.com/neurodsp-tools/neurodsp/issues>`_ for topics relating to code updates, bugs, and fixes
- the `development page <https://github.com/neurodsp-tools/Development>`_ for discussion of potential major updates to the module
When interacting with this project, please use the
`contribution guidelines <https://github.com/neurodsp-tools/fooof/blob/main/CONTRIBUTING.md>`_
and follow the
`code of conduct <https://github.com/neurodsp-tools/neurodsp/blob/main/CODE_OF_CONDUCT.md>`_.
Reference
---------
If you use this code in your project, please cite:
.. code-block:: text
Cole, S., Donoghue, T., Gao, R., & Voytek, B. (2019). NeuroDSP: A package for
neural digital signal processing. Journal of Open Source Software, 4(36), 1272.
DOI: 10.21105/joss.01272
Direct Link: https://doi.org/10.21105/joss.01272
Bibtex:
.. code-block:: text
@article{cole_neurodsp:_2019,
title = {NeuroDSP: A package for neural digital signal processing},
author = {Cole, Scott and Donoghue, Thomas and Gao, Richard and Voytek, Bradley},
journal = {Journal of Open Source Software},
year = {2019},
volume = {4},
number = {36},
issn = {2475-9066},
url = {https://joss.theoj.org/papers/10.21105/joss.01272},
doi = {10.21105/joss.01272},
}
Funding
-------
Supported by NIH award R01 GM134363 from the
`NIGMS <https://www.nigms.nih.gov/>`_.
.. image:: https://www.nih.gov/sites/all/themes/nih/images/nih-logo-color.png
:width: 400
|
Raw data
{
"_id": null,
"home_page": "https://github.com/neurodsp-tools/neurodsp",
"name": "neurodsp",
"maintainer": "Thomas Donoghue",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "tdonoghue.research@gmail.com",
"keywords": "neuroscience,neural oscillations,time series analysis,local field potentials,spectral analysis,time frequency analysis,electrophysiology",
"author": "The Voytek Lab",
"author_email": "voyteklab@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/cd/5a/6b25722c91e64e8d6e1649434b17b8f9a91662b98e97c5a5c21ec15d83c8/neurodsp-2.2.1.tar.gz",
"platform": "any",
"description": "========================================\n Neuro Digital Signal Processing Toolbox\n========================================\n\n|ProjectStatus|_ |Version|_ |BuildStatus|_ |Coverage|_ |License|_ |PythonVersions|_ |Publication|_\n\n.. |ProjectStatus| image:: https://www.repostatus.org/badges/latest/active.svg\n.. _ProjectStatus: https://www.repostatus.org/#active\n\n.. |Version| image:: https://img.shields.io/pypi/v/neurodsp.svg\n.. _Version: https://pypi.python.org/pypi/neurodsp/\n\n.. |BuildStatus| image:: https://github.com/neurodsp-tools/neurodsp/actions/workflows/build.yml/badge.svg\n.. _BuildStatus: https://github.com/neurodsp-tools/neurodsp/actions/workflows/build.yml\n\n.. |Coverage| image:: https://codecov.io/gh/neurodsp-tools/neurodsp/branch/main/graph/badge.svg\n.. _Coverage: https://codecov.io/gh/neurodsp-tools/neurodsp\n\n.. |License| image:: https://img.shields.io/pypi/l/neurodsp.svg\n.. _License: https://opensource.org/licenses/Apache-2.0\n\n.. |PythonVersions| image:: https://img.shields.io/pypi/pyversions/neurodsp.svg\n.. _PythonVersions: https://pypi.python.org/pypi/neurodsp/\n\n.. |Publication| image:: https://joss.theoj.org/papers/10.21105/joss.01272/status.svg\n.. _Publication: https://doi.org/10.21105/joss.01272\n\nTools to analyze and simulate neural time series, using digital signal processing.\n\nOverview\n--------\n\n`neurodsp` is a collection of approaches for applying digital signal processing, and\nrelated algorithms, to neural time series. It also includes simulation tools for generating\nplausible simulations of neural time series.\n\nAvailable modules in ``NeuroDSP`` include:\n\n- ``filt`` : Filter data with bandpass, highpass, lowpass, or notch filters\n- ``timefrequency`` : Estimate instantaneous measures of oscillatory activity\n- ``spectral`` : Compute freqeuncy domain features such as power spectra\n- ``burst`` : Detect bursting oscillations in neural signals\n- ``rhythm`` : Find and analyze rhythmic and recurrent patterns in time series\n- ``aperiodic`` : Analyze aperiodic features of neural time series\n- ``sim`` : Simulate time series, including periodic and aperiodic signal components\n- ``plts`` : Plot neural time series and derived measures\n- ``utils`` : Additional utilities for managing time series data\n\nDocumentation\n-------------\n\nDocumentation for the ``NeuroDSP`` module is available `here <https://neurodsp-tools.github.io/neurodsp/>`_.\n\nThe documentation includes:\n\n- `Tutorials <https://neurodsp-tools.github.io/neurodsp/auto_tutorials/index.html>`_: which describe and work through each module in NeuroDSP\n- `Examples <https://neurodsp-tools.github.io/neurodsp/auto_examples/index.html>`_: demonstrating example applications and workflows\n- `API List <https://neurodsp-tools.github.io/neurodsp/api.html>`_: which lists and describes all the code and functionality available in the module\n- `Glossary <https://neurodsp-tools.github.io/neurodsp/glossary.html>`_: which defines all the key terms used in the module\n\nIf you have a question about using NeuroDSP that doesn't seem to be covered by the documentation, feel free to\nopen an `issue <https://github.com/neurodsp-tools/neurodsp/issues>`_ and ask!\n\nDependencies\n------------\n\n``NeuroDSP`` is written in Python, and requires Python >= 3.6 to run.\n\nIt has the following dependencies:\n\n- `numpy <https://github.com/numpy/numpy>`_\n- `scipy <https://github.com/scipy/scipy>`_\n- `matplotlib <https://github.com/matplotlib/matplotlib>`_\n\nOptional dependencies:\n\n- `pytest <https://github.com/pytest-dev/pytest>`_ is needed if you want to run the test suite locally\n\nWe recommend using the `Anaconda <https://www.anaconda.com/products/individual>`_ distribution to manage these requirements.\n\nInstall\n-------\n\nThe current major release of NeuroDSP is the 2.X.X series.\n\nSee the `changelog <https://neurodsp-tools.github.io/neurodsp/changelog.html>`_ for notes on major version releases.\n\n**Stable Release Version**\n\nTo install the latest stable release, you can use pip:\n\n.. code-block:: shell\n\n $ pip install neurodsp\n\nNeuroDSP can also be installed with conda, from the conda-forge channel:\n\n.. code-block:: shell\n\n $ conda install -c conda-forge neurodsp\n\n**Development Version**\n\nTo get the current development version, first clone this repository:\n\n.. code-block:: shell\n\n $ git clone https://github.com/neurodsp-tools/neurodsp\n\nTo install this cloned copy, move into the directory you just cloned, and run:\n\n.. code-block:: shell\n\n $ pip install .\n\n**Editable Version**\n\nTo install an editable version, download the development version as above, and run:\n\n.. code-block:: shell\n\n $ pip install -e .\n\nContribute\n----------\n\nThis project welcomes and encourages contributions from the community!\n\nTo file bug reports and/or ask questions about this project, please use the\n`Github issue tracker <https://github.com/neurodsp-tools/neurodsp/issues>`_.\n\nTo see and get involved in discussions about the module, check out:\n\n- the `issues board <https://github.com/neurodsp-tools/neurodsp/issues>`_ for topics relating to code updates, bugs, and fixes\n- the `development page <https://github.com/neurodsp-tools/Development>`_ for discussion of potential major updates to the module\n\nWhen interacting with this project, please use the\n`contribution guidelines <https://github.com/neurodsp-tools/fooof/blob/main/CONTRIBUTING.md>`_\nand follow the\n`code of conduct <https://github.com/neurodsp-tools/neurodsp/blob/main/CODE_OF_CONDUCT.md>`_.\n\nReference\n---------\n\nIf you use this code in your project, please cite:\n\n.. code-block:: text\n\n Cole, S., Donoghue, T., Gao, R., & Voytek, B. (2019). NeuroDSP: A package for\n neural digital signal processing. Journal of Open Source Software, 4(36), 1272.\n DOI: 10.21105/joss.01272\n\nDirect Link: https://doi.org/10.21105/joss.01272\n\nBibtex:\n\n.. code-block:: text\n\n @article{cole_neurodsp:_2019,\n title = {NeuroDSP: A package for neural digital signal processing},\n author = {Cole, Scott and Donoghue, Thomas and Gao, Richard and Voytek, Bradley},\n journal = {Journal of Open Source Software},\n year = {2019},\n volume = {4},\n number = {36},\n issn = {2475-9066},\n url = {https://joss.theoj.org/papers/10.21105/joss.01272},\n doi = {10.21105/joss.01272},\n }\n\nFunding\n-------\n\nSupported by NIH award R01 GM134363 from the\n`NIGMS <https://www.nigms.nih.gov/>`_.\n\n.. image:: https://www.nih.gov/sites/all/themes/nih/images/nih-logo-color.png\n :width: 400\n\n|\n",
"bugtrack_url": null,
"license": "Apache License, 2.0",
"summary": "Digital signal processing for neural time series.",
"version": "2.2.1",
"project_urls": {
"Bug Reports": "https://github.com/neurodsp-tools/neurodsp/issues",
"Documentation": "https://neurodsp-tools.github.io/",
"Download": "https://github.com/neurodsp-tools/neurodsp/releases",
"Homepage": "https://github.com/neurodsp-tools/neurodsp",
"Source": "https://github.com/neurodsp-tools/neurodsp"
},
"split_keywords": [
"neuroscience",
"neural oscillations",
"time series analysis",
"local field potentials",
"spectral analysis",
"time frequency analysis",
"electrophysiology"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "4ba8bf60b0c74e4e8ebd01ae61f09ae807030c53d8c3cc92802612d3756f340e",
"md5": "9d8f0e7adc12c15e9165257de97f44c1",
"sha256": "7b16ab536d678939793c31400dd75dac9c66fa5e82cab69d00991030baa23b17"
},
"downloads": -1,
"filename": "neurodsp-2.2.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9d8f0e7adc12c15e9165257de97f44c1",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 116321,
"upload_time": "2022-09-27T00:10:38",
"upload_time_iso_8601": "2022-09-27T00:10:38.705818Z",
"url": "https://files.pythonhosted.org/packages/4b/a8/bf60b0c74e4e8ebd01ae61f09ae807030c53d8c3cc92802612d3756f340e/neurodsp-2.2.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "cd5a6b25722c91e64e8d6e1649434b17b8f9a91662b98e97c5a5c21ec15d83c8",
"md5": "51c7dbf3be3c6fda8d47d3efb8af84fc",
"sha256": "ca8d02cf0c50373f9a61f49e5d77ac323a979d9779c6dde209fc547f0eb10f58"
},
"downloads": -1,
"filename": "neurodsp-2.2.1.tar.gz",
"has_sig": false,
"md5_digest": "51c7dbf3be3c6fda8d47d3efb8af84fc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 81278,
"upload_time": "2022-09-27T00:10:40",
"upload_time_iso_8601": "2022-09-27T00:10:40.381983Z",
"url": "https://files.pythonhosted.org/packages/cd/5a/6b25722c91e64e8d6e1649434b17b8f9a91662b98e97c5a5c21ec15d83c8/neurodsp-2.2.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-09-27 00:10:40",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "neurodsp-tools",
"github_project": "neurodsp",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "neurodsp"
}