代码搜索:Decoding
找到约 6,356 项符合「Decoding」的源代码
代码结果 6,356
www.eeworm.com/read/317622/13500868
m hmm_decoding.m
www.eeworm.com/read/316604/13520444
m hmm_decoding.m
www.eeworm.com/read/363748/6288737
m channel_decoding.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 根据不同用户的信道编码参数,进行信道解码
function decoded_user_bit = channel_decoding ( demod_user_bit ,ChCodingMethod,Dec_alg,L_total,Genera
www.eeworm.com/read/363748/6288769
m st_decoding.m
function st_decoded = st_decoding( Recv,channel_est ,N_subc,N_data_sym, N_Tx_ant, N_Rx_ant ,ST_Code, ...
Idx_data,RateSTCoding,Modulation,hard_soft,LST_method,var_noise,ChannelEffectTest)
%%
www.eeworm.com/read/195566/6333974
m vtb_decoding.m
function [state,decoding_x1]=vtb_decoding(symbol_per_frame, H, r, table);
S(1,:,:)=[-1,-1;1 1;];
S(2,:,:)=[-1,1;1 -1;];
www.eeworm.com/read/493206/6398517
m hmm_decoding.m
www.eeworm.com/read/410924/11264901
m hmm_decoding.m
www.eeworm.com/read/409594/11318683
m sphere_decoding.m
function [transmit_detected,erasure]=sphere_decoding(R,H,N,ModScheme)
% R: received signal vector(column vector)
% H: MIMO channel matrix with nR*nT
% N: signal number to be detected, i.e. Tx Anten
www.eeworm.com/read/408889/11366098
m channel_decoding.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 根据不同用户的信道编码参数,进行信道解码
function decoded_user_bit = channel_decoding ( demod_user_bit ,ChCodingMethod,Dec_alg,L_total,Genera
www.eeworm.com/read/408889/11366160
m st_decoding.m
function st_decoded = st_decoding( Recv,channel_est ,N_subc,N_data_sym, N_Tx_ant, N_Rx_ant ,ST_Code, ...
Idx_data,RateSTCoding,Modulation,hard_soft,LST_method,var_noise,ChannelEffectTest)
%%