-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUser_Guide.m
More file actions
48 lines (48 loc) · 1001 Bytes
/
User_Guide.m
File metadata and controls
48 lines (48 loc) · 1001 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
%% $\bf{FinderSpiker.APs}$
%
% *SOURCE* :
% <https://github.com/vladscript/FinderSpiker.APs>
%
% |Steps Guide|
%% 1. AUTOMATIC FIRING RATES DETECTION
%
% RUN:
%
% * >>FinderSpiker_ActionPotentials
%
% *Input* (see Demo Data)
%
% -ABF
% -CSV V & I files
% -XLSX
%
% *Outputs*
%
% - Preview of the Data (single current pulse and voltage record)
%
% - Feature Table @ csv File whose columns are:
%
% TimeLength_s | CurrentValue | Delta_Current | N_APs | FiringRate | MeanFreq_Hz | Rest_Potential
%
% - Action Potentials,APs variable, @mat File which contains for each AP:
%
% Onset | Amplitude | EoFR
%
%% 2. REVIEW DATA:
%
% * Load .mat File (only if no data @ workspace)
%
% RUN:
%
% * >>Action_Potentials_Check
%
% Use mode:
%
% - Left and Right Arrows Switch Current Pulse
%
% - If missed APs: click on the *Voltage* *Axis* to define an *amplitude* threshold using
% *mouse* *cursor*
%
% - Close and SAVE to *UPDATE*
%
% - Close and CANCEL to *DISCARD*