代码搜索:Decoding
找到约 6,356 项符合「Decoding」的源代码
代码结果 6,356
www.eeworm.com/read/445460/7595325
m rayleigh9_awgn.m
clc;
close all;
clear all;
%***************************************************************
m=2; %modulation
Es=1;
trel = poly2trellis(3,[6 7]); % Define trellis
msg = randint(100000,1); %
www.eeworm.com/read/442900/7642584
m entropy_deco.m
function index = entropy_deco(enco,dict,Nb)
% Huffman decoding
deco = huffmanDeco(enco, dict);
% Change the format of output to index matric
i = ones(1,128);
for k=1:Nb
index(i(deco(k)),de
www.eeworm.com/read/442308/7655640
news
vdpau-video NEWS -- summary of changes. 2009-03-03
Copyright (C) 2009 Splitted-Desktop Systems
Version 0.2.4 - 03.Mar.2009
* Upgrade to VA API 0.29.0-sds7 extensions
* Fix corruption decoding field-
www.eeworm.com/read/437681/7743092
m bp_decode.m
function [yo] = BP_decode(y,N0,H,m,n,max_iter)
% decoding of binary LDPC as in Elec. Letters by MacKay&Neal 13March1997
% For notations see the same reference.
% function [x_hat, success, k] = ldpc
www.eeworm.com/read/297635/8007418
h indices.h
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/297635/8007426
h getblk.h
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/297635/8007430
h getbits.h
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/297635/8007443
h decstruct.h
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/297630/8007773
h indices.h
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/297630/8007777
h getblk.h
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//