代码搜索:Quantization
找到约 3,139 项符合「Quantization」的源代码
代码结果 3,139
www.eeworm.com/read/135238/13948941
asv melp_msvq.asv
%Quantization of Prediction Coefficients
%Input:
% lpcs(LPC parameters)
% f(corresponding LSF parameters)
%Output:
% g(Index)
function g=melp_msvq(lpcs,f)
global stage1;
g
www.eeworm.com/read/237195/13972118
pas rdswitch.pas
Unit RdSwitch;
{ This file contains routines to process some of cjpeg's more complicated
command-line switches. Switches processed here are:
-qtables file Read quantization tables from text
www.eeworm.com/read/110664/15527798
c exp3b.c
/* ---------------------------------------------------------------
exp3b.c
Quantization effect
1. Use timit1.asc as input file
2. Add the format line to timit1.asc for C
www.eeworm.com/read/191902/8417246
m dslvq.m
function [features, targets, w] = DSLVQ(train_features, train_targets, Nmu, region, plot_on)
%Reduce the number of data points using distinction sensitive linear vector quantization
%Inputs:
% t
www.eeworm.com/read/430762/8729028
txt vqlbg.txt
function r = vqlbg(d,k)
% VQLBG Vector quantization using the Linde-Buzo-Gray algorithme
%
% Inputs: d contains training data vectors (one per column)
% k is number of centroids required
www.eeworm.com/read/178571/9391309
m coeffquant.m
% IIR Filter Coefficient Quantization Example
% written by DRB on 6-Dec-2004 for ECE3703
%
% Looks at unquantized filter (ideal), direct form, and cascaded second
% order section (SOS).
% general par
www.eeworm.com/read/177129/9468906
m dslvq.m
function [features, targets, w] = DSLVQ(train_features, train_targets, Nmu, region, plot_on)
%Reduce the number of data points using distinction sensitive linear vector quantization
%Inputs:
% t
www.eeworm.com/read/424063/10502280
m lloyds.m
function [partition, codebook, distor, rel_distor] = lloyds(training_set, ini_codebook, tol, plot_flag);
%LLOYDS Optimizes scalar quantization partition and codebook.
% [PARTITION, CODEBOOK] =
www.eeworm.com/read/424063/10502395
htm hcomfrmt.htm
Communications Toolbox Source Coding
Source Coding
The source coding category includes quantization, data
compression, data expander, and differential pulse
code demodulation (
www.eeworm.com/read/278321/10547098
c vbrquantize.c
/*
* MP3 quantization
*
* Copyright (c) 1999-2000 Mark Taylor
* Copyright (c) 2000-2005 Robert Hegemann
*
* This library is free software; you can redistribute it and/or
* modify it under the t