代码搜索:Convolutional

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

代码结果 698
www.eeworm.com/read/475366/6778994

m rsc_encode.m

function y = rsc_encode(g, x) % encodes a block of data x (0/1)with a recursive systematic % convolutional code with generator vectors in g, and % returns the output in y (0/1). % if terminate
www.eeworm.com/read/475366/6779042

m rsc_encode.m

function y = rsc_encode(g, x) % encodes a block of data x (0/1)with a recursive systematic % convolutional code with generator vectors in g, and % returns the output in y (0/1). % if terminate
www.eeworm.com/read/475347/6796728

m rsc_encode.m

function y = rsc_encode(g, x, terminated) % encodes a block of data x (0/1)with a recursive systematic % convolutional code with generator vectors in g, and % returns the output in y (0/1). % if
www.eeworm.com/read/147094/12587064

cpp twoway_logmap_algorithm.cpp

//Author NiuKai //Date February,23th 2002 //Function log map algorithm for recursive systematic convolutional code decoding with code rate = 1/n //positive logarithm map is used in this program and
www.eeworm.com/read/176193/9512724

m mod_2tx_stbc_dfusc_convcode.m

function mod_2Tx_STBC_DFUSC_Convcode(modparams) % Modulation for DL FUSC with Zero tailed Convolutional encoder % Note: Only use 1536 data subcarriers, Not consider pilot subcarriers % Therefore, G
www.eeworm.com/read/175304/9553110

m mlsd.m

function pb=mlsd(rho_in_dB,dfhtrel,trel,K) % this function simulates the viterbi hard dicision demodulation % of the DFH system with convolutional code % information source rho=10^(rho_in_dB/10
www.eeworm.com/read/169277/9870606

c vitfilt27.c

/* Viterbi decoder for K=7 rate=1/2 convolutional code * continuous traceback version * Copyright 1996 Phil Karn, KA9Q * * This version of the Viterbi decoder reads a continous stream of * 8
www.eeworm.com/read/169277/9870608

c vitfilt37.c

/* Viterbi decoder for K=7 rate=1/3 convolutional code * continuous traceback version * Copyright 1996 Phil Karn, KA9Q * * This version of the Viterbi decoder reads a continous stream of * 8
www.eeworm.com/read/363231/9964581

m rsc_encode.m

function y = rsc_encode(g, x, terminated) % encodes a block of data x (0/1)with a recursive systematic % convolutional code with generator vectors in g, and % returns the output in y (0/1). % if ter
www.eeworm.com/read/354151/10381982

c vitfilt27.c

/* Viterbi decoder for K=7 rate=1/2 convolutional code * continuous traceback version * Copyright 1996 Phil Karn, KA9Q * * This version of the Viterbi decoder reads a continous stream of * 8