spike_times(trace,t​hreshold1)

버전 1.2.0.0 (2.03 KB) 작성자: Rune W Berg
Detection of location of spike times
다운로드 수: 1.7K
업데이트 날짜: 2015/5/27

라이선스 보기

This function detects and locates the time points of action potentials in a trace of membrane potential as a function of time in a neuron. The trace should represent a current clamp recording from a neuron.
Input:
"trace" is the membrane voltage array of the neuron "threshold" is the factor times the maximum membrane potential (peak of spike) This "threshold" is the value for which the action potentials have to cross to be detected.

Output:
The output array is the index location of spikes.

Rune W. Berg 2006
rune@berg-lab.net www.berg-lab.net

인용 양식

Rune W Berg (2024). spike_times(trace,threshold1) (https://www.mathworks.com/matlabcentral/fileexchange/27600-spike_times-trace-threshold1), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2009b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Electrophysiology에 대해 자세히 알아보기
도움

줌: spike_remove, APanalysis

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.2.0.0

Changed the threshold detection input.

1.1.0.0

Added default value.

1.0.0.0