📄 sequences.h
字号:
//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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -