Searched defs:stft_matrix (Results 1 – 1 of 1) sorted by relevance
1712 Status IRFFT(const Eigen::MatrixXcd &stft_matrix, Eigen::MatrixXd *inverse) { in IRFFT()1773 Status ISTFT(const Eigen::MatrixXcd &stft_matrix, std::shared_ptr<Tensor> *output, int32_t n_fft, i… in ISTFT()1924 Eigen::MatrixXcd stft_matrix(a, n); in Transistft() local