Mercurial > hg > svcore
comparison data/model/FFTModel.h @ 1159:444d133b5ab7 3.0-integration
Merge from branch "tony-2.0-integration"
author | Chris Cannam |
---|---|
date | Thu, 04 Feb 2016 11:13:39 +0000 |
parents | 546d4e417346 e94719f941ba |
children | 12a8daa89970 |
comparison
equal
deleted
inserted
replaced
1156:2dc27f0f97ad | 1159:444d133b5ab7 |
---|---|
99 float getMagnitudeAt(int x, int y) const; | 99 float getMagnitudeAt(int x, int y) const; |
100 float getMaximumMagnitudeAt(int x) const; | 100 float getMaximumMagnitudeAt(int x) const; |
101 float getPhaseAt(int x, int y) const; | 101 float getPhaseAt(int x, int y) const; |
102 void getValuesAt(int x, int y, float &real, float &imaginary) const; | 102 void getValuesAt(int x, int y, float &real, float &imaginary) const; |
103 bool getMagnitudesAt(int x, float *values, int minbin = 0, int count = 0) const; | 103 bool getMagnitudesAt(int x, float *values, int minbin = 0, int count = 0) const; |
104 bool getNormalizedMagnitudesAt(int x, float *values, int minbin = 0, int count = 0) const; | 104 float getNormalizedMagnitudesAt(int x, float *values, int minbin = 0, int count = 0) const; // returns maximum of unnormalized magnitudes |
105 bool getPhasesAt(int x, float *values, int minbin = 0, int count = 0) const; | 105 bool getPhasesAt(int x, float *values, int minbin = 0, int count = 0) const; |
106 bool getValuesAt(int x, float *reals, float *imaginaries, int minbin = 0, int count = 0) const; | 106 bool getValuesAt(int x, float *reals, float *imaginaries, int minbin = 0, int count = 0) const; |
107 | 107 |
108 /** | 108 /** |
109 * Calculate an estimated frequency for a stable signal in this | 109 * Calculate an estimated frequency for a stable signal in this |