代码搜索:convolutional

找到约 698 项符合「convolutional」的源代码

代码结果 698
www.eeworm.com/read/145046/12755123

c encode27.c

/* Encode standard input in the r=1/2 K=7 standard convolutional code. * Encoded output is big-endian, one byte per symbol, with 1 represented * by 255 and 0 by 0 */ #include #include "v
www.eeworm.com/read/145046/12755137

c encode37.c

/* Encode standard input in the r=1/3 K=7 standard convolutional code. * Encoded output is big-endian, one byte per symbol, with 1 represented * by 255 and 0 by 0 */ #include #include "v
www.eeworm.com/read/140767/13062511

m rsc_encode.m

function y = rsc_encode(g, x, end) % 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/241789/13120498

m viterbip34.m

function [decoder_output,survivor_state,cumulated_metric]=viterbip(G,k,channel_output,P) %VITERBI The Viterbi decoder for convolutional codes % [decoder_output,survivor_state,cumulated_metric]=viterb
www.eeworm.com/read/240621/13210739

m convolenc.m

function[output,GP]=convolenc(input,k); %Abhijith. S, PAACET, India. %Convolutional Encoder with m=k-1 shift register stages %Code rate 1/2 bits/symbol %m is the number of shift registers %k
www.eeworm.com/read/321160/13411554

m viterbi.m

function [decoder_output,survivor_state,cumulated_metric]=viterbi(G,k,channel_output) %VITERBI The Viterbi decoder for convolutional codes % [decoder_output,survivor_state,cumulated_metric]=viterbi(G
www.eeworm.com/read/315072/13552887

m viterbi.m

function [decoder_output,survivor_state,cumulated_metric]=viterbi(G,k,channel_output) %VITERBI The Viterbi decoder for convolutional codes % [decoder_output,survivor_state,cumulated_metric]=viterbi(G
www.eeworm.com/read/312823/13603765

readme

Fano decoder v1.1 Copyright 1995 Phil Karn This package includes an encoder and a soft-decision sequential decoder for K=32, rate 1/2 convolutional codes. The decoder uses the Fano algorithm. Also i
www.eeworm.com/read/480480/6664868

m viterbi.m

function [decoder_output,survivor_state,cumulated_metric]=viterbi(G,k,channel_output) %VITERBI The Viterbi decoder for convolutional codes % [decoder_output,survivor_state,cumulated_metric]=viterbi(G
www.eeworm.com/read/158463/11613096

m viterbi.m

function [decoder_output,survivor_state,cumulated_metric]=viterbi(G,k,channel_output) %VITERBI The Viterbi decoder for convolutional codes % [decoder_output,survivor_state,cumulated_metric]=viterbi(G