代码搜索:quantized
找到约 430 项符合「quantized」的源代码
代码结果 430
www.eeworm.com/read/138660/7205155
c gainpred.c
/*
ITU-T G.729A Speech Coder ANSI-C Source Code
Version 1.1 Last modified: September 1996
Copyright (c) 1996,
AT&T, France Telecom, NTT, Universite de Sherbrooke
All righ
www.eeworm.com/read/402890/11526617
m getusan.m
%function U = getUSAN(A,maxInt,sigma,thresh,width)
%
% Returns the USAN response of a greysale image
%
% INPUT:
% A - the image. Intensity must be quantized as integers with a minimum
%
www.eeworm.com/read/251511/12340629
m quantize.m
function [grayImage, quantImage, bw] = quantizeImage(rgbImage);
% quantizeImage: Quantizes the supplied gray image, and returns the
% quantized gray image, and a black and white image determined usi
www.eeworm.com/read/292598/8346325
m getusan.m
%function U = getUSAN(A,maxInt,sigma,thresh,width)
%
% Returns the USAN response of a greysale image
%
% INPUT:
% A - the image. Intensity must be quantized as integers with a minimum
%
www.eeworm.com/read/303435/3811548
libutil headers.comp.dct.libutil
BUFFALLOC - routines to ALLOCate/initialize and free BUFFers
HUFFMAN - Routines for in memory Huffman coding/decoding
PENCODING - Routines to en/decode the quantized integers for lossless
QUANT - QUA
www.eeworm.com/read/275452/10816436
m adc.m
% ADC Performs analog to digital conversion on the spread voice
% signal after processing it through a Mu-law compander.
% Completeed: July 24, 2005
% Terrence Irving
% 2005 NSF REU
www.eeworm.com/read/470544/6913348
m migemquantex.m
% function [idx,netsim,dpsim,expref] = mdgEMquantEx(x, S, K, EMruns)
%
% Initializes k-centers with the quantized means (exemplars) found by a
% an isotropic diagonal mixture of Gaussians.
%
% In
www.eeworm.com/read/470544/6913352
m mdgemquantex.m
% function [idx,netsim,dpsim,expref] = mdgEMquantEx(x, S, K, EMruns)
%
% Initializes k-centers with the quantized means (exemplars) found by a
% a diagonal mixture of Gaussians.
%
% Input:
%
www.eeworm.com/read/303435/3811550
lib headers.comp.dwpt.2d.lib
WPCBUFFAL - routines to allocate/initialize and free buffers
WPC - routines for compress a 2D seismic section using wavelet packets
WPCCODING - Routines for in memory coding of the quantized coeffiec
www.eeworm.com/read/402890/11526620
m susan.m
%function [U,V,USAN] = SUSAN(A,maxInt,sigma,thresh,g,radius,width)
%
% Returns the USAN response of a greysale image
%
% INPUT:
% A - the image. Intensity must be quantized as integers with a mi