Home
last modified time | relevance | path

Searched defs:spectrum_start (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/audio/kernels/
Daudio_utils.h1831 … Eigen::MatrixXd *noise_spectrum, const std::vector<T> &spectrum_window, int32_t spectrum_start, in Measure()
2031 auto spectrum_start = static_cast<int>(hp_filter_freq / sample_rate * dft_len_ws + 0.5); in Vad() local