代码搜索:codebook
找到约 1,717 项符合「codebook」的源代码
代码结果 1,717
www.eeworm.com/read/304001/13805056
m codebook_fmcq2.m
%this codebook is used for fourier magnitudes quantization
%the vector is from 122 to 256
FMCQ_CODEBOOK(122:256,:)=[...
1.250553 1.148173 0.606277 0.991795 0.997859 0.688890 0.942568
www.eeworm.com/read/304001/13805061
m codebook_fmcq1.m
%this codebook is used for fourier magnitudes quantization
%the vector is from 1 to 121
FMCQ_CODEBOOK(1:121,:)=[...
0.822998 1.496297 0.584847 1.313507 0.846008 0.614041 0.615298 0.88
www.eeworm.com/read/485855/6548469
m fixed_codebook_index.m
%------G.729A子程序:固定码本的下标------
%Input: s0 s1 s2 s3: 非零脉冲的符号
% m0 m1 m2 m3: 位置
%Output:S,C
function [S,C]=fixed_codebook_index(s,position)
for ii=1:4
if s(ii)==-1
www.eeworm.com/read/256612/11983194
m fixed_codebook_index.m
%------G.729A子程序:固定码本的下标------
%Input: s0 s1 s2 s3: 非零脉冲的符号
% m0 m1 m2 m3: 位置
%Output:S,C
function [S,C]=fixed_codebook_index(s,position)
for ii=1:4
if s(ii)==-1
www.eeworm.com/read/339494/12228977
m fixed_codebook_index.m
%------G.729A子程序:固定码本的下标------
%Input: s0 s1 s2 s3: 非零脉冲的符号
% m0 m1 m2 m3: 位置
%Output:S,C
function [S,C]=fixed_codebook_index(s,position)
for ii=1:4
if s(ii)==-1
www.eeworm.com/read/224839/14566418
m fixed_codebook_index.m
%------G.729A子程序:固定码本的下标------
%Input: s0 s1 s2 s3: 非零脉冲的符号
% m0 m1 m2 m3: 位置
%Output:S,C
function [S,C]=fixed_codebook_index(s,position)
for ii=1:4
if s(ii)==-1