代码搜索:Decoding
找到约 6,356 项符合「Decoding」的源代码
代码结果 6,356
www.eeworm.com/read/405069/11472216
m hmm_decoding.m
www.eeworm.com/read/402584/11533158
txt huffuman_decoding.txt
/////////////////////////////////////////////
short decomp_tree[512];
/**************************************************************************
BUILD_DECOMP_TREE ()
This function bui
www.eeworm.com/read/402577/11533189
txt ac_decoding.txt
/////////////////////////////////////////////
//
// AC_De.h
// 文件内容:算术解码
//
// 作 者:丁贵广
// 制作日期:2003.7.26
// 西安电子科技大学 AI Lab
//
//////////////////////////////////////
www.eeworm.com/read/254044/12165908
m start_decoding.m
function start_decoding
format long
global top_value high low code_value_bits value
value=0;
for ii=1:code_value_bits
value=2*value+input_bit;
end
low=0;
high=top_value;
www.eeworm.com/read/339494/12229080
m decoding_main.m
%G729A解码main函数
%将码流文件读入内存中,准备转换成帧输入参数
function speechout=decoding_main(bitstream)
%clear all;
%clc;
%fid=fopen('coding.bit');
%speechin= fread(fid,'int16');
%fclose(fid);
%for i=1:length(s
www.eeworm.com/read/252324/12286303
m arithmetic_decoding.m
% decoding
function [Mat]=arithmetic_decoding(m,n,color,allLow,allHigh,numberlow,numberhigh)
Mat = zeros(m,n);
for k = 1:m
for kk = 1:n
indx = numberlow
www.eeworm.com/read/131588/14136277
m hmm_decoding.m
www.eeworm.com/read/129915/14217696
m hmm_decoding.m
www.eeworm.com/read/223514/14636867
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/222672/14680180
m channel_decoding.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 根据不同用户的信道编码参数,进行信道解码
function decoded_user_bit = channel_decoding ( demod_user_bit , UserRS_Coding , UserTrellis,...