sequences.h

来自「This a framework to test new ideas in tr」· C头文件 代码 · 共 27 行

H
27
字号
//The new sequences will be put in here for the 3GPP and BRV//The sequences ar//Complex Symbols - real,imag alternates #ifndef _SEQUENCES_H__#define _SEQUENCES_H__//#include "sequence_MCCDMA.h"#define TRAINING_SEQUENCES 1 //Complex#define MAX_NO_OF_TAPS 16  //Complex#define MAX_NO_OF_ANT  4   //Complexstruct training_t {  int Nt; // The length of the sequence  int L; // How many channel-taps  int M; // Number of antennas  short int *sequence;//Complex real,imag alternates  double *shsish; //Store for 4x4 configuration,Complex real,imag};extern struct training_t training_seq[ TRAINING_SEQUENCES ];#endif

⌨️ 快捷键说明

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