Go to the source code of this file.
Classes | |
struct | FrequencyMaskType |
A simple blocking mechanism to cut frequencies that are far from whistle's one. More... | |
Typedefs | |
typedef FrequencyMaskType | FrequencyMaskType |
A simple blocking mechanism to cut frequencies that are far from whistle's one. | |
Variables | |
const FrequencyMaskType | FREQ_MASK_ALL = {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1} |
This constant is to be used when all Periodogram's samples have to be calculated (i.e. to draw the periodogram during playback). |
|
A simple blocking mechanism to cut frequencies that are far from whistle's one. Periodogram's samples are used if the corresponding bit in this structure is set to 1, otherwise it is erased to 0 |
|
This constant is to be used when all Periodogram's samples have to be calculated (i.e. to draw the periodogram during playback).
|