代码搜索:quantized
找到约 430 项符合「quantized」的源代码
代码结果 430
www.eeworm.com/read/243660/12929270
c lsp34.c
/**************************************************************************
*
* ROUTINE
* lsp34
*
* FUNCTION
*
* independent nonuniform scalar line spectral pair qua
www.eeworm.com/read/243660/12929416
c lsp34.c
/**************************************************************************
*
* ROUTINE
* lsp34
*
* FUNCTION
*
* independent nonuniform scalar line spectral pair qua
www.eeworm.com/read/243660/12929564
c lsp34.c
/**************************************************************************
*
* ROUTINE
* lsp34
*
* FUNCTION
*
* independent nonuniform scalar line spectral pair qua
www.eeworm.com/read/243660/12929739
c lsp34.c
/**************************************************************************
*
* ROUTINE
* lsp34
*
* FUNCTION
*
* independent nonuniform scalar line spectral pair qua
www.eeworm.com/read/143434/5757917
c chanwr.c
/*
$Log: chanwr.c,v $
Revision 1.1 2000/06/05 04:45:12 robertj
Added LPC-10 2400bps codec
* Revision 1.2 1996/08/20 20:20:24 jaf
* Removed all static local variables that were SAVE'd in the F
www.eeworm.com/read/140779/5781256
c chanwr.c
/*
$Log: chanwr.c,v $
* Revision 1.2 1996/08/20 20:20:24 jaf
* Removed all static local variables that were SAVE'd in the Fortran
* code, and put them in struct lpc10_encoder_state that is pass
www.eeworm.com/read/112303/6145776
c chanwr.c
/*
$Log: chanwr.c,v $
Revision 1.1 2000/06/05 04:45:12 robertj
Added LPC-10 2400bps codec
* Revision 1.2 1996/08/20 20:20:24 jaf
* Removed all static local variables that were SAVE'd in the F
www.eeworm.com/read/106597/6191822
c chanwr.c
/*
$Log: chanwr.c,v $
Revision 1.1.1.1 2002/07/28 05:23:21 freeman_yong
lpc10 codec
* Revision 1.2 1996/08/20 20:20:24 jaf
* Removed all static local variables that were SAVE'd in the
www.eeworm.com/read/486218/6538263
m image_processing_quantize.m
clc;
close all;
clear all;
O=imread('model.jpg','jpg');
I=rgb2gray(O);
%I saves the gray information of image model.jpg
I_info=size(I);
M=I_info(1); %the width of the image
N=I_info(2); %t
www.eeworm.com/read/155109/11898473
m quant.m
function y=quant(no,q)
% Quantization
%
% function y=quant(no,q)
%
% no number to be quantized
% q quantum size
% y no rounded to nearest quantum
% Jantzen 940330
y = q*round(no/