代码搜索:codebook
找到约 1,717 项符合「codebook」的源代码
代码结果 1,717
www.eeworm.com/read/331448/12827255
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/331448/12827559
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/244790/12843333
m som.m
% Basic implementation of the Kohonen Map
%
% Source:
% T. Kohonen (1997). Self-Organizing Maps, 2nd. Edition,
% Springer-Verlag.
%
% NOTE: This implementation aims to be simple and direc
www.eeworm.com/read/244790/12843356
m ng.m
% Basic implementation of the Neural-Gas algorithm
%
% Source:
% T. M. Martinetz, S. G. Berkovich, and K. J. Schulten.
% Neural-gas network for vector quantization and its application to ti
www.eeworm.com/read/244790/12843504
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/244790/12843794
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/330414/12895104
h s10_8pf.h
/*
********************************************************************************
*
* GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001
* R99 Ve
www.eeworm.com/read/142437/12945179
h hcb.h
/*
** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding
** Copyright (C) 2003 M. Bakker, Ahead Software AG, http://www.nero.com
**
** This program is free software; you can redist
www.eeworm.com/read/243301/12949584
me read.me
把g.729a.rar文件放到D:
直接解压就可以使用了
打开encoder.dsw ,重新编译会产生encoder.exe用法:
encoder test.inp test.bit
打开decoder.dsw ,重新编译会产生decoder.exe用法:
decoder test.bit test.syn
USAGE
-----
The following fil
www.eeworm.com/read/141739/12988475
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