-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e18a07c
commit 221b60d
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |