代码搜索:Convolutional
找到约 698 项符合「Convolutional」的源代码
代码结果 698
www.eeworm.com/read/258131/11882984
c sisodecode.c
/* file: SisoDecode.c
Description: Soft-in/soft-out decoding algorithm for a convolutional code
The calling syntax is:
[output_u, output_c] = SisoDecode(input_u, input_c, g_encode
www.eeworm.com/read/151961/12158450
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/228003/14403655
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/223481/14639372
c sisodecode.c
/* file: SisoDecode.c
Description: Soft-in/soft-out decoding algorithm for a convolutional code
The calling syntax is:
[output_u, output_c] = SisoDecode(input_u, input_c, g_encode
www.eeworm.com/read/120952/14781525
txt fano1.1.txt
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/12865/250712
h is54ces.h
/*
* IS-54-B Convolutional Encoder assembler prototype
* Copyright (C) ARM Limited 1998-1999. All rights reserved.
*/
#ifndef _IS54_CONV_ENC_S_
#define _IS54_CONV_ENC_S_
void Convolutiona
www.eeworm.com/read/173140/9670935
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/268231/11149025
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/147094/12587053
cpp spc_encoder.cpp
//Author NiuKai
//Date February, 22th 2003
//Function generate recursive single parity convolutional code with encode rate = 1
#include "PCCC_para.h"
void SPC_Encoder(int Gen_polynomial_numerato
www.eeworm.com/read/300562/13905805
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