demodulation.h

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

H
8
字号
#ifndef INC_DEMODULATION_H
#define INC_DEMODULATION_H

#define LEN 128			// Assuming framelength always vill be 128, might be adjusted later. 
void demodulation(const float *input, unsigned int *output, const int *b, float *e, const float *h);


#endif //INC_MODULATION_H

⌨️ 快捷键说明

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