代码搜索:codebook

找到约 1,717 项符合「codebook」的源代码

代码结果 1,717
www.eeworm.com/read/167185/5465311

c vqasc.c

/* * This material contains unpublished, proprietary software of * Entropic Research Laboratory, Inc. Any reproduction, distribution, * or publication of this work must be authorized in writing b
www.eeworm.com/read/167185/5465839

c lloydcbk.c

/* | This material contains proprietary software of Entropic Speech, Inc. | Any reproduction, distribution, or publication without the the prior | written permission of Entropic Speech, Inc. is strict
www.eeworm.com/read/395232/8188671

m a_d_1.m

function [sampl,quant,pcm]=a_d_1(A,F,P,D) %单频正弦波模拟信号的抽样实现% Fs=20*F; t=0:1/Fs:2/F; samp=A*sin(2*pi*F*t+P); figure(1) plot(t,samp); title('正弦波信号波形图'); xlabel('时间');ylabel('幅度'); grid on %单频正弦波
www.eeworm.com/read/292921/8323352

m cbsearch.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/8323419

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/292921/8323592

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/369719/9635488

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/368213/9705029

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/368210/9705174

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/172172/9722165

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