代码搜索:Normalized

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

代码结果 4,216
www.eeworm.com/read/149369/12384673

m mmn2px.m

function y=mmn2px(x,Hf) %MMN2PX Normalized to Pixel Coordinate Transformation. % MMN2PX(X) converts the position vector X from % normalized coordinates to pixel coordinates w.r.t. % the computer scree
www.eeworm.com/read/131815/14123359

m normalize.m

function [Normalized] = Normalize(InputMat) %function [Normlized] = Normalize(InputMat) % Normalize the columns of matrix InputMat Norm2 = sqrt(diag(InputMat'*InputMat)); Normalized = InputMat./(o
www.eeworm.com/read/130603/14181932

m fm_gui.m

close all global FM_PATH colo=[0.9 0.9 0.9]; FM_PATH = [pwd filesep] ; disp('Change directory to the location of fm_gui.m...') disp('...or change the value of FM_PATH in fm_gui.m.') % -----
www.eeworm.com/read/129893/14218701

m exa010305.m

%--------------------------------------------------------------------------------------- % exa010305.m, for example 1.3.5 % 说明 幅度为三角波的幅度调制信号在长度变化前后,信号的时间中心、频率最小、时宽 % 和带宽的变化情况; %
www.eeworm.com/read/230384/14291224

m f_normlms.m

function [w,e,mu] = f_normlms (x,d,m,alpha,delta,w) %F_NORMLMS: System identification using normalized LMS method % % y(k) = w(1)x(k) + w(2)x(k-1) + ... + w(m+1)x(k-m) % % Usage: [w,e
www.eeworm.com/read/128199/14311264

txt readme.txt

The program for 1D PCs based on Transfer Matrix Method (TMM), normalized frequency (c/a) Nchange.m The reflance and transmission spectra with different incident angle Npbg.m ba
www.eeworm.com/read/227865/14407690

m ball_bounce.m

function ball_bounce() %BALL_BOUNCE is a demo of GUI design for the book. %designed by Professor Dingyu Xue (c), 5 April, 2000 h_main=figure('Units','normalized','Position',[0.3,0.3,0.5,0.4],...
www.eeworm.com/read/227614/14419747

m fm_gui.m

close all global FM_PATH colo=[0.9 0.9 0.9]; FM_PATH = [pwd filesep] ; disp('Change directory to the location of fm_gui.m...') disp('...or change the value of FM_PATH in fm_gui.m.') % -----
www.eeworm.com/read/225935/14510612

m comp_distortion_oulu.m

function [x] = comp_distortion_oulu(xd,k); %comp_distortion_oulu.m % %[x] = comp_distortion_oulu(xd,k) % %Compensates for radial and tangential distortion. Model From Oulu university. %For mor
www.eeworm.com/read/123749/14614326

m variogram_help.m

function variogram_help(index) %% function variogram_help(index) %% displays help file for variogram window %% %% Kriging Software Package version 2.0, October 29, 1999 %% Copyrigh