代码搜索结果

找到约 2,916 项符合 Energy 的代码

mimo.m

%MIMO Run MIMO system simulation. % MIMO is the main simulation script where all the blocks are glued % together. Refer to the PDF documentation. This is the body of the % program which allows y

bitload.m

function [bits_alloc,energy_alloc] = BitLoad(subchan_gains,total_bits,num_subc,gap,noise,M) % Bit Loading Algorithm % --------------------- % % Inputs : % subchan_gains : SubCarrier Gain

mimo.m

%MIMO Run MIMO system simulation. % MIMO is the main simulation script where all the blocks are glued % together. Refer to the PDF documentation. This is the body of the % program which allows y

uwb_sv_eval_ct.m

% S-V channel model evaluation clear; no_output_files = 0; % non-zero: avoids writing output files of continuous-time responses ts = 0.167; % sampling time (nsec) num_channels = 1 ;

bitload.m

function [bits_alloc,energy_alloc] = BitLoad(subchan_gains,total_bits,num_subc,gap,noise,M) % Bit Loading Algorithm % --------------------- % % Inputs : % subchan_gains : SubCarrier Gain

ecdis.h

/* * SpanDSP - a series of DSP components for telephony * * ec_disable_detector.h - A detector which should eventually meet the * G.164/G.165 requirements for detecting the

turbo_code_setup.m

function turbo_code_setup % Get parameter names and values from mask mask_ws_vars = get_param([gcs '/Global Parameters'],'maskwsvariables'); if ~isempty(mask_ws_vars) for i = 1:length(mask

turbo_code_setup.m

function turbo_code_setup % Get parameter names and values from mask mask_ws_vars = get_param([gcs '/Global Parameters'],'maskwsvariables'); if ~isempty(mask_ws_vars) for i = 1:length(mask

bitload.m

function [bits_alloc,energy_alloc] = BitLoad(subchan_gains,total_bits,num_subc,gap,noise,M) %比特分配算法 %---------- % %输入: % subchan_gains ----子载波增益 % total_bits ----比特总数 % num_subc ----子载波数

bitload.m

function [bits_alloc,energy_alloc] = BitLoad(subcar_gains,total_bits,num_subc,gap,noise,M); %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % 用比特分配算法根据当前的信道特征来达到所期望的比特和能量的分配 %