Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kerstinlenk authored Jun 7, 2020
1 parent e18a07c commit 221b60d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# NetworkWideAdaptiveBurstDetection

The network-wide adaptive burst depection algorithm can detect bursts (cascades of action potentials) in neuronal activity, typically measured with *in vitro* multielectrode arrays. The algorithm is implemented in Matlab.

The repository includes the code for the publication: Välkki IA, Lenk K, Mikkonen JE, Kapucu FE and Hyttinen JAK (2017) Network-Wide Adaptive Burst Detection Depicts Neuronal Activity with Improved Accuracy. Front. Comput. Neurosci. 11:40. doi: 10.3389/fncom.2017.00040

Author
=======
* Inkeri Välkki

Contributors
===========
* Kerstin Lenk
* Emre Kapucu

Derivative of CMA algorithm
===========================
The algorithm is a derivative of the cumulative moving average (CMA) algorithm published in Kapucu FE, Tanskanen JA, Mikkonen JE, Ylä-Outinen L, Narkilahti S, Hyttinen JAK (2012) Burst analysis tool for developing neuronal networks exhibiting highly varying action potential dynamics. Front. Comput. Neurosci. 6:38. doi: 10.3389/fncom.2012.00038

Requirements
============
MATLAB (tested with versions 2017-2019b)

Usage
=====
See Manual.docx

0 comments on commit 221b60d

Please sign in to comment.