├── README.md ├── annotation ├── bathroom_labels.csv ├── bedroom_labels.csv ├── hall_labels.csv ├── labels.csv ├── living_labels.csv └── wcroom_labels.csv ├── example_code ├── anno_reannotator.m ├── anno_room_creator.m ├── functions │ ├── LabelVec2StartStop.m │ ├── LabelVec2StartStop_sync.m │ ├── annotateAudio.m │ ├── filename2time.m │ ├── getsegmentrange_sync.m │ ├── list_folder.m │ ├── readCSV.m │ └── writeCSV.m ├── get_time_sync_info.m ├── other │ ├── Pulse_samples_Node1.mat │ ├── Pulse_samples_Node10.mat │ ├── Pulse_samples_Node11.mat │ ├── Pulse_samples_Node12.mat │ ├── Pulse_samples_Node13.mat │ ├── Pulse_samples_Node2.mat │ ├── Pulse_samples_Node3.mat │ ├── Pulse_samples_Node4.mat │ ├── Pulse_samples_Node6.mat │ ├── Pulse_samples_Node7.mat │ ├── Pulse_samples_Node8.mat │ ├── Pulse_samples_Node9.mat │ ├── WavTimestamps_Node1.mat │ ├── WavTimestamps_Node10.mat │ ├── WavTimestamps_Node11.mat │ ├── WavTimestamps_Node12.mat │ ├── WavTimestamps_Node13.mat │ ├── WavTimestamps_Node2.mat │ ├── WavTimestamps_Node3.mat │ ├── WavTimestamps_Node4.mat │ ├── WavTimestamps_Node6.mat │ ├── WavTimestamps_Node7.mat │ ├── WavTimestamps_Node8.mat │ └── WavTimestamps_Node9.mat └── segment_wav.m └── other ├── 2dplan.eps └── 2dplan.jpg /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KULeuvenADVISE/SINS_database/HEAD/README.md -------------------------------------------------------------------------------- /annotation/bathroom_labels.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KULeuvenADVISE/SINS_database/HEAD/annotation/bathroom_labels.csv -------------------------------------------------------------------------------- /annotation/bedroom_labels.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KULeuvenADVISE/SINS_database/HEAD/annotation/bedroom_labels.csv -------------------------------------------------------------------------------- /annotation/hall_labels.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KULeuvenADVISE/SINS_database/HEAD/annotation/hall_labels.csv -------------------------------------------------------------------------------- /annotation/labels.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KULeuvenADVISE/SINS_database/HEAD/annotation/labels.csv -------------------------------------------------------------------------------- /annotation/living_labels.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KULeuvenADVISE/SINS_database/HEAD/annotation/living_labels.csv -------------------------------------------------------------------------------- /annotation/wcroom_labels.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KULeuvenADVISE/SINS_database/HEAD/annotation/wcroom_labels.csv -------------------------------------------------------------------------------- /example_code/anno_reannotator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KULeuvenADVISE/SINS_database/HEAD/example_code/anno_reannotator.m -------------------------------------------------------------------------------- /example_code/anno_room_creator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KULeuvenADVISE/SINS_database/HEAD/example_code/anno_room_creator.m -------------------------------------------------------------------------------- /example_code/functions/LabelVec2StartStop.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KULeuvenADVISE/SINS_database/HEAD/example_code/functions/LabelVec2StartStop.m -------------------------------------------------------------------------------- /example_code/functions/LabelVec2StartStop_sync.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KULeuvenADVISE/SINS_database/HEAD/example_code/functions/LabelVec2StartStop_sync.m -------------------------------------------------------------------------------- /example_code/functions/annotateAudio.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KULeuvenADVISE/SINS_database/HEAD/example_code/functions/annotateAudio.m -------------------------------------------------------------------------------- /example_code/functions/filename2time.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KULeuvenADVISE/SINS_database/HEAD/example_code/functions/filename2time.m -------------------------------------------------------------------------------- /example_code/functions/getsegmentrange_sync.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KULeuvenADVISE/SINS_database/HEAD/example_code/functions/getsegmentrange_sync.m -------------------------------------------------------------------------------- /example_code/functions/list_folder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KULeuvenADVISE/SINS_database/HEAD/example_code/functions/list_folder.m -------------------------------------------------------------------------------- /example_code/functions/readCSV.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KULeuvenADVISE/SINS_database/HEAD/example_code/functions/readCSV.m -------------------------------------------------------------------------------- /example_code/functions/writeCSV.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KULeuvenADVISE/SINS_database/HEAD/example_code/functions/writeCSV.m -------------------------------------------------------------------------------- /example_code/get_time_sync_info.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KULeuvenADVISE/SINS_database/HEAD/example_code/get_time_sync_info.m -------------------------------------------------------------------------------- /example_code/other/Pulse_samples_Node1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KULeuvenADVISE/SINS_database/HEAD/example_code/other/Pulse_samples_Node1.mat -------------------------------------------------------------------------------- /example_code/other/Pulse_samples_Node10.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KULeuvenADVISE/SINS_database/HEAD/example_code/other/Pulse_samples_Node10.mat -------------------------------------------------------------------------------- /example_code/other/Pulse_samples_Node11.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KULeuvenADVISE/SINS_database/HEAD/example_code/other/Pulse_samples_Node11.mat -------------------------------------------------------------------------------- /example_code/other/Pulse_samples_Node12.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KULeuvenADVISE/SINS_database/HEAD/example_code/other/Pulse_samples_Node12.mat -------------------------------------------------------------------------------- /example_code/other/Pulse_samples_Node13.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KULeuvenADVISE/SINS_database/HEAD/example_code/other/Pulse_samples_Node13.mat -------------------------------------------------------------------------------- /example_code/other/Pulse_samples_Node2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KULeuvenADVISE/SINS_database/HEAD/example_code/other/Pulse_samples_Node2.mat -------------------------------------------------------------------------------- /example_code/other/Pulse_samples_Node3.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KULeuvenADVISE/SINS_database/HEAD/example_code/other/Pulse_samples_Node3.mat -------------------------------------------------------------------------------- /example_code/other/Pulse_samples_Node4.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KULeuvenADVISE/SINS_database/HEAD/example_code/other/Pulse_samples_Node4.mat -------------------------------------------------------------------------------- /example_code/other/Pulse_samples_Node6.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KULeuvenADVISE/SINS_database/HEAD/example_code/other/Pulse_samples_Node6.mat -------------------------------------------------------------------------------- /example_code/other/Pulse_samples_Node7.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KULeuvenADVISE/SINS_database/HEAD/example_code/other/Pulse_samples_Node7.mat -------------------------------------------------------------------------------- /example_code/other/Pulse_samples_Node8.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KULeuvenADVISE/SINS_database/HEAD/example_code/other/Pulse_samples_Node8.mat -------------------------------------------------------------------------------- /example_code/other/Pulse_samples_Node9.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KULeuvenADVISE/SINS_database/HEAD/example_code/other/Pulse_samples_Node9.mat -------------------------------------------------------------------------------- /example_code/other/WavTimestamps_Node1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KULeuvenADVISE/SINS_database/HEAD/example_code/other/WavTimestamps_Node1.mat -------------------------------------------------------------------------------- /example_code/other/WavTimestamps_Node10.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KULeuvenADVISE/SINS_database/HEAD/example_code/other/WavTimestamps_Node10.mat -------------------------------------------------------------------------------- /example_code/other/WavTimestamps_Node11.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KULeuvenADVISE/SINS_database/HEAD/example_code/other/WavTimestamps_Node11.mat -------------------------------------------------------------------------------- /example_code/other/WavTimestamps_Node12.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KULeuvenADVISE/SINS_database/HEAD/example_code/other/WavTimestamps_Node12.mat -------------------------------------------------------------------------------- /example_code/other/WavTimestamps_Node13.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KULeuvenADVISE/SINS_database/HEAD/example_code/other/WavTimestamps_Node13.mat -------------------------------------------------------------------------------- /example_code/other/WavTimestamps_Node2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KULeuvenADVISE/SINS_database/HEAD/example_code/other/WavTimestamps_Node2.mat -------------------------------------------------------------------------------- /example_code/other/WavTimestamps_Node3.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KULeuvenADVISE/SINS_database/HEAD/example_code/other/WavTimestamps_Node3.mat -------------------------------------------------------------------------------- /example_code/other/WavTimestamps_Node4.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KULeuvenADVISE/SINS_database/HEAD/example_code/other/WavTimestamps_Node4.mat -------------------------------------------------------------------------------- /example_code/other/WavTimestamps_Node6.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KULeuvenADVISE/SINS_database/HEAD/example_code/other/WavTimestamps_Node6.mat -------------------------------------------------------------------------------- /example_code/other/WavTimestamps_Node7.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KULeuvenADVISE/SINS_database/HEAD/example_code/other/WavTimestamps_Node7.mat -------------------------------------------------------------------------------- /example_code/other/WavTimestamps_Node8.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KULeuvenADVISE/SINS_database/HEAD/example_code/other/WavTimestamps_Node8.mat -------------------------------------------------------------------------------- /example_code/other/WavTimestamps_Node9.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KULeuvenADVISE/SINS_database/HEAD/example_code/other/WavTimestamps_Node9.mat -------------------------------------------------------------------------------- /example_code/segment_wav.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KULeuvenADVISE/SINS_database/HEAD/example_code/segment_wav.m -------------------------------------------------------------------------------- /other/2dplan.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KULeuvenADVISE/SINS_database/HEAD/other/2dplan.eps -------------------------------------------------------------------------------- /other/2dplan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KULeuvenADVISE/SINS_database/HEAD/other/2dplan.jpg --------------------------------------------------------------------------------