Apollo 10.0
自动驾驶开放平台
|
#include <moving_detection.h>
Public 成员函数 | |
MovingDetection ()=default | |
std::vector< std::complex< double > > | fft1d (const std::vector< double > &signals) |
MovingResult | Detect (const std::vector< std::vector< double > > &signals) |
MovingResult | DetectSingleChannel (const std::size_t channel_index, const std::vector< double > &signal) |
在文件 moving_detection.h 第 31 行定义.
|
default |
MovingResult apollo::audio::MovingDetection::Detect | ( | const std::vector< std::vector< double > > & | signals | ) |
在文件 moving_detection.cc 第 24 行定义.
MovingResult apollo::audio::MovingDetection::DetectSingleChannel | ( | const std::size_t | channel_index, |
const std::vector< double > & | signal | ||
) |
在文件 moving_detection.cc 第 48 行定义.
std::vector< std::complex< double > > apollo::audio::MovingDetection::fft1d | ( | const std::vector< double > & | signals | ) |
在文件 moving_detection.cc 第 105 行定义.