comparison Source/ObservationData.h @ 12:761289a660c6

Fixed Spectral Contrast and Periodicity
author Geogaddi\David <d.m.ronan@qmul.ac.uk>
date Mon, 17 Aug 2015 19:16:33 +0100
parents 73852457b624
children
comparison
equal deleted inserted replaced
11:be889912d38e 12:761289a660c6
57 m_rolloff85 = rolloff85; 57 m_rolloff85 = rolloff85;
58 m_rolloff95 = rolloff95; 58 m_rolloff95 = rolloff95;
59 m_spectralentropy = spectralentropy; 59 m_spectralentropy = spectralentropy;
60 m_flatness = flatness; 60 m_flatness = flatness;
61 m_spectralcf = spectralcf; 61 m_spectralcf = spectralcf;
62 m_spectralflux = spectralflux; 62 m_spectralflux = spectralflux;
63 m_mfccs = mfccs;
64 m_dmfccs = dmfccs;
63 m_spectralContrast = spectralContrast; 65 m_spectralContrast = spectralContrast;
64 m_spectralValley = spectralValley; 66 m_spectralValley = spectralValley;
65 m_mfccs = mfccs;
66 m_dmfccs = dmfccs;
67 m_periodicity = periodicity; 67 m_periodicity = periodicity;
68 m_entropyofenergy = entropyofenergy; 68 m_entropyofenergy = entropyofenergy;
69 }; 69 };
70 70
71 float GetPeak(){return m_peak;} 71 float GetPeak(){return m_peak;}