代码搜索:codebook
找到约 1,717 项符合「codebook」的源代码
代码结果 1,717
www.eeworm.com/read/473492/6844969
h helpfun.h
/******************************************************************
iLBC Speech Coder ANSI-C Source Code
helpfun.h
Copyright (C) The Internet Society (2004).
All Rights R
www.eeworm.com/read/294611/8216487
m lvq1.m
function codebook=lvq1(codebook, data, rlen, alpha);
%LVQ1 Trains a codebook with the LVQ1 -algorithm.
%
% sM = lvq1(sM, D, rlen, alpha)
%
% sM = lvq1(sM,sD,30*length(sM.codebook),0.08);
%
% Inpu
www.eeworm.com/read/294611/8216778
m som_coloring.m
function Col = som_coloring(sM,ncol,chaingap,dw)
% SOM_COLORING Make a SOM-based coloring for given data/map.
%
% Col = som_coloring(sM,[ncol],[chaingap],[dw])
%
% Col = som_coloring(sM,5);
% som_
www.eeworm.com/read/292921/8323349
m dcodcbg.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/292921/8323369
m init.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/369719/9635479
c pred_lt3.c
/*
ITU-T G.729 Annex C - Reference C code for floating point
implementation of G.729
Version 1.01 of 15.September.98
*/
/*
-----------------------
www.eeworm.com/read/369719/9635582
c pred_lt3.c
/*
ITU-T G.729 Annex C - Reference C code for floating point
implementation of G.729
Version 1.01 of 15.September.98
*/
/*
-----------------------
www.eeworm.com/read/369719/9635600
h ld8cp.h
/*
ITU-T G.729 Annex C+ - Reference C code for floating point
implementation of G.729 Annex C+
(integration of Annexes B, D and E)
www.eeworm.com/read/367875/9724801
m lvq1.m
function codebook=lvq1(codebook, data, rlen, alpha);
%LVQ1 Trains a codebook with the LVQ1 -algorithm.
%
% sM = lvq1(sM, D, rlen, alpha)
%
% sM = lvq1(sM,sD,30*length(sM.codebook),0.08);
%
% Inpu
www.eeworm.com/read/367875/9725031
m som_coloring.m
function Col = som_coloring(sM,ncol,chaingap,dw)
% SOM_COLORING Make a SOM-based coloring for given data/map.
%
% Col = som_coloring(sM,[ncol],[chaingap],[dw])
%
% Col = som_coloring(sM,5);
% som_