代码搜索:codebook

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

代码结果 1,717
www.eeworm.com/read/318947/13466031

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/316944/13514069

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/311110/13635431

m data.m

format rat % sample=0.01; % t=[1:16]/16; % x=[t/128 (1+t)/128 (1+t)/64 (1+t)/32 (1+t)/16 (1+t)/8 (1+t)/4 (1+t)/2]; % for i=1:128 y(i)=x(129-i); end y=-y; % codebook=[y 0 x];
www.eeworm.com/read/306970/13734352

c elbg.c

/* * Copyright (C) 2007 Vitor Sessak * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Les
www.eeworm.com/read/143434/5757843

c vq.c

/* Copyright (C) 2002 Jean-Marc Valin File: vq.c Vector quantization Redistribution and use in source and binary forms, with or without modification, are permitted provided that the follo
www.eeworm.com/read/138884/5813346

m decodeacbsf.m

function [L, b] = DecodeACBSF (ACBLC, ACBbIB, PMode, LPrev, Pitchpar) % Decode adaptive codebook parameters for one subframe % $Id: DecodeACBSF.m 1.1 2004/07/09 G.723.1-v2r1b $ if (PMode == 1) L =
www.eeworm.com/read/136827/5847083

c d1035pf.c

/* ******************************************************************************** * * GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001 * R99 Ve
www.eeworm.com/read/136827/5847220

h cbsearch.h

/********************************************************************** ** Copyright (C) 2000-2005 Trolltech AS and its licensors. ** All rights reserved. ** ** This file is part of the Qtopia Environ
www.eeworm.com/read/131469/5928680

c lbg.c

/* ---------------------------------------------------------------- Speech Signal Processing Toolkit (SPTK): version 3.0 SPTK Working Group Department of Computer Science Nagoya Inst
www.eeworm.com/read/482867/6615459

m decodeaudio.m

function output = decodeAudio(codebook, C, L) % 解码码输入的音频信息 % 输入: 压缩的音频信号 % 输出: 解码以后的信号 % 矢量量化解码 [y]=testlvq1(C); % 小波的重建 output = waverec(C, L,'dB10');