代码搜索:Quantization
找到约 3,139 项符合「Quantization」的源代码
代码结果 3,139
www.eeworm.com/read/132953/14065279
m mula_pcm.m
function [sqnr,a_quan,code]=mula_pcm(a,n,mu)
%MULA_PCM mu-law PCM encoding of a sequence.
% [SQNR,A_QUAN,CODE]=MULA_PCM(A,N,MU)
% a=input sequence.
% n=number of quantization lev
www.eeworm.com/read/384426/8870121
m qcgauss.m
function [x,y,D,H] = qcgauss(N,var,e,type)
sig = sqrt(var);
sig2 = var;
switch type
case 'uniform'
del = 5*sig/N; % initial quantization region
e = 10e-4;
j = 1;
% For even # regio
www.eeworm.com/read/334933/3360496
m p9_1.m
% Program P9_1
% Coefficient Quantization Effects on Direct Form
% Realization of an IIR Transfer Function
clf;
[b,a] = ellip(6,0.05,60,0.4);
[g,w] = gain(b,a);
bq = a2dT(b,5);aq = a2dT(a,5);
[
www.eeworm.com/read/301474/3839596
m p9_1.m
% Program P9_1
% Coefficient Quantization Effects on Direct Form
% Realization of an IIR Transfer Function
clf;
[b,a] = ellip(6,0.05,60,0.4);
[g,w] = gain(b,a);
bq = a2dT(b,5);aq = a2dT(a,5);
[
www.eeworm.com/read/448886/1683504
m p9_1.m
% Program P9_1
% Coefficient Quantization Effects on Direct Form
% Realization of an IIR Transfer Function
clf;
[b,a] = ellip(6,0.05,60,0.4);
[g,w] = gain(b,a);
bq = a2dT(b,5);aq = a2dT(a,5);
[
www.eeworm.com/read/378914/2679326
m p9_1.m
% Program P9_1
% Coefficient Quantization Effects on Direct Form
% Realization of an IIR Transfer Function
clf;
[b,a] = ellip(6,0.05,60,0.4);
[g,w] = gain(b,a);
bq = a2dT(b,5);aq = a2dT(a,5);
[
www.eeworm.com/read/360523/2961064
cpp dts_parser.cpp
#include
#include
#include "dts_parser.h"
#include "dts_header.h"
#include "dts_tables.h"
#include "dts_tables_huffman.h"
#include "dts_tables_quantization.h"
#include "dts
www.eeworm.com/read/287843/8665173
m uq_mdpnt.m
function dist=uq_mdpnt(funfcn,b,n,delta,tol,p1,p2,p3)
%UQ_MDPNT returns the distortion of a uniform quantizer
% with quantization points set to the midpoints
% DIST=UQ_MDPNT(FUNFCN,B,N,DELT
www.eeworm.com/read/431613/8665611
m uq_mdpnt.m
function dist=uq_mdpnt(funfcn,b,n,delta,tol,p1,p2,p3)
%UQ_MDPNT returns the distortion of a uniform quantizer
% with quantization points set to the midpoints
% DIST=UQ_MDPNT(FUNFCN,B,N,DELT
www.eeworm.com/read/419963/10826085
m mula_pcm.m
function[sqnr,a_quan,code]=mula_pcm(a,n,mu)
%MULA_PCM MU-LAW PCM encoding of a sequence.
%[SQNR,A_QUAN,CODE]=MULA_PCM(A,N,MU)
%a=input sequence
%n=number of quantization levels(even)
%sqnr=output