sync.h

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

H
15
字号
#ifndef INC_SYN_H
#define INC_SYN_H


#define BUFFSIZE  840    //FRAMESIZE+TRAININGSIZE+PADDING
#define UPFRAME_SIZE 768   // size of one frame (number of upsampled symbols*2 because of complex valued)
#define TRAININGSIZE 42	 // size of the training sequence
#define PADDING 16       // size of the padding at the beginning and at the end
#define FRAME_SIZE 256 
#define UPFACTOR 3
#define GUARD 10


int sync(float *in , const float *training_seq);

⌨️ 快捷键说明

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