sequences.c

来自「This a framework to test new ideas in tr」· C语言 代码 · 共 18 行

C
18
字号
#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 + =
减小字号Ctrl + -
显示快捷键?