代码搜索:Normalized

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

代码结果 4,216
www.eeworm.com/read/305568/13766195

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/303048/13823157

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/303048/13823223

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/303048/13823241

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/301888/13846727

m c5_firdesign.m

% File: c5_FIRdesign.m % Software given here is to accompany the textbook: W.H. Tranter, % K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of % Communication Systems Simulation with W
www.eeworm.com/read/301888/13846753

m c7_flicker.m

% File: c7_flicker.m % Software given here is to accompany the textbook: W.H. Tranter, % K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of % Communication Systems Simulation with Wir
www.eeworm.com/read/301888/13846831

m dqplot.m

% File: dqplot.m % Software given here is to accompany the textbook: W.H. Tranter, % K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of % Communication Systems Simulation with Wireles
www.eeworm.com/read/147422/5729484

m source_main.m

%Callback function for the source specifications button % % Author: Albert Hsiao 2/97 %Changes to user interface by Karthik 1/98...Changed interface completely %Now windows can be opened and c
www.eeworm.com/read/147422/5729485

m formant_main.m

%Callback function for the formant specifications button % % Author Karthik %Similar to source menu interface if exist('excitation') == 0 %No excitation has been specified PV = [436 204
www.eeworm.com/read/147422/5729488

m new_formant.m

% Callback function for the new_formant pushbutton % Creates default formants, that can then be modified according to need % Original code for generating formants written by Albert Hsiao % Author :