Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fast, multi-channel threshold-crossing detection for neural signals.

License

pbotros/tcrosser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCrosser

C++ code to compute threshold crossings on a multichannel data stream and align to various minima/maxima.

Installation

mkdir -p build/release
cd build/release
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release ../..
make
make install  # or sudo make install if on Unix

About

Fast, multi-channel threshold-crossing detection for neural signals.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published