代码搜索:codebook
找到约 1,717 项符合「codebook」的源代码
代码结果 1,717
www.eeworm.com/read/159489/5583972
c createcb.c
/******************************************************************
iLBC Speech Coder ANSI-C Source Code
createCB.c
Copyright (c) 2001,
G
www.eeworm.com/read/159489/5584006
h createcb.h
/******************************************************************
iLBC Speech Coder ANSI-C Source Code
createCB.h
Copyright (c) 2001,
G
www.eeworm.com/read/159489/5584069
txt bitstrea.txt
/*
ITU-T G.729 Annex C+ - Reference C code for floating point
implementation of G.729 at 6.4/8/11.8 kbit/s with DTX functionality
Version 2.1 of October 1999
*/
TITLE
-----
G.72
www.eeworm.com/read/473492/6844950
c createcb.c
/******************************************************************
iLBC Speech Coder ANSI-C Source Code
createCB.c
Copyright (C) The Internet Society (2004).
All Rights Reserve
www.eeworm.com/read/473492/6844983
h createcb.h
/******************************************************************
iLBC Speech Coder ANSI-C Source Code
createCB.h
Copyright (C) The Internet Society (2004).
All Rights Reserve
www.eeworm.com/read/294611/8216800
m som_demo1.m
%SOM_DEMO1 Basic properties and behaviour of the Self-Organizing Map.
% Contributed to SOM Toolbox 2.0, February 11th, 2000 by Juha Vesanto
% http://www.cis.hut.fi/projects/somtoolbox/
% Version 1.
www.eeworm.com/read/367875/9725053
m som_demo1.m
%SOM_DEMO1 Basic properties and behaviour of the Self-Organizing Map.
% Contributed to SOM Toolbox 2.0, February 11th, 2000 by Juha Vesanto
% http://www.cis.hut.fi/projects/somtoolbox/
% Version 1.
www.eeworm.com/read/135719/13908948
c phi_xits.c
/*====================================================================*/
/* MPEG-4 Audio (ISO/IEC 14496-3) Copyright Header */
/*====================================================
www.eeworm.com/read/300309/13920779
asv codeword16_1024.asv
clear all;
load codebook16_1024;
k=256;
N=1024;
%哈德码变换
HY=hadamard(k);
Y=[];
y=[];
%码字
for j=1:N
for i=1:k
y(j,i)=I12(j,i);
end
end
y=y';
Y1=HY*y;
Y=Y1;
%按各码字哈德码变换的第
www.eeworm.com/read/300309/13920791
m codeword16_1024.m
clear all;
load codebook16_1024;
k=256;
N=1024;
%哈德码变换
HY=hadamard(k);
Y=[];
y=[];
%码字
for j=1:N
for i=1:k
y(j,i)=I12(j,i);
end
end
y=y';
Y1=HY*y;
Y=Y1;
%按各码字哈德码变换的第