代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/212376/15157167
m exm10443_1.m
clf reset %
set(gcf,'unit','normalized','position',[0.1,0.4,0.85,0.35]);%设置图形窗大小
set(gcf,'defaultuicontrolunits','normalized');
set(gcf,'defaultuicontrolfontsize',11);
set(gcf
www.eeworm.com/read/403017/2316529
m program_9_1.m
% Program 9_1
% Elliptic IIR Lowpass Filter Design
%
Wp = input('Normalized passband edge = ');
Ws = input('Normalized stopband edge = ');
Rp = input('Passband ripple in dB = ');
Rs = input('Min
www.eeworm.com/read/200131/15440101
m exm10443_1.m
clf reset %
set(gcf,'unit','normalized','position',[0.1,0.4,0.85,0.35]);%设置图形窗大小
set(gcf,'defaultuicontrolunits','normalized');
set(gcf,'defaultuicontrolfontsize',11);
set(gcf
www.eeworm.com/read/274320/10876417
m hadxcorr.m
%-------------------------------------------------------------
% Compute cross-correlation of two oversampled Walsh-Hadamard
% functions.
%--------------------------------------------------------
www.eeworm.com/read/417673/10980709
m loadmpg.m
% ====== Get data from original data file
data_file = 'auto-mpg.dat';
fprintf('Getting data from file ''%s''...\n', data_file);
pause(0.1);
fid = fopen(data_file);
raw_data = zeros(500, 8);
i
www.eeworm.com/read/417673/10981001
m getauto.m
% ====== Get data from original data file
data_file = 'auto-mpg.dat';
fprintf('Getting data from file ''%s''...\n', data_file);
pause(0.1);
fid = fopen(data_file);
raw_data = zeros(500, 8);
i = 1;
wh
www.eeworm.com/read/270943/11019007
m operation_prompt_right.m
if Region_right{I} == 0
% prompt for an operation - one region only
Scr_sz = get(0, 'ScreenSize');
New_wind = dialog('Name', 'Choose region(s)', 'Position', ...
[Scr_sz(3)*0.3 Scr_sz(4)*0.4
www.eeworm.com/read/270943/11019041
m operation_prompt.m
if Region_left{I} == 0 % region was not chosen via "Select"
% prompt for an operation - one region only
Scr_sz = get(0, 'ScreenSize');
New_wind = dialog('Name', 'Choose region(s)', 'Position', .
www.eeworm.com/read/467198/7019971
m loadmpg.m
% ====== Get data from original data file
data_file = 'auto-mpg.dat';
fprintf('Getting data from file ''%s''...\n', data_file);
pause(0.1);
fid = fopen(data_file);
raw_data = zeros(500, 8);
i
www.eeworm.com/read/467198/7020176
m getauto.m
% ====== Get data from original data file
data_file = 'auto-mpg.dat';
fprintf('Getting data from file ''%s''...\n', data_file);
pause(0.1);
fid = fopen(data_file);
raw_data = zeros(500, 8);
i = 1;
wh