代码搜索:quantized
找到约 430 项符合「quantized」的源代码
代码结果 430
www.eeworm.com/read/268260/11147043
m mulaw_e.m
function [sq] = mulaw_e(yq,B,mu)
% mu-law expander
% ---------------
% [sq] = mulaw_e(yq,B,mu)
% sq = expanded quantized signal
% yq = quantized input in integers: 0
www.eeworm.com/read/411382/11247765
m gha_quantcoeffs.m
function [I, st, xla] = gha_quantcoeffs(C,W,O,n)
% function [I, st, xla] = gha_quantcoeffs(C,W,O,n)
%
% C - coeffs from get_coeffs
% W - weights to be used in reconstruction
% O - original image
%
www.eeworm.com/read/303435/3811463
lib wpccoding.comp.dwpt.2d.lib
WPCCODING - Routines for in memory coding of the quantized coeffiecients
codeEncoder encode the quantized coeffiecients into a bit stream
codeDecoder decode a bit stream into the quantized coeffieci
www.eeworm.com/read/303435/3811182
libutil pcoding.comp.dct.libutil
PENCODING - Routines to en/decode the quantized integers for lossless
en/decoding
pEncode encode the quantized integers
pDecode decode the quantized integers
Function Prototypes:
www.eeworm.com/read/287260/8699333
m clique_energy_ho.m
function e=clique_energy_ho(d,p,th,quant)
%clique_energy_ho Computes clique energy: e=th^(p-2)*d.^2.*mask + d.^p.*(1-mask)
% e=clique_energy_ho(d,p,th,quant)
%
% Input arguments ---------
www.eeworm.com/read/186716/8914560
m bin_dec.m
function [out_quantized] = bin_dec(in_bin)
% BIN_DEC ..... Natural binary source decoding.
%
% BIN_DEC(B) operates on the binary input array B that is in the form:
%
% BIN-sample(1) .....
www.eeworm.com/read/178375/9406096
h q_gain_c.h
/*
********************************************************************************
*
* GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001
* R99 Ve
www.eeworm.com/read/373916/9427580
h gainquant.h
/******************************************************************
iLBC Speech Coder ANSI-C Source Code
gainquant.h
www.eeworm.com/read/349635/10810339
m cal_sinr.m
function[SINR]=cal_sinr(user,H,Quantized_H,P)
[K,M]=size(H);
for i=1:M
userset_H(i,:)=Quantized_H(user(i),:);
end
T=userset_H'*inv( userset_H* userset_H');
for i=1:M
temsum=0;
for
www.eeworm.com/read/349635/10810341
m qub_quantize.m
function[Quantized_H]=qub_quantize(H,W)
[K,M]=size(H);
[temp,N]=size(W);
for i=1:K
temp=0;index=0;
for j=1:N
if abs((conj(H(i,:))/norm(H(i,:)))*W(:,j))>temp
temp=abs