代码搜索:Quantization
找到约 3,139 项符合「Quantization」的源代码
代码结果 3,139
www.eeworm.com/read/323953/13306692
m uq_dist.m
function [y,dist]=uq_dist(funfcn,b,c,n,delta,s,tol,p1,p2,p3)
%UQ_DIST returns the distortion of a uniform quantizer
% with quantization points set to the centroids
% [Y,DIST]=UQ_DIST(FUNFCN,B
www.eeworm.com/read/322539/13377222
c table.c
/*
* Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
* Universitaet Berlin. See the accompanying file "COPYRIGHT" for
* details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
www.eeworm.com/read/321160/13411534
m uq_dist.m
function [y,dist]=uq_dist(funfcn,b,c,n,delta,s,tol,p1,p2,p3)
%UQ_DIST Returns the distortion of a uniform quantizer.
% with quantization points set to the centroids.
% [Y,DIST]=UQ_DIST(FUNFCN,B,
www.eeworm.com/read/321050/13412813
m uq_dist.m
function [y,dist]=uq_dist(funfcn,b,c,n,delta,s,tol,p1,p2,p3)
%UQ_DIST returns the distortion of a uniform quantizer
% with quantization points set to the centroids
% [Y,DIST]=UQ_DIST(FUNFCN,B
www.eeworm.com/read/321050/13412835
m lloydmax.m
function [a,y,dist]=lloydmax(funfcn,b,n,tol,p1,p2,p3)
%LLOYDMAX returns the the Lloyd-Max quantizer and the mean-squared
% quantization error for a symmetric distribution
% [A,Y,DIST]
www.eeworm.com/read/319567/13448669
txt read me.txt
to run program run main44
files included
pframecal: will do processing regarding P frames
bframecal: will do processing regarding B frames
Iframecal: will do processing regarding I frames
GOP: wi
www.eeworm.com/read/319567/13448684
m inversedct.m
function m = inverseDCT(JQ,array)
% %m=blkproc(JQ,[8 8],'idct2');
% %%%%%%%%%inverse quantization
% for i=1:8:256
% for j=1:8:256
% Jdct(i:i+7,j:j+7)=JQ(i:i+7,j:j+7) .*array;
%
www.eeworm.com/read/314908/13555967
c table.c
/*
* Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
* Universitaet Berlin. See the accompanying file "COPYRIGHT" for
* details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
www.eeworm.com/read/313963/13577699
m uq_dist.m
function [y,dist]=uq_dist(funfcn,b,c,n,delta,s,tol,p1,p2,p3)
%UQ_DIST returns the distortion of a uniform quantizer
% with quantization points set to the centroids
% [Y,DIST]=UQ_DIST(FUNFCN,B
www.eeworm.com/read/313963/13577721
m lloydmax.m
function [a,y,dist]=lloydmax(funfcn,b,n,tol,p1,p2,p3)
%LLOYDMAX returns the the Lloyd-Max quantizer and the mean-squared
% quantization error for a symmetric distribution
% [A,Y,DIST]