...
File | Structure | Fields | Subfields | Description |
---|---|---|---|---|
info[protocol_id].mat | P | .study_id | link to study in database | |
.start_time | date-time: precise start time of recording. | |||
.num_channels | ||||
.channel{1:N} | cell array of channels | |||
.name | channel name | |||
.filename | mat file of timeseries object; variable has channel name. File is located in phys folder). The channels are synchronized such that the time is equivalent (this is critical for events). The time should start at 0. Time is in seconds. | |||
.sample_rate | empty for asynchronous | |||
.num_events | ||||
.event{1:N} | Cell array of events; note that these are all events, not only those in the database. For analysis, we will use the database events and select segments of the timeseries. For this reason, the names don't matter too much, as we can select events for analysis and classify them at the same time we incorporate them into the database. | |||
.name | ||||
.time | time in seconds |
CSPM functions that read/write in this format
phys_format_whh.m: converts raw WHH data