代码搜索:Convolutional
找到约 698 项符合「Convolutional」的源代码
代码结果 698
www.eeworm.com/read/161357/10422043
m rsc_encode.m
function y = rsc_encode(g, x, end1)
% Copyright Nov. 1998 Yufei Wu
% MPRG lab, Virginia Tech.
% for academic use only
% encodes a block of data x (0/1)with a recursive systematic
% convolutional code
www.eeworm.com/read/161357/10422507
m rsc_encode.m
function y = rsc_encode(g, x, end1)
% Copyright Nov. 1998 Yufei Wu
% MPRG lab, Virginia Tech.
% for academic use only
% encodes a block of data x (0/1)with a recursive systematic
% convolutional code
www.eeworm.com/read/161357/10422717
m rsc_encode.m
function y = rsc_encode(g, x, end1)
% Copyright Nov. 1998 Yufei Wu
% MPRG lab, Virginia Tech.
% for academic use only
% encodes a block of data x (0/1)with a recursive systematic
% convolutional code
www.eeworm.com/read/160823/10495091
c viterbi.c
/* Viterbi decoder for arbitrary convolutional code
* viterbi27 and viterbi37 for the r=1/2 and r=1/3 K=7 codes are faster
* Copyright 1999 Phil Karn, KA9Q
* May be used under the terms of the G
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/468808/6988845
asv viterbi.asv
function [decoder_output]=viterbi(G,k,channel_output,data_pun)
% The Viterbi decoder for convolutional codes
n=size(G,1);
% check the sizes
if rem(size(G,2),k) ~=0
error('Size of G and k do not
www.eeworm.com/read/468808/6988849
m viterbi.m
function [decoder_output]=viterbi(G,k,channel_output,data_pun)
% The Viterbi decoder for convolutional codes
n=size(G,1);
% check the sizes
if rem(size(G,2),k) ~=0
error('Size of G and k do not a
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.