代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/173932/9629563
m fig1_23.m
% Use this program to reproduce Fig. 1.23
clear all
close all
x = linspace(-2*pi,2*pi, 200);
y = sinc(x);
y = y ./ (max(y));
figure (1)
plot(x, 20*log10(abs(y)));
grid
axis tight
xlabel('Ang
www.eeworm.com/read/173932/9629766
m fig3_8_v1.m
clear all
bw = 10.0;
f0 = 10.;
tau = 30.0e-3;
mu = bw / tau;
n=0;
fs = 2.5*bw;
for t = -1.25:.1/fs:1.25
n = n+1;
y(n) = exp(i * .5 * mu * t^2);
end
yfft= fftshift(fft(y,1024));
freq=
www.eeworm.com/read/369219/9659118
m norma.m
% Function normalizes matrix over [0,1]
function [Dn] = norma(D);
% Dn -> normalized vector over [0,1]
[np,ni] = size(D);
if ni == 1,
Dn = (D - min(D))./(max(D)-min(D));
else,
vmaxD = ma
www.eeworm.com/read/369171/9660212
m clust_denormalize.m
function data = clust_denormalize(data)
% method description
% 'var' denormalization from a data whitch variation was normalized to one (linear operation).
% 'range' denormaliza
www.eeworm.com/read/369168/9660346
m somporesult.m
function SOMporesult(Y)
figure(...
'Name','人口样本分类结果图',...
'NumberTitle','off', ...
'menubar','none',...
'Units','normalized');
whitebg('w');
x=1:10;
plot(x,Y,'
www.eeworm.com/read/368546/9689666
h math_op.h
/*--------------------------------------------------------------------------*
* MATH_OP.H *
*-------------------------------------------
www.eeworm.com/read/368546/9689763
h math_op.h
/*--------------------------------------------------------------------------*
* MATH_OP.H *
*-------------------------------------------
www.eeworm.com/read/368108/9711607
m exm104_3.m
function exm104_3( )
global hedit hpop hlist
clf reset %
set(gcf,'unit','normalized','position',[0.1,0.4,0.85,0.35]);%设置图形窗大小
set(gcf,'defaultuicontrolunits','normalized');
s
www.eeworm.com/read/367926/9722570
m ex11_3.m
hf=figure('Color',[0,1,1],'Position',[100,200,400,200],...
'Name','数制转换','NumberTitle','off','MenuBar','none');
uicontrol(hf,'Style','Text', 'Units','normalized',...
'Position',[0.05,0.
www.eeworm.com/read/367926/9722676
m ex11_4.m
clf;
set(gcf,'Unit','normalized','Position',[0.2,0.3,0.55,0.30]);
set(gcf,'Menubar','none','Name','图形演示','NumberTitle','off');
axes('Position',[0.05,0.15,0.55,0.7]);
uicontrol(gcf,'Style','text',