⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bitandpoweralloct2.h

📁 好东西
💻 H
字号:
/*
 * MATLAB Compiler: 3.0
 * Date: Fri Mar 24 11:31:36 2006
 * Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on"
 * "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integer_for_loops:on" "-O"
 * "array_indexing:on" "-O" "optimize_conditionals:on" "-m" "-W" "main" "-L"
 * "C" "-t" "-T" "link:exe" "-h" "libmmfile.mlib"
 * "adptive_bitpow_allocate_systems" 
 */

#ifndef MLF_V2
#define MLF_V2 1
#endif

#ifndef __bitandpoweralloct2_h
#define __bitandpoweralloct2_h 1

#ifdef __cplusplus
extern "C" {
#endif

#include "libmatlb.h"

extern void InitializeModule_bitandpoweralloct2(void);
extern void TerminateModule_bitandpoweralloct2(void);
extern _mexLocalFunctionTable _local_function_table_bitandpoweralloct2;

extern mxArray * mlfBitandpoweralloct2(mxArray * * Cbitvector,
                                       mxArray * * gama,
                                       mxArray * N_carrier,
                                       mxArray * groupnumber,
                                       mxArray * Hk,
                                       mxArray * SNR,
                                       mxArray * Pe,
                                       mxArray * N_ofdm);
extern void mlxBitandpoweralloct2(int nlhs,
                                  mxArray * plhs[],
                                  int nrhs,
                                  mxArray * prhs[]);

#ifdef __cplusplus
}
#endif

#endif

⌨️ 快捷键说明

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