代码搜索:quantized
找到约 430 项符合「quantized」的源代码
代码结果 430
www.eeworm.com/read/292598/8346333
m susan.m
%function [U,V,USAN] = SUSAN(A,maxInt,sigma,thresh,g,radius,width)
%
% Returns the USAN response of a greysale image
%
% INPUT:
% A - the image. Intensity must be quantized as integers with a mi
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/466142/7039596
m do_naive_bayes.m
function do_naive_bayes(config_file)
%% Function that runs the Naive Bayes classifier on histograms of
%% vector-quantized image regions. Based on the paper:
%%
%% Visual categorization with ba
www.eeworm.com/read/304001/13805024
m find_harm.m
%Find harmonics of the base frequency
%Input:
% res(residual signal of the quantized LPC)
% p3(final pitch)
%Output:
% mag(fourier spectrum magnitude)
function mag=find_ha
www.eeworm.com/read/135238/13948969
m find_harm.m
%Find harmonics of the base frequency
%Input:
% res(residual signal of the quantized LPC)
% p3(final pitch)
%Output:
% mag(fourier spectrum magnitude)
function mag=find_ha
www.eeworm.com/read/109544/6174049
c quantize.c
#define PBDLL
#define COMPDLL
//==========================================================================
//
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
// KIND, EITHE
www.eeworm.com/read/179739/9341102
m dpcm.m
function [r,xtilde]=dpcm(x,a)
% Usage: [r,xtilde]=dpcm(x,a)
% Differential Pulse Coded Modulation
% x: input source vector to be encoded
% a: prediction filter
% r: residue vector quantized to integer
www.eeworm.com/read/424260/10477025
m dpcm.m
function [r,xtilde]=dpcm(x,a)
% Usage: [r,xtilde]=dpcm(x,a)
% Differential Pulse Coded Modulation
% x: input source vector to be encoded
% a: prediction filter
% r: residue vector quantized to integer
www.eeworm.com/read/352304/10565485
m dpcm.m
function [r,xtilde]=dpcm(x,a)
% Usage: [r,xtilde]=dpcm(x,a)
% Differential Pulse Coded Modulation
% x: input source vector to be encoded
% a: prediction filter
% r: residue vector quantized to integer
www.eeworm.com/read/299611/7843362
m dpcm.m
function [r,xtilde]=dpcm(x,a)
% Usage: [r,xtilde]=dpcm(x,a)
% Differential Pulse Coded Modulation
% x: input source vector to be encoded
% a: prediction filter
% r: residue vector quantized to integer