stbc_includ.h
来自「此文件用于仿真MIMO-STBC 系统性能程序」· C头文件 代码 · 共 31 行
H
31 行
/* DESCRIPTION : This file consists of header files to be included */#ifndef _SUI_INCLUDE_H_#define _SUI_INCLUDE_H_#include <stdio.h>#include <stdlib.h>#include <math.h> #include <time.h>#include <string.h>
/*#include <gsl/gsl_complex.h>#include <gsl/gsl_matrix.h>#include <gsl/gsl_linalg.h>#include <gsl/gsl_vector.h>#include <gsl/gsl_complex_math.h>#include <gsl/gsl_eigen.h>#include <gsl/gsl_cblas.h>*/#include "STBC_consts.h"
#include "STBC_defines.h"
#include "STBC_protos.h"
extern t_CONTEXT *s_p_context;
extern long int random_seed; /* initial random seed */
extern int flag;
#endif/* -------------------- END OF FILE includ.h ------------------------------*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?