代码搜索:Distortion
找到约 806 项符合「Distortion」的源代码
代码结果 806
www.eeworm.com/read/217792/14951347
m glacdbk.m
%
% function [region, cdbk, iteration, distortion] =
% GLAcdbk(data, n_columns, nwds,threshold): generate code book of size
% N=nwds for given data.
www.eeworm.com/read/167185/5465346
pvqdst
# @(#)Pvqdst 1.1 5/1/91 ERL
# Default parameter file for vqdst
string distortion ?= "MSE": "Only mean square error supported";
string field ?= "spec_param": "Field to encode";
www.eeworm.com/read/203206/15364174
m vq.m
function [codebook,distortion]=VQ(training_seq,dimension,codebook_size,tolerance)
%VQ.m vector quantizer design using K-means algorithm
% [codebook,distortion]=VQ(training_seq,dimension,codebook_si
www.eeworm.com/read/104078/15710450
c disto.c
/**************************************************************************
*
* ROUTINE
* distortion
*
* FUNCTION
*
* computes distortion/distance measures
www.eeworm.com/read/100142/15882841
readme
To create the programs wpt_bitalloc, type "make all". To remove
unnecessary files, type "make clean" To change the type of data that
the programs will process, change the definition of DATATYPE in th
www.eeworm.com/read/176465/9497426
pdf a moment-based approach to registration of images with affine geometric distortion.pdf
www.eeworm.com/read/176462/9497565
pdf a moment-based approach to registration of images with affine geometric distortion.pdf
www.eeworm.com/read/447281/7555291
pdf rate-distortion analysis and quality control in scalable internet streaming.pdf
www.eeworm.com/read/211470/15179942
pdf 9 speech distortion weighted multichannel wiener fitering techniques for noise reduction.pdf
www.eeworm.com/read/358669/10182304
m project2_oulu.m
function [x] = project2_oulu(X,R,T,f,t,k)
%PROJECT Subsidiary to calib
% (c) Pietro Perona -- March 24, 1994
% California Institute of Technology
% Pasadena, CA
%