-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContents.m
24 lines (24 loc) · 882 Bytes
/
Contents.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
%
% TODO list for different functions - This needs revision!
%
% Read and process matlab files
% Read and process Didson files
% Read and process tdms files
% Create spectrograms from tdms files
% Read metadata files
%
% Block treatment from vessel noise
% Block treatment from tones
%
%
% cpscr_CARUSOcalibration - Gavins stuff
% cpscr_convertTDMSfiles - Converting the tdms file and writes a matlab file
% cpscr_masterconvertdata - This is the master data conversion file
% cpscr_preparekillerwhalesounds - This is what Gavin did to Lises files
%
% Run the treatment:
% cpscr_orcatreatmentblock - Run orca treatment
% cpscr_vesselnoisetreatmentblock - Run vesselnoise treatment sub block
% cpscr_tonetreatmentblock - Run the tone treatment sub block
% cpscr_convertdidsondata - Take the didson data and store it to a separate avi-file for each treatment
%