代码搜索:Quantization
找到约 3,139 项符合「Quantization」的源代码
代码结果 3,139
www.eeworm.com/read/388457/8608059
m p9_2.m
% Program P9_2
% Coefficient Quantization Effects on Cascade
% Realization of an IIR Transfer Function
clf;
[z,p,k] = ellip(6,0.05,60,0.4);
[b,a] = zp2tf(z,p,k);
[g,w] = gain(b,a);
sos = zp2sos
www.eeworm.com/read/288515/8627477
c wm_koch_d.c
#include "wm.h"
#include "dct.h"
#include "signature.h"
#include "coord.h"
#include "pgm.h"
char *progname;
void usage(void) {
fprintf(stderr, "usage: %s [-h] [-l n] [-o file] [-q n] [-v n] -s fil
www.eeworm.com/read/288515/8627765
c wm_koch_e.c
#include "wm.h"
#include "dct.h"
#include "signature.h"
#include "coord.h"
#include "pgm.h"
char *progname;
void usage(void) {
fprintf(stderr, "usage: %s [-h] [-l n] [-o file] [-q n] [-v n] -s fil
www.eeworm.com/read/387887/8649492
m p9_2.m
% Program P9_2
% Coefficient Quantization Effects on Cascade
% Realization of an IIR Transfer Function
clf;
[z,p,k] = ellip(6,0.05,60,0.4);
[b,a] = zp2tf(z,p,k);
[g,w] = gain(b,a);
sos = zp2sos
www.eeworm.com/read/430195/8762500
h dtx.h
/*
ITU-T G.729 Annex B ANSI-C Source Code
Version 1.3 Last modified: August 1997
Copyright (c) 1996, France Telecom, Rockwell International,
Universite de
www.eeworm.com/read/186987/8886158
m p9_2.m
% Program P9_2
% Coefficient Quantization Effects on Cascade
% Realization of an IIR Transfer Function
clf;
[z,p,k] = ellip(6,0.05,60,0.4);
[b,a] = zp2tf(z,p,k);
[g,w] = gain(b,a);
sos = zp2sos(z,p,k)
www.eeworm.com/read/428147/8889846
h pcm.h
#define SIGN_BIT (0x80) /* Sign bit for a A-law byte. */
#define QUANT_MASK (0xf) /* Quantization field mask. */
#define NSEGS (8) /* Number of A-law segments. */
#define SEG_SHIFT (4) /* Left
www.eeworm.com/read/186716/8914447
m a2d.m
function [serial] = a2d(in_analog,no_bits,arg3,arg4)
% A2D ......... Analog-to-digital conversion.
%
% A2D(X,N,FLAG_1,FLAG_2) operates on the sampled input sequence X.
% Each sample is quanti
www.eeworm.com/read/186716/8914590
m quantize.m
function [out] = quantize(x,no_bits,flag)
% QUANTIZE .... Maps an analog sequence sequence into a quantized sequence.
%
% QUANTIZE(X,N) Takes the analog input sequence (analog within the limits
www.eeworm.com/read/427148/8971738
h quant.h
/*!
************************************************************************
* \file quant.h
*
* \brief
* definitions for quantization functions
*
* \author
*
******************