#include "FreqMask.h"
Go to the source code of this file.
Functions | |
void | Periodogram (unsigned char *Samples, float *Periodogram, FrequencyMaskType fMask) |
Using fft4() described above, calculates the (real) periodogram of the real sequence;. | |
void | Periodograms (unsigned char *samples1, unsigned char *samples2, float *periodogram1, float *periodogram2, FrequencyMaskType fMask) |
Calculates the (real) periodograms of 2 real sequences;. |
|
Using fft4() described above, calculates the (real) periodogram of the real sequence;. Normally, WR uses the Periodograms() function; this function is only used by WrTeacher during the playback.
|
|
Calculates the (real) periodograms of 2 real sequences;. Acts as the above function.
|