代码搜索:Convolutional
找到约 698 项符合「Convolutional」的源代码
代码结果 698
www.eeworm.com/read/221847/14718348
m turbo_sys_demo.m
% turbo_sys_demo
% This script simulates the classical turbo encoding-decoding system.
% It simulates parallel concatenated convolutional codes.
% Two component rate 1/2 RSC (Recursive Systematic Con
www.eeworm.com/read/174371/9590361
m viterbi_decoder.m
function decoder_output=viterbi_decoder(k,channel_output)
%Viterbi Decoder
%
%The viterbi decoder uses the Viterbi algorithm to recover convolutional codes
%
%DS-UWB PHY 802.15
%Constraint lengt
www.eeworm.com/read/386159/8762743
asv run_me.asv
%% Display Start message
disp('Running Convolutional Codes BER Simulation set')
%% Plot theoretical curves
[h_fig, h_lines] = ConvCode_BER_Curves;
%% Run Monte Carlo simulations
disp('By default,
www.eeworm.com/read/382388/9032477
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-bit
www.eeworm.com/read/382388/9032483
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-bit
www.eeworm.com/read/165343/7143831
h binconvdec01.h
// BinConvdec01.h -- Convolutional decoder for binary (0,1) data
// Todd K. Moon
// Copyright 2004 by Todd K. Moon
// Permission is granted to use this program/data
// for educational/research only
www.eeworm.com/read/145046/12755132
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-bit
www.eeworm.com/read/145046/12755136
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-bit
www.eeworm.com/read/386159/8762699
m fading_ber_curves.m
function varargout = Fading_BER_Curves(SNRs)
%ConvCode_BER_Curves Bit Error Rate plots for convolutional coded system.
% h = ConvCode_BER_Curves plots an upper bound of the bit error rate
% (BE
www.eeworm.com/read/386159/8762761
m convcode_simulate.m
function [CC_BER] = ConvCode_Simulate(SNRs, simLines)
% Run ConvCode_*.mdl to generate Monte Carlo simulation results for
% example convolutional coded systems
trellis = poly2trellis(7, [171 13