代码搜索:Decoding
找到约 6,356 项符合「Decoding」的源代码
代码结果 6,356
www.eeworm.com/read/263982/11334269
cpp huffman.cpp
/**************************************************************************
This file contains T.4 decoding data
Contents are :
a) two binary trees for decoding MH fax run-length codes
b) on
www.eeworm.com/read/262950/11382814
cpp huffman.cpp
/**************************************************************************
This file contains T.4 decoding data
Contents are :
a) two binary trees for decoding MH fax run-length codes
b) on
www.eeworm.com/read/262950/11383252
cpp huffman.cpp
/**************************************************************************
This file contains T.4 decoding data
Contents are :
a) two binary trees for decoding MH fax run-length codes
b) on
www.eeworm.com/read/155597/11861364
cpp huffman.cpp
/**************************************************************************
This file contains T.4 decoding data
Contents are :
a) two binary trees for decoding MH fax run-length codes
b) on
www.eeworm.com/read/155597/11861589
cpp huffman.cpp
/**************************************************************************
This file contains T.4 decoding data
Contents are :
a) two binary trees for decoding MH fax run-length codes
b) on
www.eeworm.com/read/343459/11946136
changelog
ver 1.40:
Add HCI and LMP decoding support for Simple Pairing.
Note:
This version needs at least bluez-libs-3.14
ver 1.39:
Add support for daemon discover protocol.
Fix device disconnect handli
www.eeworm.com/read/339572/12224650
m dcode2.m
function [err] = dcode2(M,V,Mary,nsymb,snr)
%Routine to do coding / decoding for differential stbc
%Possible Symbol Set
Set=[0:Mary-1]';
Smap=dmodce(Set,1,1,'psk',Mary)/sqrt(2);
%Generate Sym
www.eeworm.com/read/252894/12258526
h avcodec.h
#ifndef AVCODEC_H
#define AVCODEC_H
/**
* @file avcodec.h
* external api header.
*/
#ifdef __cplusplus
extern "C" {
#endif
#include "avutil.h"
#include /* size_t */
//FIXME the f
www.eeworm.com/read/150225/12304188
m hmmdecode.m
function [block,LL,LL_best]=hmmdecode(X,T,hmm);
% function [block,LL,LL_best]=hmmdecode(X,T,hmm)
%
% Viterbi and single-state decoding for hmm
% X N x p data matrix
% T length of each
www.eeworm.com/read/150214/12304822
html modify.html
Notes on Modifying the LDPC Programs
Notes on Modifying the LDPC Programs
Here are a few notes on how to modify the programs to add new t