代码搜索:Fano
找到约 66 项符合「Fano」的源代码
代码结果 66
www.eeworm.com/read/354139/10383420
c fano.c
/*
* Soft decision Fano sequential decoder for K=32 r=1/2 convolutional code
* Copyright 1994, Phil Karn, KA9Q
*/
#define LL 1 /* Select Layland-Lushbaugh code */
#include
#includ
www.eeworm.com/read/354139/10383426
h fano.h
int fano(unsigned long *metric, unsigned long *cycles,
unsigned char *data,unsigned char *symbols,
unsigned int nbits,int mettab[2][256],int delta,
unsigned long maxcycles);
int encode(unsigned
www.eeworm.com/read/354135/10386932
c fano.c
/*
* Soft decision Fano sequential decoder for K=32 r=1/2 convolutional code
* Copyright 1994, Phil Karn, KA9Q
*/
#define LL 1 /* Select Layland-Lushbaugh code */
#include
#includ
www.eeworm.com/read/354135/10386938
h fano.h
int fano(unsigned long *metric, unsigned long *cycles,
unsigned char *data,unsigned char *symbols,
unsigned int nbits,int mettab[2][256],int delta,
unsigned long maxcycles);
int encode(unsigned
www.eeworm.com/read/271747/10982510
m fano.m
clear
clc
close all
%q=[0.35;0.3;0.2; 0.1; 0.04; 0.005; 0.005];
q=[0.9;0.03;0.02;0.01;0.01;0.01;0.01;0.01];
minq=min(q);
for i=1:1:length(q)
for j=1:1:length(q)
if(q(j)==q(i))
www.eeworm.com/read/332878/12720927
m fano.m
clc;
clear;
A=[0.32,0.22,0.18,0.16,0.08,0.04];
A=fliplr(sort(A));%降序排列
[m,n]=size(A);
for i=1:n
B(i,1)=A(i);%生成B的第1列
end
%生成B第2列的元素
a=sum(B(:,1))/2;
for k=1:n-1
if abs(sum(B(1:k,1))
www.eeworm.com/read/312823/13603767
c fano.c
/*
* Soft decision Fano sequential decoder for K=32 r=1/2 convolutional code
* Copyright 1994, Phil Karn, KA9Q
*/
#define LL 1 /* Select Layland-Lushbaugh code */
#include
#include
www.eeworm.com/read/312823/13603769
h fano.h
int fano(unsigned long *metric, unsigned long *cycles,
unsigned char *data,unsigned char *symbols,
unsigned int nbits,int mettab[2][256],int delta,
unsigned long maxcycles);
int encode(unsigned cha
www.eeworm.com/read/257884/11909282
c fano.c
www.eeworm.com/read/228003/14403659
c fano.c
/*
* Soft decision Fano sequential decoder for K=32 r=1/2 convolutional code
* Copyright 1994, Phil Karn, KA9Q
*/
#define LL 1 /* Select Layland-Lushbaugh code */
#include
#include