useful_functions.h

来自「详细的OFDM设计过程」· C头文件 代码 · 共 13 行

H
13
字号
// useful_functions.h


#ifndef USEFUL_FUNCTION_H
#define USEFUL_FUNCTION_H

void div_element(const float *x, const float *y, float *z, const int count);
void prod_element_conj(const float *x, const float *y, float *z, const int count);
void square_absolute( float *x, float *y,  int count);


#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?