代码搜索:Convolutional

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

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

m cnv_encd.m

function output=cnv_encd(g,k0,input) % cnv_encd(g,k0,input) % determines the output sequence of a binary convolutional encoder % g is the generator matrix of the convolutional code %
www.eeworm.com/read/202786/15372908

m cnv_encd.m

function output=cnv_encd(g,k0,input) % cnv_encd(g,k0,input) % determines the output sequence of a binary convolutional encoder % g is the generator matrix of the convolutional code %
www.eeworm.com/read/101557/15826397

m cnv_encd.m

function output=cnv_encd(g,k0,input) % cnv_encd(g,k0,input) % determines the output sequence of a binary convolutional encoder % g is the generator matrix of the convolutional code %
www.eeworm.com/read/374869/9380834

m bicustm_rsc.m

function [output_c,state]=Turbo75Rate13_rsc(g,input,state) %Recursive Convolutional Codes %Input uncoded source bits and get coded bits with a rate 1. %When using this program, generator matrix, in
www.eeworm.com/read/360252/10105606

fdo vittest.fdo

## NOTE: Do not edit this file. ## Autogenerated by ProjNav (creatfdo.tcl) on Wed Sep 10 10:57:31 涓?鍥芥爣鍑嗘椂闂? 2008 ## vlib work vlog C:/Documents and Settings/Administrator/×???/????/??×???/???ò/
www.eeworm.com/read/165343/7143995

txt binconvfir.cc.txt

// BinConv.cc -- (n,k) binary convolutional coder // Todd K. Moon // Copyright 2004 by Todd K. Moon // Permission is granted to use this program/data // for educational/research only #include "BinCo
www.eeworm.com/read/437543/7746289

m convmainusemex.m

% Convolutional code simple demonstration % Everything start here % % % Copyright Bagawan S. Nugroho, 2006 clear all; clc; % Parameters (change as necessary) N = 126; % Number o
www.eeworm.com/read/245322/12804291

h vdsim.h

#define K 3 /* constraint length */ #define TWOTOTHEM 4 /* 2^(K - 1) -- change as required */ #define PI 3.141592654 /* circumference of circle divided by diameter */ #define LR
www.eeworm.com/read/220187/14847316

txt 描述.txt

This program includes: [5 7] convolutional code (encoder) + BPSK + AWGN + MAP (decoder). It evaluates Bit Error Rate and plots it versus SNR(signal to Noise Ratio).