代码搜索:codebook

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

代码结果 1,717
www.eeworm.com/read/465307/1521113

dcf mondiscm64s3tree.dcf

This DCF produces a 3 stream VQ HMM monophone system using a codebook of sizes 64 64 16. hsKind: D covKind: D nStreams: 3 nMixes: 64 64 16 C
www.eeworm.com/read/465307/1521114

dcf mondiscm64s3lin.dcf

This DCF produces a 3 stream VQ HMM monophone system using a codebook of sizes 64 64 16. hsKind: D covKind: D nStreams: 3 nMixes: 64 64 16 C
www.eeworm.com/read/344585/3207945

m codedist_hamming.m

function dist = codedist_hamming(C1,C2) % Compute the hamming distance between rows of 'C1' and columns of 'C2' % % >> distance = codedist_hamming(encoded_data, codebook); % % 'encoded_data' contai
www.eeworm.com/read/100318/15877227

txt testvt.txt

Electronic Codebook (ECB) Mode Variable Text Known Answer Tests Algorithm: DES Keysize=64 Bits KEY=0000000000000000 I=1 PT=8000000000000000 CT=95f8a5e5dd31d900 I=2 PT=4000000000000000
www.eeworm.com/read/396844/2407750

m som_read_cod.m

function sMap = som_read_cod(filename) %SOM_READ_COD Reads a SOM_PAK format codebook file. % % sMap = som_read_cod(filename); % % sMap = som_read_cod('map1.cod'); % % Input and output arguments: %
www.eeworm.com/read/349632/10810454

m feedback1.m

clear all; M=4;K=4;NFB=2; Pdb=0:2:30; P=10.^(Pdb/10); for series=1:2 series for pwr=1:length(Pdb) H=channel(K,M); W=codebook(M,2^NFB); Quantized_H=rand_quantiz
www.eeworm.com/read/300311/13920721

m decode.m

%function decode() for i=1:nn re_sig(i,:)=codebook(codenumber(i),:); end for ni=1:nn for nj=1:ss f1=floor(ni./num); f2=mod(ni,num); if f2==0 f2=num;
www.eeworm.com/read/249541/12489345

c lspgetq.c

#include #include "typedef.h" #include "basic_op.h" #include "ld8k.h" void Lsp_get_quant( Word16 lspcb1[][M], /* (i) Q13 : first stage LSP codebook */ Word16 lspc
www.eeworm.com/read/351825/10605450

c lspgetq.c

#include #include "typedef.h" #include "basic_op.h" #include "ld8a.h" void Lsp_get_quant( Word16 lspcb1[][M], /* (i) Q13 : first stage LSP codebook */ Word16 lspcb2[]
www.eeworm.com/read/167185/5463750

te larcbk2rc.te

#!/bin/sh # @(#)larcbk2rc.te 3.1 10/2/87 ESI ESPSCOM=./espscom export ESPSCOM echo TEST of larcbk2rc echo " " echo Make LAR codebook echo " " echo lloydcbk -n4 -c.01 -dsquared_error -tlar_cbk test.dat