phytium-vsipl/include/hamming.h

13 lines
266 B
C
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#ifndef RADAR_HAMMING_H_
#define RADAR_HAMMING_H_
#include "vsip.h"
/*
* 内部接口:生成汉明窗
* 参数p_vector_dst -- 输出信号
* 功能:根据输出信号的长度生成汉明窗
*/
void vcreate_hamming_f(vsip_vview_f *p_vector_dst);
#endif