Calls listeners when a new frame is added. Calculates the log magnitude spectrogram.
Definition at line 38 of file STFT.java.
Static Public Methods | |
RingMatrix | getSTFT (double[] samples, int nfft) |
Get the STFT of samples, with no overlap between frames. | |
RingMatrix | getSTFT (double[] samples, int nfft, int nhop) |
Get the STFT of samples. |