提交 e03ea4a9 编写于 作者: Y Yang Zhou

checkout feature-fbank.cc

上级 bc21a584
......@@ -84,7 +84,6 @@ void FbankComputer::Compute(BaseFloat signal_raw_log_energy,
if (opts_.use_energy && !opts_.raw_energy)
signal_raw_log_energy = Log(std::max<BaseFloat>(VecVec(*signal_frame, *signal_frame),
std::numeric_limits<float>::epsilon()));
if (srfft_ != NULL) // Compute FFT using split-radix algorithm.
srfft_->Compute(signal_frame->Data(), true);
else // An alternative algorithm that works for non-powers-of-two.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册