-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathapi_main.m
More file actions
45 lines (43 loc) · 1.84 KB
/
Copy pathapi_main.m
File metadata and controls
45 lines (43 loc) · 1.84 KB
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
%> @file api_main.m
%> @brief SEV instruction manual and API.
%======================================================================
%> @mainpage Usage guidelines
%>
%> @section intro Introduction
%>
%> @b SEV is a MATLAB based toolbox for analyzing polysomnography (PSG) based sleep studies.
%>
%> Nocturnal polysomnography (NPSG) based sleep studies are used mostly to determine if a patient?s sleep is disturbed by sleep apnea, leg movements, insomnia, seizures or other abnormalities. How much sleep is disturbed could explain how tired a person is.
%> During nocturnal polysomnogrpahy, the PSG monitors various physiological parameters and rhythms that can be used to differentiate healthy from abnormal or disordered sleeping (how someone manages to sleep wearing so much equipment remains a mystery to me).
%>
%> SEV processes PSG studies stored in .EDF or .REC format. Two modes of analysis may be used
%> the single study mode and the batch processing mode.
%>
%> @section view Single study mode
%>
%> SEV's graphical interface is heavily used in the single study (<i>view</i>) mode. In this mode, sleep studies are
%> explored individually.
%>
%> @section batch Batch processing mode
%>
%> This mode is useful for automating analysis of large sets, or cohorts of collected sleep studies.
%>
%> See @ref installation for help installing SEV on your computer.
%>
%>
%>
%> @page installation Installation details
%>
%> @section sysreqs System Requirements
%> SEV requires MATLAB to be installed
%>
%> @section core Core Installation :
%> Follow these instructions to install and use SEV's main functions and features.
%> -
%> -
%> -
%> @section dbase Database Installation :
%> The following instructions are meant for those wishing to utilize SEV's
%database features.
%> - Install MySQL database on your computer.
%> - Install Mym MATLAB to MySQL driver.