代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/297942/7985098
m fig89b.m
fofr=0:0.001:1;
f1=4.*fofr;
f2=5.*fofr;
arg1=pi.*f1;
arg2=pi.*f2;
resp1=abs(sin(arg1));
%resp1=resp11.*resp11;
%resp22=(sin(arg2).*sin(arg2));
resp2=abs(sin(arg2));
resp=resp1+resp2;
max1=ma
www.eeworm.com/read/297846/7992327
m single_canceler.m
function [resp] = single_canceler (fofr1)
eps = 0.00001;
fofr = 0:0.01:fofr1;
arg1 = pi .* fofr;
resp = 4.0 .*((sin(arg1)).^2);
max1 = max(resp);
resp = resp ./ max1;
subplot(2,1,1)
plot(fofr,
www.eeworm.com/read/297846/7992480
m fig7_10b.m
fofr=0:0.001:1;
f1=4.*fofr;
f2=5.*fofr;
arg1=pi.*f1;
arg2=pi.*f2;
resp1=abs(sin(arg1));
%resp1=resp11.*resp11;
%resp22=(sin(arg2).*sin(arg2));
resp2=abs(sin(arg2));
resp=resp1+resp2;
max1=ma
www.eeworm.com/read/297846/7992640
m fig7_10a.m
fofr=0:0.001:1;
f1=4.*fofr;
f2=5.*fofr;
arg1=pi.*f1;
arg2=pi.*f2;
resp1=abs(sin(arg1));
%resp1=resp11.*resp11;
%resp22=(sin(arg2).*sin(arg2));
resp2=abs(sin(arg2));
resp=resp1+resp2;
max1=ma
www.eeworm.com/read/297846/7992655
m fig7_10c.m
fofr=0:0.001:1;
f1=4.*fofr;
f2=5.*fofr;
arg1=pi.*f1;
arg2=pi.*f2;
resp1=abs(sin(arg1));
%resp1=resp11.*resp11;
%resp22=(sin(arg2).*sin(arg2));
resp2=abs(sin(arg2));
resp=resp1+resp2;
max1=ma
www.eeworm.com/read/397761/8024085
m example36_figure.m
%RBF3_figure:to look the figure of input&output
%==============
%==============
[name,path]=uigetfile('*.bmp');
pathname=strcat(path,name);
I=imread(pathname);
IZoom=imresize(I,[96,96],'bi
www.eeworm.com/read/297325/8030111
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/397115/8066332
m vis_show_gui_tool.m
function r=vis_show_gui_tool(h,action,varargin)
%VIS_SHOW_GUI_TOOL is a subfunction of SOM_SHOW_GUI.
%
% r = vis_show_gui_tool(handle, action, varargin)
%
% Input arguments:
% handle (struct
www.eeworm.com/read/397115/8066577
m vis_show_gui_comp.m
function vis_show_gui_comp(h, indx, action,varargin)
%VIS_SHOW_GUI_COMP is a subfunction of SOM_SHOW_GUI.
%
% vis_show_gui_comp(handle, indx, action, varargin)
%
% Input arguments:
% handle
www.eeworm.com/read/397115/8066660
m som_show_gui.m
function fig = som_show_gui(input,varargin)
%SOM_SHOW_GUI A GUI for using SOM_SHOW and associated functions.
%
% h = som_show_gui(sM);
%
% Input and output arguments:
% sM (struct) a map str