Class STFT
Defined in File STFT_Parallel.hpp
Class Documentation
-
class STFT
Public Functions
-
STFT()
-
void SetBackendForTesting(BACKEND_T backend_type, std::unique_ptr<IStftBackend> backend)
-
StftResult calculate(std::vector<float> &PCMdata, WINDOW_LIST target_window = WINDOW_LIST::HANNING, int windowSizeEXP = 10, float overlapRatio = 0.5f, POST_PROCESS post_process = POST_PROCESS())
-
~STFT()
-
STFT()