代码搜索:codebook

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

代码结果 1,717
www.eeworm.com/read/424063/10502298

m quantiz.m

function [indx, quant, distor] = quantiz(sig, partition, codebook) %QUANTIZ Produces the quantization index and output value. % INDX = QUANTIZ(SIG, PARTITION) produces a quantization index IDE
www.eeworm.com/read/278339/10542942

h hcb.h

/* ** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding ** Copyright (C) 2003-2005 M. Bakker, Nero AG, http://www.nero.com ** ** This program is free software; you can redistr
www.eeworm.com/read/274866/10847446

h helpfun.h

/****************************************************************** iLBC Speech Coder ANSI-C Source Code helpfun.h Copyright (C) The Internet Society (2004). All Rig
www.eeworm.com/read/348903/10860910

h hcb.h

/* ** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding ** Copyright (C) 2003-2005 M. Bakker, Nero AG, http://www.nero.com ** ** This program is free software; you can redistribut
www.eeworm.com/read/417049/11005345

c train.c

/* Contents: Routines used to train the som-sd. Author: Markus Hagenbuchner Comments and questions concerning this program package may be sent to 'markus@artificial-neural.net' ChangeLog
www.eeworm.com/read/451878/7454743

m train.m

function code = train(traindir, n) % Speaker Recognition: Training Stage % % Input: % traindir : string name of directory contains all train sound files % n : number of train files
www.eeworm.com/read/443417/7633323

m decodpac.m

function y = decodpac(rev, H) % transfer the complex channel matrix into a % real one for sphere decoding % Only for QPSK % rev: received signal vector % H: channel matrix codebook=[-1 1]; Ra
www.eeworm.com/read/443417/7633326

m spheredecod3.m

function y1 = spheredecod3(rev, C, M, codebook) % Sphere decoding as the channel matrix is available % only for real number matrices and vectors % rec: received signal vector % C: Initial radiu
www.eeworm.com/read/443414/7633340

m decodpac.m

function y = decodpac(rev, H) % transfer the complex channel matrix into a % real one for sphere decoding % Only for QPSK % rev: received signal vector % H: channel matrix codebook=[-1 1]; Ra
www.eeworm.com/read/443414/7633342

m spheredecod3.m

function y1 = spheredecod3(rev, C, M, codebook) % Sphere decoding as the channel matrix is available % only for real number matrices and vectors % rec: received signal vector % C: Initial radiu