代码搜索:Convolutional

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

代码结果 698
www.eeworm.com/read/132953/14065363

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/354139/10383420

c fano.c

/* * Soft decision Fano sequential decoder for K=32 r=1/2 convolutional code * Copyright 1994, Phil Karn, KA9Q */ #define LL 1 /* Select Layland-Lushbaugh code */ #include #includ
www.eeworm.com/read/354135/10386932

c fano.c

/* * Soft decision Fano sequential decoder for K=32 r=1/2 convolutional code * Copyright 1994, Phil Karn, KA9Q */ #define LL 1 /* Select Layland-Lushbaugh code */ #include #includ
www.eeworm.com/read/418924/10891514

m conv_decoding_soft.m

function output_bit = conv_decoding_soft(input_bit,reset) % convolutional decoding for IEEE802.11a % Copy right T-Square Design. All rights reserved. % Confidential, do not give this program to any
www.eeworm.com/read/418830/10894772

m conv_decoding_soft.m

function output_bit = conv_decoding_soft(input_bit,reset) % convolutional decoding for IEEE802.11a % Copy right T-Square Design. All rights reserved. % Confidential, do not give this program to any
www.eeworm.com/read/330173/12908291

m rsc_encode.m

function y = rsc_encode(g, x, l) % 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 wi
www.eeworm.com/read/240937/13186748

m conv_decoding_soft.m

function output_bit = conv_decoding_soft(input_bit,reset) % convolutional decoding for IEEE802.11a % Copy right T-Square Design. All rights reserved. % Confidential, do not give this program to any
www.eeworm.com/read/12865/250714

h is54cec.h

/* * IS-54-B Convolutional Encoder C prototype * Copyright (C) ARM Limited 1998-1999. All rights reserved. */ #ifndef _IS54_CONV_ENV_C_ #define _IS54_CONV_ENV_C_ void ConvEncoderC( unsign
www.eeworm.com/read/367267/9764182

m conv_decoding_soft.m

function output_bit = conv_decoding_soft(input_bit,reset) % convolutional decoding for IEEE802.11a % Copy right T-Square Design. All rights reserved. % Confidential, do not give this program to any
www.eeworm.com/read/390716/8450389

m tx_conv_encoder.m

% % Convolutional encoding with unipolar data function coded_bits = tx_conv_encoder(in_bits) global sim_consts; number_rows = size(sim_consts.ConvCodeGenPoly, 1); number_bits = size(sim_co