代码搜索:Normalized

找到约 4,216 项符合「Normalized」的源代码

代码结果 4,216
www.eeworm.com/read/180271/9313962

m mismatch.m

clear all eps = 1.5e-5; wind = hamming(512)'; t = 0:0.001:.5; y = chirp(t,0,.25,20); figure(1) plot(t,y); yfft = fft(y,512) ; ycomp = fftshift(abs(ifft(yfft .* conj(yfft))));
www.eeworm.com/read/179194/9366358

c img_enhance.c

/*############################################################################# * 文件名:imageenhance.c * 功能: 实现了图像增强算法 * modified by PRTsinghua@hotmail.com #########################################
www.eeworm.com/read/175157/9557201

c img_enhance.c

/*############################################################################# * 文件名:imageenhance.c * 功能: 实现了图像增强算法 * modified by PRTsinghua@hotmail.com #########################################
www.eeworm.com/read/170335/9809605

c img_enhance.c

/*############################################################################# * 文件名:imageenhance.c * 功能: 实现了图像增强算法 * modified by PRTsinghua@hotmail.com #########################################
www.eeworm.com/read/365849/9843805

m pfgui_models.m

function pfgui_models(action,varargin); % Sorry, I didn't have enough time to write nice and documented GUI code. % Toolbox for nonlinear filtering. % Copyright (C) 2005 Jakob Ros閚
www.eeworm.com/read/364310/9912813

m fig5_14.m

% use this program to reproduce Fig. 5.14 of text clear all eps = 1.5e-5; t = 0:0.001:.5; y = chirp(t,0,.25,20); figure(1) plot(t,y); yfft = fft(y,512) ; ycomp = fftshift(abs(
www.eeworm.com/read/364310/9912843

m mismatch.m

clear all eps = 1.5e-5; wind = hamming(512)'; t = 0:0.001:.5; y = chirp(t,0,.25,20); figure(1) plot(t,y); yfft = fft(y,512) ; ycomp = fftshift(abs(ifft(yfft .* conj(yfft))));
www.eeworm.com/read/362337/10003457

m log_dirichlet.m

function L = log_dirichlet( H, A); % % L = log_dirichlet( H, A); % % H ( k x N) : N k-dimensional distributions - NOTE: have to be LOGS of normalized distribution values !!! % A ( k x C) : parameters
www.eeworm.com/read/165697/10053911

c img_enhance.c

/*############################################################################# * 文件名:imageenhance.c * 功能: 实现了图像增强算法 * modified by PRTsinghua@hotmail.com #########################################
www.eeworm.com/read/358669/10182464

m apply_fisheye_distortion.m

function [xd] = apply_fisheye_distortion(x,k) %apply_fisheye_distortion.m % %[x] = apply_fisheye_distortion(xd,k) % %Apply the fisheye distortions % %INPUT: x: undistorted (normalized) point coordin