代码搜索:decoding
找到约 6,356 项符合「decoding」的源代码
代码结果 6,356
www.eeworm.com/read/459795/7264653
m disptrell.m
function disptrell(dlt,slt,data_est,state_est,varargin)
%DISPTRELL Display decoding process in graphical form.
% DISPTRELL(DLT,SLT,D_E,S_E) displays most probable path and data
% estimations in d
www.eeworm.com/read/438932/7719114
c jpg2.c
/* webimage/dll_jpeg/jpg2.c */
/* Co-operatively multi-tasked JPEG decoding
* Copyright (C) ANT Limited 1999 -- All Rights Reserved -- Confidential
* $Header: /cvs/repos/src/webimage/dll_jpeg/layer
www.eeworm.com/read/198140/7949954
m huffdecodedc.m
function valq= huffDecodeDC(X,MatDC)
%huffman decoding
i=1;
j=1;
p=1;
v=1;
aa=[];
xSize=length(X);
while i~=xSize+1
basecode=X(p:i);
%aa=strcat(aa,basecode);
k=strmatch(
www.eeworm.com/read/198140/7950086
m huffdecodedc.m
function valq= huffDecodeDC(X,MatDC)
%huffman decoding
i=1;
j=1;
p=1;
v=1;
aa=[];
xSize=length(X);
while i~=xSize+1
basecode=X(p:i);
%aa=strcat(aa,basecode);
k=strmatch(
www.eeworm.com/read/196832/8055348
m chmmdecode.m
function [block,LP,LP_best]=chmmdecode(X,Y,T,chmm);
% function [block,LP,LP_best]=chmmdecode(X,Y,T,chmm)
%
% Viterbi and single-state decoding for chmm
% X,Y observations
% T length of e
www.eeworm.com/read/142378/12949453
txt jscd_dpcm_0405.txt
BSC_P = 0.070 Iter_Num= 40 Threshold= 0.0900
harderror = 2248 biterror = 361 symbol error= 594
snr=3.737069
Total Decoding time is: 11.807 sec
BSC_P = 0.010 Iter_Num= 40 Threshold= 0.0900
www.eeworm.com/read/310636/13648133
h huff.h
/* -*-Mode: C;-*- */
/* $Id: huff.h 1.1.1.1 Mon, 17 Jun 1996 18:47:03 -0700 jmacd $ */
/* huff.h: A library for adaptive huffman encoding and decoding. */
#ifndef _HUFF_H_
#define _HUFF_H_
#ifdef __
www.eeworm.com/read/310636/13648136
c huff.c
/* -*-Mode: C;-*- */
/* $Id: huff.c 1.1.1.1 Mon, 17 Jun 1996 18:47:03 -0700 jmacd $ */
/* huff.c: A library for adaptive huffman encoding and decoding. */
#include
#include
#
www.eeworm.com/read/302650/13829501
m disptrell.m
function disptrell(dlt,slt,data_est,state_est,varargin)
%DISPTRELL Display decoding process in graphical form.
% DISPTRELL(DLT,SLT,D_E,S_E) displays most probable path and data
% estimations in d