代码搜索:Convolutional

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

代码结果 698
www.eeworm.com/read/390423/8465875

m encoder_pc.m

%%%%%%%%%%%%%%%%%%% this is a program of punctured convolutional code encoder%%%%%%%%%%%%%%%%%%%%%%%% function [code]=encoder(info,R) switch R, case 1/3, trel = poly2trellis(9,[557 663 711])
www.eeworm.com/read/165343/7143971

h binconv.h

// BinConv.h -- declarations for the base class of a Binary // Convolutional encoder // This is then specialized by inheritance to FIR or IIR encoders // Todd K. Moon // Copyright 2004 by Todd K. Mo
www.eeworm.com/read/12865/250713

c is54cemc.c

/* * IS-54-B Convolutional Encoder test main * Copyright (C) ARM Limited 1998-1999. All rights reserved. */ #include "is54tesc.h" /**** main ***********************************************
www.eeworm.com/read/294145/3919537

readme

convolution =========== This module does a convolutional encoding/decoding. The code can be chosen according to the following parameters n Number of transmitted bits per k data bits k Number of data
www.eeworm.com/read/294145/3919543

readme

convolution =========== This module does a convolutional encoding/decoding. The code can be chosen according to the following parameters n Number of transmitted bits per k data bits k Number of data
www.eeworm.com/read/294145/3919563

readme

ldpc_siso_ics ============= LDPC codes are Low Density Parity Check codes used in favor of convolutional codes. They are quite experimental and not widely tested. Furthermore this module is not opt
www.eeworm.com/read/291165/3969459

readme

convolution =========== This module does a convolutional encoding/decoding. The code can be chosen according to the following parameters n Number of transmitted bits per k data bits k Number of data
www.eeworm.com/read/291165/3969484

readme

ldpc_siso_ics ============= LDPC codes are Low Density Parity Check codes used in favor of convolutional codes. They are quite experimental and not widely tested. Furthermore this module is not opt
www.eeworm.com/read/386159/8762770

m run_me.m

%% Display Start message disp('Running Convolutional Codes BER Simulation set') disp('By default, this script does not run the Monte Carlo simulations.') disp('It simply loads results from a prev
www.eeworm.com/read/382388/9032440

pl genviterbi.pl

# Perl script to generate C code for an encoder and # a Viterbi decoder for any specified rate 1/N, constraint length k