📄 sequences.c
字号:
#include "sequences.h"#include "sequence_MCCDMA.h"/** * The table contains the following elements: * Nt - The length of the sequence * L - How many channel-taps * M - Number of antennas * sequence - Complex real,imag alternates * shsish - Store for 4x4 configuration,Complex real,imag */struct training_t training_seq[ TRAINING_SEQUENCES ] = { { 128, 16, 4, sequence_MCCDMA, shsish_MCCDMA }};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -