代码搜索:Fano

找到约 66 项符合「Fano」的源代码

代码结果 66
www.eeworm.com/read/120952/14781525

txt fano1.1.txt

Fano decoder v1.1 Copyright 1995 Phil Karn This package includes an encoder and a soft-decision sequential decoder for K=32, rate 1/2 convolutional codes. The decoder uses the Fano algorithm. Also i
www.eeworm.com/read/120952/14781527

zip fano1.1.zip

www.eeworm.com/read/294690/8211531

m fano1.m

%<mark>Fano</mark>编码的MATLAB程序: %作者:四川大学电气信息学院 本科 通信工程 谢东 于2007年12月29日清晨-2008年1月1日凌晨 %自己改进于2008年1月2日清晨. %费诺编码:一种信源编码。设有离散无记忆信源X,P(X).二进制费诺编码为:1.将信源符号按 %概率从大到小的顺序排列2.将信源分成两组――按两组概率之差为最小分.3.上面一组编码为 %0,下面一组编码为1,一 ...
www.eeworm.com/read/169277/9870633

gz fano1.1.tar.gz

www.eeworm.com/read/159516/10644827

gz fano1.1.tar.gz

www.eeworm.com/read/480818/6662240

gz fano1.1.tar.gz

www.eeworm.com/read/120952/14781524

gz fano1.1.tar.gz

www.eeworm.com/read/354139/10383413

makefile

# Makefile for sequential decoder test routine # If you don't have -lm387, simply remove the reference # Change CC= to the name of your C compiler CFLAGS=-O4 CC=gcc seqtest: seqtest.o sim.o f
www.eeworm.com/read/354135/10386918

makefile

# Makefile for sequential decoder test routine # If you don't have -lm387, simply remove the reference # Change CC= to the name of your C compiler CFLAGS=-O4 CC=gcc seqtest: seqtest.o sim.o f
www.eeworm.com/read/312823/13603764

makefile

# Makefile for sequential decoder test routine # If you don't have -lm387, simply remove the reference # Change CC= to the name of your C compiler CFLAGS=-O4 CC=gcc seqtest: seqtest.o sim.o fano.o m