代码搜索:codebook
找到约 1,717 项符合「codebook」的源代码
代码结果 1,717
www.eeworm.com/read/278132/10566309
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/466142/7039606
m do_form_codebook.m
function do_form_codebook(config_file,codebook_name,codebook_size)
%% Function takes the regions from all training images in the interest_points directory, along with
%% their descirptors and perfo
www.eeworm.com/read/304001/13804993
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/13805022
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/304001/13805037
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/13805051
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