代码搜索:Decoding
找到约 6,356 项符合「Decoding」的源代码
代码结果 6,356
www.eeworm.com/read/166765/10000052
asv turbo.asv
clc
clear
% This is the whole coding and decoding processing
rate=1/3;
K=1021;
m=3;
I=Sinterleaver(K+m);
Iteration=6;
Frame=20;
for SNR=0.5:0.1:0.
SNR_lin=10^(SNR/10);
sgm
www.eeworm.com/read/164031/10135008
txt turbo_logmap.txt
Please enter the decoding algorithm. (0:Log-MAP, 1:SOVA) default 0 0
Please enter the frame size (= info + tail, default: 400)
Please enter code generator: ( default: g = [1 1 1; 1 0 1 ] )
www.eeworm.com/read/160793/10499238
c test.c
#include
#include
#include"vld.h" // type definiton and Huffman table setup
huff_t infor; // hold VLD decoding status
int Workspace[700]; //JPEG VLD working Space
int inp
www.eeworm.com/read/416320/11033358
m bound_awgn_r12_k3_hard.m
% Name: bound_AWGN_conv_R12_K3_hard.m
% Date: October 19, 2005
% Description:
% Bound for a binary K=3 rate-1/2 convolutional code with hard-decision
% Viterbi decoding with binary modulation over
www.eeworm.com/read/416320/11033405
m bound_awgn_r12_k2_ebno.m
% Name: bounds_AWGN_conv_R12_K2_EbNo.m
% Date: November 21, 2007
% Description:
% Bounds for binary K=3 rate-1/2 convolutional codes with ML decoding with
% binary modulation over an AWGN channel.
www.eeworm.com/read/416320/11033408
m bound_awgn_r13_k3_ebno.m
% Name: bound_AWGN_conv_R13_K3_EbNo.m
% Date: November 21, 2007
% Description:
% Bounds for binary K=3 rate-1/3 convolutional codes with ML decoding with
% binary modulation over an AWGN channel.
www.eeworm.com/read/146545/6956201
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/468365/6989174
m bound_awgn_r12_k2_ebno.m
% Name: bounds_AWGN_conv_R12_K2_EbNo.m
% Date: November 21, 2007
% Description:
% Bounds for binary K=3 rate-1/2 convolutional codes with ML decoding with
% binary modulation over an AWGN channel.
www.eeworm.com/read/468370/6989283
m bound_awgn_r12_k2_ebno.m
% Name: bounds_AWGN_conv_R12_K2_EbNo.m
% Date: November 21, 2007
% Description:
% Bounds for binary K=3 rate-1/2 convolutional codes with ML decoding with
% binary modulation over an AWGN channel.
www.eeworm.com/read/165343/7143979
m computelm.m
function Lm = computeLm(n,k,m)
%function Lm = computeLm(n,k,m)
%
% Compute the maximum length of a list for an (n,k)
% code using GS(m) decoding
% Todd K. Moon, Feb. 12, 2004
% Copyright 2004 by Tod