1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-24 07:01:16 +01:00

reassignment, internals, implementing frequency correction only

This commit is contained in:
Paul Licameli
2015-05-31 14:58:10 -04:00
parent 1f94d99c43
commit 7113d533fb
3 changed files with 172 additions and 53 deletions

View File

@@ -154,6 +154,13 @@ public:
// Variables used for computing the spectrum
mutable FFTParam *hFFT;
mutable float *window;
// Two other windows for computing reassigned spectrogram
#if 0
mutable float *tWindow; // Window times time parameter
#endif
mutable float *dWindow; // Derivative of window
#endif
};
#endif