代码搜索:codebook
找到约 1,717 项符合「codebook」的源代码
代码结果 1,717
www.eeworm.com/read/391253/8413875
m gaincode.m
% MATLAB SIMULATION OF NSA FS-1016 CELP v3.2
% COPYRIGHT (C) 1995-99 ANDREAS SPANIAS AND TED PAINTER
%
% This Copyright applies only to this particular MATLAB implementation
% of the FS-1016 CELP
www.eeworm.com/read/391253/8414088
m vdecode.m
% MATLAB SIMULATION OF NSA FS-1016 CELP v3.2
% COPYRIGHT (C) 1995-99 ANDREAS SPANIAS AND TED PAINTER
%
% This Copyright applies only to this particular MATLAB implementation
% of the FS-1016 CELP
www.eeworm.com/read/191268/8432361
c bits.c
/*
ITU-T G.729 Speech Coder with Annex B ANSI-C Source Code
Version 1.3 Last modified: August 1997
Copyright (c) 1996,
AT&T, France Telecom, NTT, Universite de Sherbrooke, Luce
www.eeworm.com/read/190158/8447205
makefile
SOURCES.f= actorc.f autohf.f biterror.f bwexp.f cgain.f\
cli.f confg.f cor.f dcodcbg.f dcodcbi.f dcodpg.f dcodtau.f\
dcodham.f dectobin.f delay.f delay_nr.f encodham.f gaindcod.f\
gainncod.f gainncd2.
www.eeworm.com/read/430195/8762463
c bits.c
/*
ITU-T G.729 Speech Coder with Annex B ANSI-C Source Code
Version 1.3 Last modified: August 1997
Copyright (c) 1996,
AT&T, France Telecom, NTT, Universite de Sherbrooke, Luce
www.eeworm.com/read/428451/8867350
m code_ecoc.m
function [codebook,scheme] = code_ECOC(m,dist,distfct)
% Generate the codebook for multiclass classification with Error Correcting Output encoding if feasible.
%
% function coding the multiple classes
www.eeworm.com/read/428300/8877051
m huffman.m
function [huff entropy avglength redundancy]=huffman(alpha,prob)
s=sum(prob(:));
s=roundn(s,-4);
% Calculate length of source and probability
la=length(alpha);
lp=length(prob);
if (la==lp & s==1
www.eeworm.com/read/427586/8932233
m code_ecoc.m
function [codebook,scheme] = code_ECOC(m,dist,distfct)
% Generate the codebook for multiclass classification with Error Correcting Output encoding if feasible.
%
% function coding the multiple classes
www.eeworm.com/read/183871/9134112
m 正弦波信源编码、译码,bch信道编码.m
%%%%%%%%%对正弦序列进行BPCM编码,即信源编码
predictor=[0,1];%设初值
partition=[-1:0.1:0.9];
codebook=[-1:0.1:1];
t=[0:pi/50:2*pi-pi/50];
x=2*sin(3*t);%取3个周期,幅度为2的正弦曲线
xinyuancode=dpcmenco(x,codebook,partition,p
www.eeworm.com/read/183445/9158784
m code_ecoc.m
function [codebook,scheme] = code_ECOC(m,dist,distfct)
% Generate the codebook for multiclass classification with Error Correcting Output encoding if feasible.
%
% function coding the multiple classes