代码搜索:Quantization
找到约 3,139 项符合「Quantization」的源代码
代码结果 3,139
www.eeworm.com/read/439811/7701410
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/439811/7701432
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/298871/7929036
m nnpin.m
function y = nnpin(x,a,b,q)
%NNPIN Neural Network Design utility function.
% NNPIN(X,A,B,Q)
% X - Number or matrix.
% A - Lower bound.
% B - Upper bound.
% Q - Quantization constant (o
www.eeworm.com/read/198140/7949949
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/198140/7950082
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/196292/8102194
cpp table.cpp
/*
* 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/196292/8102400
h helpfun.h
/******************************************************************
iLBC Speech Coder ANSI-C Source Code
helpfun.h
Copyright (C) The Internet Society (2004).
All Rig
www.eeworm.com/read/244937/12830722
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/244937/12830810
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/243661/12928767
ch contrl.ch
/* LPC Processing control variables:
*/
/* Files for Speech, Parameter, and Bitstream Input & Output,
and message and debug outputs.
*/
#if ANALYZER + SYNTHESIZER
#include
exter