代码搜索:Decoding
找到约 6,356 项符合「Decoding」的源代码
代码结果 6,356
www.eeworm.com/read/210160/15205739
m p_e_sd_a.m
function [p_err,gamma_db]=p_e_sd_a(gamma_db_l,gamma_db_h,k,n,d_min)
% p_e_sd_a.m Matlab function for computing error probability in
% soft-decision decoding of a linear block code
%
www.eeworm.com/read/210160/15205740
m p_e_hd_a.m
function [p_err,gamma_db]=p_e_hd_a(gamma_db_l,gamma_db_h,k,n,d_min)
% p_e_hd_a.m Matlab function for computing error probability in
% hard-decision decoding of a linear block code
%
www.eeworm.com/read/199088/5080543
m ldpc_decode.m
function [x_hat, success, k] = ldpc_decode(y,f0,f1,H)
% decoding of binary LDPC as in Elec. Letters by MacKay&Neal 13March1997
% For notations see the same reference.
% function [x_hat, success, k]
www.eeworm.com/read/328455/3443525
m ldpc_decode.m
function [x_hat, success, k] = ldpc_decode(y,f0,f1,H)
% decoding of binary LDPC as in Elec. Letters by MacKay&Neal 13March1997
% For notations see the same reference.
% function [x_hat, success, k]
www.eeworm.com/read/422060/2044378
phpt stream_rfc2397_003.phpt
--TEST--
Stream: RFC2397 decoding data
--FILE--
www.eeworm.com/read/422060/2044691
phpt xml006.phpt
--TEST--
UTF-8ISO Latin 1 encoding/decoding test
--SKIPIF--
--INI--
unicode.script_encoding=ISO-8859-1
unicode.output_encoding=ISO-8859-1
--FILE--
www.eeworm.com/read/420972/2058711
cmd usage.cmd
echo Sample of usage for encoding
SimpleEncoder.exe image001.jpg image001_encoded_.txt E BASE64
echo Sample of usage for decoding
SimpleEncoder.exe image001_encoded.txt image001_.jpg D BASE64
www.eeworm.com/read/420972/2058965
cmd usage.cmd
echo Sample of usage for encoding
SimpleEncoder.exe image001.jpg image001_encoded_.txt E BASE64
echo Sample of usage for decoding
SimpleEncoder.exe image001_encoded.txt image001_.jpg D BASE64
www.eeworm.com/read/419645/2075384
c 7zdecode.c
/* 7zDecode.c Decoding from 7z folder
2008-08-05
Igor Pavlov
Copyright (c) 1999-2008 Igor Pavlov
Read 7zDecode.h for license options */
#include
#include "7zDecode.h"
#include "
www.eeworm.com/read/397428/2402066
m ldpc_decode.m
function [x_hat, success, k] = ldpc_decode(y,f0,f1,H)
% decoding of binary LDPC as in Elec. Letters by MacKay&Neal 13March1997
% For notations see the same reference.
% function [x_hat, success, k]