亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? adptive_bitpow_allocate_systems_mex.c

?? 好東西
?? C
?? 第 1 頁 / 共 3 頁
字號:
/*
 * MATLAB Compiler: 3.0
 * Date: Fri Mar 24 11:31:23 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" "-x" "-W" "mex" "-L" "C"
 * "-t" "-T" "link:mexlibrary" "libmatlbmx.mlib"
 * "adptive_bitpow_allocate_systems" 
 */

#ifndef MLF_V2
#define MLF_V2 1
#endif

#include "libmatlb.h"
#include "mwservices.h"
#include "adptive_bitpow_allocate_systems.h"
#include "add_noise.h"
#include "bitandpoweralloct2.h"
#include "cut_cp.h"
#include "de_map_module_adp.h"
#include "etime.h"
#include "hold.h"
#include "insert_cp.h"
#include "log10.h"
#include "map_module.h"
#include "map_module_adp.h"
#include "multipath_chann.h"
#include "xlabel.h"
#include "ylabel.h"

extern _mex_information _mex_info;

static mexFunctionTableEntry function_table[1]
  = { { "adptive_bitpow_allocate_systems", mlxAdptive_bitpow_allocate_systems,
        1, 0, &_local_function_table_adptive_bitpow_allocate_systems } };

static _mexInitTermTableEntry init_term_table[1]
  = { { InitializeModule_adptive_bitpow_allocate_systems,
        TerminateModule_adptive_bitpow_allocate_systems } };

/*
 * The function "Mylabel" is the MATLAB callback version of the "ylabel"
 * function from file "c:\matlab6p5\toolbox\matlab\graph2d\ylabel.m". It
 * performs a callback to MATLAB to run the "ylabel" function, and passes any
 * resulting output arguments back to its calling function.
 */
static mxArray * Mylabel(int nargout_, mxArray * string, mxArray * varargin) {
    mxArray * hh = NULL;
    mclFevalCallMATLAB(
      mclNVarargout(nargout_, 0, &hh, NULL),
      "ylabel",
      string, mlfIndexRef(varargin, "{?}", mlfCreateColonIndex()), NULL);
    return hh;
}

/*
 * The function "Mxlabel" is the MATLAB callback version of the "xlabel"
 * function from file "c:\matlab6p5\toolbox\matlab\graph2d\xlabel.m". It
 * performs a callback to MATLAB to run the "xlabel" function, and passes any
 * resulting output arguments back to its calling function.
 */
static mxArray * Mxlabel(int nargout_, mxArray * string, mxArray * varargin) {
    mxArray * hh = NULL;
    mclFevalCallMATLAB(
      mclNVarargout(nargout_, 0, &hh, NULL),
      "xlabel",
      string, mlfIndexRef(varargin, "{?}", mlfCreateColonIndex()), NULL);
    return hh;
}

/*
 * The function "Mmultipath_chann" is the MATLAB callback version of the
 * "multipath_chann" function from file
 * "c:\matlab6p5\work\adptive_ofdm\adptive_ofdm\multipath_chann.m". It performs
 * a callback to MATLAB to run the "multipath_chann" function, and passes any
 * resulting output arguments back to its calling function.
 */
static mxArray * Mmultipath_chann(mxArray * * Hk,
                                  int nargout_,
                                  mxArray * input_sig,
                                  mxArray * num,
                                  mxArray * var_pow,
                                  mxArray * delay,
                                  mxArray * fd,
                                  mxArray * t_interval,
                                  mxArray * counter,
                                  mxArray * count_begin,
                                  mxArray * cp_n) {
    mxArray * output_sig = NULL;
    mclFevalCallMATLAB(
      mclNVarargout(nargout_, 0, &output_sig, Hk, NULL),
      "multipath_chann",
      input_sig,
      num,
      var_pow,
      delay,
      fd,
      t_interval,
      counter,
      count_begin,
      cp_n,
      NULL);
    return output_sig;
}

/*
 * The function "Mmap_module_adp" is the MATLAB callback version of the
 * "map_module_adp" function from file
 * "c:\matlab6p5\work\adptive_ofdm\adptive_ofdm\map_module_adp.m". It performs
 * a callback to MATLAB to run the "map_module_adp" function, and passes any
 * resulting output arguments back to its calling function.
 */
static mxArray * Mmap_module_adp(int nargout_,
                                 mxArray * input,
                                 mxArray * map_flag) {
    mxArray * output = NULL;
    mclFevalCallMATLAB(
      mclNVarargout(nargout_, 0, &output, NULL),
      "map_module_adp",
      input, map_flag, NULL);
    return output;
}

/*
 * The function "Mmap_module" is the MATLAB callback version of the
 * "map_module" function from file
 * "c:\matlab6p5\work\adptive_ofdm\adptive_ofdm\map_module.m". It performs a
 * callback to MATLAB to run the "map_module" function, and passes any
 * resulting output arguments back to its calling function.
 */
static mxArray * Mmap_module(int nargout_,
                             mxArray * input,
                             mxArray * map_flag) {
    mxArray * output = NULL;
    mclFevalCallMATLAB(
      mclNVarargout(nargout_, 0, &output, NULL),
      "map_module",
      input, map_flag, NULL);
    return output;
}

/*
 * The function "Mlog10" is the MATLAB callback version of the "log10" function
 * from file "c:\matlab6p5\toolbox\matlab\elfun\log10.m". It performs a
 * callback to MATLAB to run the "log10" function, and passes any resulting
 * output arguments back to its calling function.
 */
static mxArray * Mlog10(int nargout_, mxArray * x) {
    mxArray * y = NULL;
    mclFevalCallMATLAB(mclNVarargout(nargout_, 0, &y, NULL), "log10", x, NULL);
    return y;
}

/*
 * The function "Minsert_cp" is the MATLAB callback version of the "insert_cp"
 * function from file
 * "c:\matlab6p5\work\adptive_ofdm\adptive_ofdm\insert_cp.m". It performs a
 * callback to MATLAB to run the "insert_cp" function, and passes any resulting
 * output arguments back to its calling function.
 */
static mxArray * Minsert_cp(int nargout_,
                            mxArray * input,
                            mxArray * cp_length) {
    mxArray * output = NULL;
    mclFevalCallMATLAB(
      mclNVarargout(nargout_, 0, &output, NULL),
      "insert_cp",
      input, cp_length, NULL);
    return output;
}

/*
 * The function "Mhold" is the MATLAB callback version of the "hold" function
 * from file "c:\matlab6p5\toolbox\matlab\graphics\hold.m". It performs a
 * callback to MATLAB to run the "hold" function, and passes any resulting
 * output arguments back to its calling function.
 */
static void Mhold(mxArray * opt_hold_state) {
    mclFevalCallMATLAB(mclAnsVarargout(), "hold", opt_hold_state, NULL);
}

/*
 * The function "Metime" is the MATLAB callback version of the "etime" function
 * from file "c:\matlab6p5\toolbox\matlab\timefun\etime.m". It performs a
 * callback to MATLAB to run the "etime" function, and passes any resulting
 * output arguments back to its calling function.
 */
static mxArray * Metime(int nargout_, mxArray * t1, mxArray * t0) {
    mxArray * t = NULL;
    mclFevalCallMATLAB(
      mclNVarargout(nargout_, 0, &t, NULL), "etime", t1, t0, NULL);
    return t;
}

/*
 * The function "Mde_map_module_adp" is the MATLAB callback version of the
 * "de_map_module_adp" function from file
 * "c:\matlab6p5\work\adptive_ofdm\adptive_ofdm\de_map_module_adp.m". It
 * performs a callback to MATLAB to run the "de_map_module_adp" function, and
 * passes any resulting output arguments back to its calling function.
 */
static mxArray * Mde_map_module_adp(int nargout_,
                                    mxArray * input,
                                    mxArray * map_flag,
                                    mxArray * groupsize,
                                    mxArray * groupnumber,
                                    mxArray * bit_num_ofdmsig) {
    mxArray * output = NULL;
    mclFevalCallMATLAB(
      mclNVarargout(nargout_, 0, &output, NULL),
      "de_map_module_adp",
      input, map_flag, groupsize, groupnumber, bit_num_ofdmsig, NULL);
    return output;
}

/*
 * The function "Mcut_cp" is the MATLAB callback version of the "cut_cp"
 * function from file "c:\matlab6p5\work\adptive_ofdm\adptive_ofdm\cut_cp.m".
 * It performs a callback to MATLAB to run the "cut_cp" function, and passes
 * any resulting output arguments back to its calling function.
 */
static mxArray * Mcut_cp(int nargout_, mxArray * input, mxArray * cp_length) {
    mxArray * output = NULL;
    mclFevalCallMATLAB(
      mclNVarargout(nargout_, 0, &output, NULL),
      "cut_cp",
      input, cp_length, NULL);
    return output;
}

/*
 * The function "Mbitandpoweralloct2" is the MATLAB callback version of the
 * "bitandpoweralloct2" function from file
 * "c:\matlab6p5\work\adptive_ofdm\adptive_ofdm\bitandpoweralloct2.m". It
 * performs a callback to MATLAB to run the "bitandpoweralloct2" function, and
 * passes any resulting output arguments back to its calling function.
 */
static mxArray * Mbitandpoweralloct2(mxArray * * Cbitvector,
                                     mxArray * * gama,
                                     int nargout_,
                                     mxArray * N_carrier,
                                     mxArray * groupnumber,
                                     mxArray * Hk,
                                     mxArray * SNR,
                                     mxArray * Pe,
                                     mxArray * N_ofdm) {
    mxArray * poweralloctvector = NULL;
    mclFevalCallMATLAB(
      mclNVarargout(nargout_, 0, &poweralloctvector, Cbitvector, gama, NULL),
      "bitandpoweralloct2",
      N_carrier, groupnumber, Hk, SNR, Pe, N_ofdm, NULL);
    return poweralloctvector;
}

/*
 * The function "Madd_noise" is the MATLAB callback version of the "add_noise"
 * function from file
 * "c:\matlab6p5\work\adptive_ofdm\adptive_ofdm\add_noise.m". It performs a
 * callback to MATLAB to run the "add_noise" function, and passes any resulting
 * output arguments back to its calling function.
 */
static mxArray * Madd_noise(int nargout_, mxArray * sgma, mxArray * input) {
    mxArray * output = NULL;
    mclFevalCallMATLAB(
      mclNVarargout(nargout_, 0, &output, NULL),
      "add_noise",
      sgma, input, NULL);
    return output;
}

/*
 * The function "mexLibrary" is a Compiler-generated mex wrapper, suitable for
 * building a MEX-function. It initializes any persistent variables as well as
 * a function table for use by the feval function. It then calls the function
 * "mlxAdptive_bitpow_allocate_systems". Finally, it clears the feval table and
 * exits.
 */
mex_information mexLibrary(void) {
    mclMexLibraryInit();
    return &_mex_info;
}

_mex_information _mex_info
  = { 1, 1, function_table, 0, NULL, 0, NULL, 1, init_term_table };

/*
 * The function "mlfNYlabel" contains the nargout interface for the "ylabel"
 * M-function from file "c:\matlab6p5\toolbox\matlab\graph2d\ylabel.m" (lines
 * 0-0). This interface is only produced if the M-function uses the special
 * variable "nargout". The nargout interface allows the number of requested
 * outputs to be specified via the nargout argument, as opposed to the normal
 * interface which dynamically calculates the number of outputs based on the
 * number of non-NULL inputs it receives. This function processes any input
 * arguments and passes them to the implementation version of the function,
 * appearing above.
 */
mxArray * mlfNYlabel(int nargout, mxArray * string, ...) {
    mxArray * varargin = NULL;
    mxArray * hh = NULL;
    mlfVarargin(&varargin, string, 0);
    mlfEnterNewContext(0, -2, string, varargin);
    hh = Mylabel(nargout, string, varargin);
    mlfRestorePreviousContext(0, 1, string);
    mxDestroyArray(varargin);
    return mlfReturnValue(hh);
}

/*
 * The function "mlfYlabel" contains the normal interface for the "ylabel"
 * M-function from file "c:\matlab6p5\toolbox\matlab\graph2d\ylabel.m" (lines
 * 0-0). This function processes any input arguments and passes them to the
 * implementation version of the function, appearing above.
 */
mxArray * mlfYlabel(mxArray * string, ...) {
    mxArray * varargin = NULL;
    int nargout = 1;
    mxArray * hh = NULL;
    mlfVarargin(&varargin, string, 0);
    mlfEnterNewContext(0, -2, string, varargin);
    hh = Mylabel(nargout, string, varargin);
    mlfRestorePreviousContext(0, 1, string);
    mxDestroyArray(varargin);
    return mlfReturnValue(hh);
}

/*
 * The function "mlfVYlabel" contains the void interface for the "ylabel"
 * M-function from file "c:\matlab6p5\toolbox\matlab\graph2d\ylabel.m" (lines
 * 0-0). The void interface is only produced if the M-function uses the special
 * variable "nargout", and has at least one output. The void interface function
 * specifies zero output arguments to the implementation version of the
 * function, and in the event that the implementation version still returns an
 * output (which, in MATLAB, would be assigned to the "ans" variable), it
 * deallocates the output. This function processes any input arguments and
 * passes them to the implementation version of the function, appearing above.
 */
void mlfVYlabel(mxArray * string, ...) {
    mxArray * varargin = NULL;
    mxArray * hh = NULL;
    mlfVarargin(&varargin, string, 0);
    mlfEnterNewContext(0, -2, string, varargin);
    hh = Mylabel(0, string, varargin);
    mlfRestorePreviousContext(0, 1, string);
    mxDestroyArray(varargin);
}

/*
 * The function "mlxYlabel" contains the feval interface for the "ylabel"
 * M-function from file "c:\matlab6p5\toolbox\matlab\graph2d\ylabel.m" (lines
 * 0-0). The feval function calls the implementation version of ylabel through
 * this function. This function processes any input arguments and passes them
 * to the implementation version of the function, appearing above.
 */
void mlxYlabel(int nlhs, mxArray * plhs[], int nrhs, mxArray * prhs[]) {
    mxArray * mprhs[2];
    mxArray * mplhs[1];
    int i;
    if (nlhs > 1) {
        mlfError(
          mxCreateString(
            "Run-time Error: File: ylabel Line: 1 Column: "
            "1 The function \"ylabel\" was called with mor"
            "e than the declared number of outputs (1)."),
          NULL);
    }
    for (i = 0; i < 1; ++i) {
        mplhs[i] = NULL;
    }
    for (i = 0; i < 1 && i < nrhs; ++i) {
        mprhs[i] = prhs[i];
    }
    for (; i < 1; ++i) {
        mprhs[i] = NULL;
    }
    mlfEnterNewContext(0, 1, mprhs[0]);
    mprhs[1] = NULL;
    mlfAssign(&mprhs[1], mclCreateVararginCell(nrhs - 1, prhs + 1));
    mplhs[0] = Mylabel(nlhs, mprhs[0], mprhs[1]);
    mlfRestorePreviousContext(0, 1, mprhs[0]);
    plhs[0] = mplhs[0];
    mxDestroyArray(mprhs[1]);
}

/*
 * The function "mlfNXlabel" contains the nargout interface for the "xlabel"
 * M-function from file "c:\matlab6p5\toolbox\matlab\graph2d\xlabel.m" (lines
 * 0-0). This interface is only produced if the M-function uses the special
 * variable "nargout". The nargout interface allows the number of requested
 * outputs to be specified via the nargout argument, as opposed to the normal
 * interface which dynamically calculates the number of outputs based on the
 * number of non-NULL inputs it receives. This function processes any input
 * arguments and passes them to the implementation version of the function,
 * appearing above.
 */
mxArray * mlfNXlabel(int nargout, mxArray * string, ...) {
    mxArray * varargin = NULL;
    mxArray * hh = NULL;
    mlfVarargin(&varargin, string, 0);
    mlfEnterNewContext(0, -2, string, varargin);
    hh = Mxlabel(nargout, string, varargin);
    mlfRestorePreviousContext(0, 1, string);
    mxDestroyArray(varargin);
    return mlfReturnValue(hh);
}

/*
 * The function "mlfXlabel" contains the normal interface for the "xlabel"
 * M-function from file "c:\matlab6p5\toolbox\matlab\graph2d\xlabel.m" (lines
 * 0-0). This function processes any input arguments and passes them to the
 * implementation version of the function, appearing above.
 */
mxArray * mlfXlabel(mxArray * string, ...) {
    mxArray * varargin = NULL;
    int nargout = 1;
    mxArray * hh = NULL;
    mlfVarargin(&varargin, string, 0);
    mlfEnterNewContext(0, -2, string, varargin);
    hh = Mxlabel(nargout, string, varargin);
    mlfRestorePreviousContext(0, 1, string);
    mxDestroyArray(varargin);
    return mlfReturnValue(hh);
}

/*
 * The function "mlfVXlabel" contains the void interface for the "xlabel"
 * M-function from file "c:\matlab6p5\toolbox\matlab\graph2d\xlabel.m" (lines

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲欧美激情小说另类| ww久久中文字幕| 精品一区精品二区高清| 中文字幕一区二区三区不卡| 欧美伊人久久久久久久久影院 | 蜜桃视频在线观看一区二区| 自拍偷拍国产亚洲| 久久久久国产精品免费免费搜索| 欧美性猛片aaaaaaa做受| 懂色av一区二区三区免费看| 免费人成精品欧美精品| 91精品在线免费观看| 99久久er热在这里只有精品15 | 99re视频精品| 国产.欧美.日韩| 激情成人综合网| 久久99精品久久久久久| 五月天精品一区二区三区| 中文字幕日韩欧美一区二区三区| 国产视频亚洲色图| 久久久久久夜精品精品免费| 日韩一级片在线观看| 欧美日本韩国一区二区三区视频| 色一情一伦一子一伦一区| 91色porny在线视频| 99精品久久久久久| 91精品91久久久中77777| 91影院在线免费观看| 色综合视频在线观看| 色综合天天综合| 欧洲中文字幕精品| 欧美久久久一区| 日韩一区二区免费在线观看| 日韩亚洲欧美在线| 欧美va天堂va视频va在线| 精品国内片67194| 久久久精品综合| 中文字幕中文乱码欧美一区二区| 国产日产亚洲精品系列| 自拍偷拍亚洲激情| 日韩黄色一级片| 国产精品一区二区果冻传媒| 成人黄页在线观看| 欧美日韩一区二区三区四区| 日韩一区二区三区免费看| 国产婷婷色一区二区三区四区| 国产精品日韩成人| 日韩成人一级大片| 成人午夜私人影院| 51精品国自产在线| 国产精品色婷婷久久58| 婷婷中文字幕一区三区| 国产白丝网站精品污在线入口| 在线免费观看日本欧美| 2019国产精品| 亚洲国产精品精华液网站| 国产一区二区导航在线播放| 色哟哟在线观看一区二区三区| 欧美日韩国产免费一区二区| 欧美激情在线一区二区三区| 日韩欧美国产三级| 一区二区欧美视频| 亚洲国产视频在线| 成+人+亚洲+综合天堂| 成人一区二区三区视频| 5月丁香婷婷综合| 亚洲一区免费在线观看| 成人一区二区三区| 精品久久一区二区| 偷拍亚洲欧洲综合| 在线观看www91| 亚洲精品国久久99热| 国产麻豆日韩欧美久久| 成人高清伦理免费影院在线观看| 91麻豆精品国产91久久久| 一区二区三区色| 不卡一区二区三区四区| 久久精品视频一区二区三区| 美日韩一区二区三区| 欧美日韩一区二区三区在线看 | 欧美午夜电影网| 亚洲激情欧美激情| youjizz久久| 亚洲色图色小说| 91免费精品国自产拍在线不卡| 国产午夜精品一区二区三区视频| 久久精品亚洲精品国产欧美| 91精品国产综合久久国产大片| 17c精品麻豆一区二区免费| 成人性生交大片免费看中文网站| 国产亚洲视频系列| 丁香天五香天堂综合| 国产精品美女一区二区三区 | 日韩欧美国产电影| 蜜桃av噜噜一区| 日韩免费观看2025年上映的电影 | 日韩亚洲欧美高清| 久久精品国产澳门| 国产欧美一区二区三区在线看蜜臀| 亚洲色图色小说| 欧美性欧美巨大黑白大战| 日韩av一区二区三区四区| 精品福利一二区| 成人激情动漫在线观看| 亚洲一区二区欧美日韩| 日韩一区二区免费视频| 国产电影一区二区三区| 欧美剧情片在线观看| 国内久久精品视频| 亚洲婷婷在线视频| 91.成人天堂一区| 国产jizzjizz一区二区| 中文字幕国产精品一区二区| heyzo一本久久综合| 亚洲一区二区三区国产| 色哟哟一区二区在线观看| 日本不卡1234视频| 亚洲日本中文字幕区| 日韩一区二区三| 91激情五月电影| 久久不见久久见免费视频7| 国产精品久久久久久久久搜平片| 欧美久久婷婷综合色| 成人免费视频播放| 久久精工是国产品牌吗| 亚洲精品国产一区二区精华液 | 色噜噜久久综合| 国产乱码精品一区二区三区忘忧草| 最新高清无码专区| 久久久精品tv| 欧美在线999| 不卡一区二区在线| 国产米奇在线777精品观看| 午夜激情一区二区| 亚洲欧美另类小说视频| 国产亚洲午夜高清国产拍精品 | 不卡av免费在线观看| 久久国产麻豆精品| 丝袜亚洲另类欧美综合| 日韩一二三区视频| 欧美丰满嫩嫩电影| 欧美日韩一区高清| 欧美剧在线免费观看网站 | 亚洲福利视频一区二区| 国产精品麻豆久久久| 国产三级欧美三级日产三级99| 欧美一区二区三区婷婷月色| 在线观看亚洲精品| 欧美a一区二区| 日韩成人午夜精品| 日本中文在线一区| 蜜臀久久久久久久| 琪琪久久久久日韩精品| 午夜精品久久久久久久久久久| 一区二区三区四区亚洲| 亚洲欧美日韩国产手机在线| 一区二区三区久久久| 精品免费一区二区三区| 2023国产精品| 国产日韩av一区二区| 综合色中文字幕| 亚洲在线观看免费| 午夜电影网亚洲视频| 蜜桃在线一区二区三区| 精品在线播放免费| 成人激情免费视频| 欧美无乱码久久久免费午夜一区| 在线不卡中文字幕播放| 精品国产乱码久久久久久久久| 久久综合一区二区| 亚洲色图欧美在线| 免费观看一级特黄欧美大片| 免费av网站大全久久| 成人激情免费视频| 欧美亚洲一区三区| 日韩欧美国产一区二区三区| 日本一区二区成人| 亚洲国产欧美另类丝袜| 精品在线观看免费| 欧洲亚洲精品在线| 欧美大白屁股肥臀xxxxxx| 中文字幕电影一区| 亚洲午夜免费视频| 国产精选一区二区三区| 91成人免费在线| 久久久99久久| 午夜av一区二区三区| 成人免费观看av| 在线不卡免费av| 亚洲人成网站精品片在线观看| 蜜臀av性久久久久蜜臀aⅴ四虎| 懂色av中文字幕一区二区三区| 欧美群妇大交群中文字幕| 精品国产在天天线2019| 亚洲裸体xxx| 亚洲免费观看高清完整版在线观看 | 亚洲精品成人少妇| 国产成人在线视频免费播放| 欧美久久久久久久久中文字幕| 国产欧美日韩精品a在线观看|