代码搜索:Quantization
找到约 3,139 项符合「Quantization」的源代码
代码结果 3,139
www.eeworm.com/read/357358/10211605
c ratectl.c
/* ratectl.c, bitrate control routines (linear quantization only currently) */
/* Copyright (C) 1996, MPEG Software Simulation Group. All Rights Reserved. */
/*
* Disclaimer of Warranty
*
* These
www.eeworm.com/read/353195/10464325
c ratectl.c
/* ratectl.c, bitrate control routines (linear quantization only currently) */
/* Copyright (C) 1996, MPEG Software Simulation Group. All Rights Reserved. */
/*
* Disclaimer of Warranty
*
* These
www.eeworm.com/read/160929/10469918
m noisepwr1.m
function nvar = noisepwr1(num,den)
% Computes the output noise variance due
% to input quantization of a digital filter
% based on a partial-fraction approach
%
% num and den are the numerator an
www.eeworm.com/read/278321/10547191
h vbrquantize.h
/*
* MP3 VBR quantization
*
* Copyright (c) 1999 Mark Taylor
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* Li
www.eeworm.com/read/420640/10784807
c ratectl.c
/* ratectl.c, bitrate control routines (linear quantization only currently) */
/* Copyright (C) 1996, MPEG Software Simulation Group. All Rights Reserved. */
/*
* Disclaimer of Warranty
*
* These
www.eeworm.com/read/165343/7143989
m concodequant.m
% compute probabilities for the quantization of the
% Euclidean metric (for Viterbi decoding in Gaussian noise)
sigma = 1;
a1 = 1;
a2 = -1; % signal amplitudes
q1 = -1; % quantizati
www.eeworm.com/read/442927/7641716
m vqlbg_bb.m
function [center, U] = vqLBG(dataSet, codeBookSize, plotOpt)
% vqLBG: Vector quantization using LBG method of center splitting
% Usage: [center, U]=vq(dataSet, codeBookSize, plotOpt)
% dataSet : s
www.eeworm.com/read/442927/7641718
m vqlbg_b.m
function [center, U] = vqLBG(data, codeBookSize, dispOpt, kmeansFcn)
% vqLBG: Vector quantization using LBG method of center splitting
% Usage: [center, U]=vq(data, codeBookSize, dispOpt)
% data :
www.eeworm.com/read/442927/7641962
m vqlbg.m
function [center, U] = vqLBG(data, codeBookSize, dispOpt, kmeansFcn)
% vqLBG: Vector quantization using LBG method of center splitting
% Usage: [center, U]=vq(data, codeBookSize, dispOpt)
% data :
www.eeworm.com/read/439446/7708622
m noisepwr1.m
function nvar = noisepwr1(num,den)
% Computes the output noise variance due
% to input quantization of a digital filter
% based on a partial-fraction approach
%
% num and den are the numerator an