代码搜索:Quantization

找到约 3,139 项符合「Quantization」的源代码

代码结果 3,139
www.eeworm.com/read/463748/7176019

m mse_dist.m

function [y,dist]=mse_dist(funfcn,a,tol,p1,p2,p3) %MSE_DIST Returns the mean-squared quantization error. % [Y,DIST]=MSE_DIST(FUNFCN,A,TOL,P1,P2,P3) % funfcn=The distribution func
www.eeworm.com/read/458864/7286733

h quant.h

/*++ Copyright (c) 2001 Sunplus Technology Co., Ltd. Module Name: quant.h Abstract: Header file related to quantization table Environment: Keil C51 Compile
www.eeworm.com/read/458864/7287008

h quant.h

/*++ Copyright (c) 2001 Sunplus Technology Co., Ltd. Module Name: quant.h Abstract: Header file related to quantization table Environment: Keil C51 Compile
www.eeworm.com/read/458864/7287693

h quant.h

/*++ Copyright (c) 2001 Sunplus Technology Co., Ltd. Module Name: quant.h Abstract: Header file related to quantization table Environment: Keil C51 Compile
www.eeworm.com/read/456354/7351365

m mse_dist.m

function [y,dist]=mse_dist(funfcn,a,tol,p1,p2,p3) %MSE_DIST Returns the mean-squared quantization error. % [Y,DIST]=MSE_DIST(FUNFCN,A,TOL,P1,P2,P3) % funfcn=The distribution functio
www.eeworm.com/read/445830/7589541

m mse_dist.m

function [y,dist]=mse_dist(funfcn,a,tol,p1,p2,p3) %MSE_DIST Returns the mean-squared quantization error. % [Y,DIST]=MSE_DIST(FUNFCN,A,TOL,P1,P2,P3) % funfcn=The distribution func
www.eeworm.com/read/442447/7651427

m mse_dist.m

function [y,dist]=mse_dist(funfcn,a,tol,p1,p2,p3) %MSE_DIST Returns the mean-squared quantization error. % [Y,DIST]=MSE_DIST(FUNFCN,A,TOL,P1,P2,P3) % funfcn=The distribution func
www.eeworm.com/read/439811/7701484

m mse_dist.m

function [y,dist]=mse_dist(funfcn,a,tol,p1,p2,p3) %MSE_DIST Returns the mean-squared quantization error. % [Y,DIST]=MSE_DIST(FUNFCN,A,TOL,P1,P2,P3) % funfcn=The distribution func
www.eeworm.com/read/199778/7823004

m program_09_2.m

% Program 9_2 % Coefficient Quantization Effects on the % Frequency Response of a Cascade Form IIR Filter % clf; [z,p,k] = ellip(5,0.4,50,0.4); [b,a] = zp2tf(z,p,k); [h,w] = freqz(b,a,512); g =
www.eeworm.com/read/199774/7823241

m program_09_2.m

% Program 9_2 % Coefficient Quantization Effects on the % Frequency Response of a Cascade Form IIR Filter % clf; [z,p,k] = ellip(5,0.4,50,0.4); [b,a] = zp2tf(z,p,k); [h,w] = freqz(b,a,512); g =