代码搜索:Quantization
找到约 3,139 项符合「Quantization」的源代码
代码结果 3,139
www.eeworm.com/read/101557/15827076
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/190158/8447069
c gaincode.c
/**************************************************************************
*
* ROUTINE
* gainencode
*
* FUNCTION
*
* encode and quantize code book gain
*
* SYNOPSIS
* subroutine gainencode(input,
www.eeworm.com/read/388457/8608050
m p9_3.m
% Program P9_3
% Coefficient Quantization Effects on Direct Form
% Realization of an FIR Transfer Function
clf;
f = [0 0.4 0.45 1]; m = [1 1 0 0];
b = remez(19, f, m);
[g,w] = gain(b,1);
bq =
www.eeworm.com/read/388370/8612473
m qcoeff.m
function [y,L,B] = QCoeff(x,N)
% [y,L,B] = QCoeff(x,N)
% Coefficient Quantization using N=L+B bit Representation
% with Rounding operation
% y: quantized array (same dim as x)
%
www.eeworm.com/read/388370/8612503
m statmodelr.m
function [H1,H2,Q, estat] = StatModelR(xn,B,N);
% Statistical Model (Rounding) for A/D Quantization error and its Distribution
% ------------- -----------------------------------------------------
www.eeworm.com/read/387887/8649486
m p9_3.m
% Program P9_3
% Coefficient Quantization Effects on Direct Form
% Realization of an FIR Transfer Function
clf;
f = [0 0.4 0.45 1]; m = [1 1 0 0];
b = remez(19, f, m);
[g,w] = gain(b,1);
bq =
www.eeworm.com/read/384426/8870427
m ssumpaths.m
% Find path to root of SSUM distribution
ssumlocation = ssumroot;
% Set paths first
path(path,ssumlocation);
addpath([ssumlocation 'birds']);
addpath([ssumlocation 'complex']);
addpath([ssumloc
www.eeworm.com/read/186987/8886149
m p9_3.m
% Program P9_3
% Coefficient Quantization Effects on Direct Form
% Realization of an FIR Transfer Function
clf;
f = [0 0.4 0.45 1]; m = [1 1 0 0];
b = remez(19, f, m);
[g,w] = gain(b,1);
bq = a2dT(b,
www.eeworm.com/read/180485/9305419
m program_09_3.m
% Program 9_3
% Coefficient Quantization Effects on the
% Frequency Response of a Direct Form FIR Filter
%
fpts = [0 0.5 0.55 1]; mag = [1 1 0 0];
b = remez(39,fpts,mag);
[h,w] = freqz(b,1,512);
www.eeworm.com/read/178375/9405952
h lsp.h
/*
********************************************************************************
*
* GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001
* R99 Ve