代码搜索:Normalized

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

代码结果 4,216
www.eeworm.com/read/133942/14017114

m nefgui_i.m

function nefgui_i(action, p1); %NEFGUI_I GUI-Tool to manage input preprocessing % % See also NEFGUI_O, NEFGUI_E, NEFGUI and NEFCON. % Author: Andreas Nuernberger, TU Braunschweig, A
www.eeworm.com/read/133942/14017234

m nefgui_o.m

function nefgui_o(action, p1); %NEFGUI_O GUI-Tool to manage Nefcon learning algorithm settings. % % See also NEFGUI, NEFGUI_E, NEFGUI_I and NEFCON. % Author: Andreas Nuernberger,
www.eeworm.com/read/235928/14041290

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/235928/14041465

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/235928/14041531

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
www.eeworm.com/read/132953/14065297

m invmulaw.m

function x=invmulaw(y,mu) %INVMULAW The inverse of mu-law nonlinearity %X=INVMULAW(Y,MU) Y=Normalized output of the mu-law nonlinearity x=(((1+mu).^(abs(y))-1)./mu).*signum(y);
www.eeworm.com/read/205307/15321144

m plot_proc.m

%plot_proc is used to change properties of a user selected curves % % plot_proc(nTask,arg1,arg2) %where % nTask -- curve manipulation code % 1 display dialog box for preference %
www.eeworm.com/read/205307/15321157

m sys_design.m

%sys_design is the function used in CtrlLAB for administrating system design tasks. % %Available Design Tasks are: % % 1 for lead/lag compensator design % 2 for LQ optimal regulator/controller
www.eeworm.com/read/204642/15335822

m exa010305.m

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

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