代码搜索:Decoding
找到约 6,356 项符合「Decoding」的源代码
代码结果 6,356
www.eeworm.com/read/359810/10124004
m r_mod_cod_intlv.m
% Deinterleaving,decoding and demod received signal
% By Yuanye Wang
% CTIF,AAU
% yywang@kom.aau.dk
function [blk_err_c,blk_tot_c,bit_err_u,bit_tot_u,bit_err_c,bit_tot_c,bnum2_u,bnum2_c,tpb_u,tp
www.eeworm.com/read/271693/10983824
m r_mod_cod_intlv.m
% Deinterleaving,decoding and demod received signal
% By Yuanye Wang
% CTIF,AAU
% yywang@kom.aau.dk
function [blk_err_c,blk_tot_c,bit_err_u,bit_tot_u,bit_err_c,bit_tot_c,bnum2_u,bnum2_c,tpb_u,tp
www.eeworm.com/read/250225/12423314
m r_mod_cod_intlv.m
% Deinterleaving,decoding and demod received signal
% By Yuanye Wang
% CTIF,AAU
% yywang@kom.aau.dk
function [blk_err_c,blk_tot_c,bit_err_u,bit_tot_u,bit_err_c,bit_tot_c,bnum2_u,bnum2_c,tpb_u,tp
www.eeworm.com/read/475366/6779052
m main2.m
clear all
clc
% 这个程序主要用于仿真两发一收的STBC-GMSK系统,并用MMSE软干扰抵消的方法进行SISO迭代检测
% Copyright Oct.29th 2008, Jun Zhou
% USETC
% for academic use only
diary STBC-GMSK_L_2_N_2.txt
% Choose decoding al
www.eeworm.com/read/475366/6779070
m main3.m
clear all
clc
% 这个程序主要用于仿真两发一收的STBC-GMSK系统,并用MMSE软干扰抵消的方法进行SISO迭代检测
% Copyright Oct.29th 2008, Jun Zhou
% USETC
% for academic use only
diary STBC-GMSK_N_2_L_3.txt
% Choose decoding al
www.eeworm.com/read/111408/15512941
txt readme.txt
简介
MDFile是一款使用方便、易于扩展的文件系统库,其扩展性体现在两个方面:
1.MDFile内部的epk(extendable package)文件格式的压缩编码方案通过edl(encoding/<mark>decoding</mark> library)插件可以扩展
2.MDFile支持的压缩包文件可扩展。默认的,MDFile只能打开后缀为.epk的文件格式,通过dll插件的扩展,可以支持zip,rar,lz ...