代码搜索:Quantization
找到约 3,139 项符合「Quantization」的源代码
代码结果 3,139
www.eeworm.com/read/428927/8828840
h dl_quant.h
//
// This has been modified from Dennis Lee's original version
//
/*
* File: dl1quant.h
*
* Header file for dl1quant.c (DL1 Quantization)
*
* Copyright (C) 1993-1997 Dennis Lee
*/
www.eeworm.com/read/184267/9114080
m u_pcm.m
function [sqnr,a_quan,code]=u_pcm(a,n)
%U_PCM Uniform PCM encoding of a sequence.
% [SQNR,A_QUAN,CODE]=U_PCM(A,N)
% a=input sequence.
% n=number of quantization levels (even
www.eeworm.com/read/376889/9302301
h dl1quant.h
//
// This has been modified from Dennis Lee's original version
//
/*
* File: dl1quant.h
*
* Header file for dl1quant.c (DL1 Quantization)
*
* Copyright (C) 1993-1997 Dennis Lee
*/
www.eeworm.com/read/376889/9302578
h dl1quant.h
//
// This has been modified from Dennis Lee's original version
//
/*
* File: dl1quant.h
*
* Header file for dl1quant.c (DL1 Quantization)
*
* Copyright (C) 1993-1997 Dennis Lee
*/
www.eeworm.com/read/165046/10078353
h dl1quant.h
//
// This has been modified from Dennis Lee's original version
//
/*
* File: dl1quant.h
*
* Header file for dl1quant.c (DL1 Quantization)
*
* Copyright (C) 1993-1997 Dennis Lee
*/
www.eeworm.com/read/424063/10499402
m u_pcm.m
function [sqnr,a_quan,code]=u_pcm(a,n)
%U_PCM Uniform PCM encoding of a sequence.
% [SQNR,A_QUAN,CODE]=U_PCM(A,N)
% a=input sequence.
% n=number of quantization levels (even
www.eeworm.com/read/423536/10553007
m u_pcm.m
function [sqnr,a_quan,code]=u_pcm(a,n)
%U_PCM Uniform PCM encoding of a sequence.
% [SQNR,A_QUAN,CODE]=U_PCM(A,N)
% a=input sequence.
% n=number of quantization levels (even
www.eeworm.com/read/467324/7009775
m u_pcm.m
function [sqnr,a_quan,code]=u_pcm(a,n)
%U_PCM Uniform PCM encoding of a sequence.
% [SQNR,A_QUAN,CODE]=U_PCM(A,N)
% a=input sequence.
% n=number of quantization levels (even
www.eeworm.com/read/461868/7215250
h dl_quant.h
//
// This has been modified from Dennis Lee's original version
//
/*
* File: dl1quant.h
*
* Header file for dl1quant.c (DL1 Quantization)
*
* Copyright (C) 1993-1997 Dennis Lee
*/
www.eeworm.com/read/456354/7351368
m u_pcm.m
function [sqnr,a_quan,code]=u_pcm(a,n)
%U_PCM Uniform PCM encoding of a sequence.
% [SQNR,A_QUAN,CODE]=U_PCM(A,N)
% a=input sequence.
% n=number of quantization levels (even).
%