-
Notifications
You must be signed in to change notification settings - Fork 1
/
READMEnotes.m
41 lines (30 loc) · 975 Bytes
/
READMEnotes.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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
%{
MaxFreq= max frequency of all blobs
MinFreq=min frequency of all blobs
FreqSpread= diff between above two
specGram=spectrogram in 2k increments
freqMode=max of that specgram
maxIntensity=max zscore loudness of any freq
maxIntesnsityF= freq at that point
maxIntensityT=% of time throguh call that happened
meanIntensity=mean loudness of the image
maxInstaSlope=max single moment change *** MAY NEED TO CHANGE
maxJumpSlope=max slope between discontiguous blobs
firstMoment=mean dydt
firstabsmoment=mean abs dydt
secondMoment=dydydt
maxSplineFreq=max spline freq
minSplineFreq=min spline freq
maxSyllSlope=max overall syllable slope
minSyllSlope=min overalls syll slope
maxAbsSyllSlope= in case the max is negative
maxSyllCurvature
maxSyllConcavity
minSyllConcavity
meanSyllSlope
meanSyllConcavity
deadSpace= % of dead space inbetween call
deadSpaceSec=seconds of dead space
maxCrossSyllSpread max diff in mean syllables
crossSyllVar max variance between sylls
%}