代码搜索:Quantization
找到约 3,139 项符合「Quantization」的源代码
代码结果 3,139
www.eeworm.com/read/176500/9495792
m fwa.m
function FWA
% Program for a limited finite wordlength analysis on user-specified IIR
% filters in cascade, parallel or direct form
% Analysis performed are for:
% (1) ADC quantizati
www.eeworm.com/read/168454/9912467
m fwa.m
function FWA
% Program for a limited finite wordlength analysis on user-specified IIR
% filters in cascade, parallel or direct form
% Analysis performed are for:
% (1) ADC quantizati
www.eeworm.com/read/361257/10062815
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/162603/10292136
m lspdecod.m
% MATLAB SIMULATION OF NSA FS-1016 CELP v3.2
% COPYRIGHT (C) 1995-99 ANDREAS SPANIAS AND TED PAINTER
%
% This Copyright applies only to this particular MATLAB implementation
% of the FS-1016 CELP
www.eeworm.com/read/162603/10292356
m lspdecod.m
% MATLAB SIMULATION OF NSA FS-1016 CELP v3.2
% COPYRIGHT (C) 1995-99 ANDREAS SPANIAS AND TED PAINTER
%
% This Copyright applies only to this particular MATLAB implementation
% of the FS-1016 CELP
www.eeworm.com/read/162211/10325705
c table.c
/*
* 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/424063/10499434
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
www.eeworm.com/read/424063/10502298
m quantiz.m
function [indx, quant, distor] = quantiz(sig, partition, codebook)
%QUANTIZ Produces the quantization index and output value.
% INDX = QUANTIZ(SIG, PARTITION) produces a quantization index IDE
www.eeworm.com/read/423536/10553022
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
www.eeworm.com/read/159517/10644708
c a_d(d_a)converters.c
/* adc.c - successive approximation A/D converter */
#include
double dac();
int u();
void adc(x, b, B, R)
double x, R;
int *b, B;
{
int i;
double y, xQ, Q;