代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/433368/7937471
m e0665.m
hf=figure('Color',[0,1,1],'Position',[100,200,200,300],'Name','This is a three dimentional figure.','NumberTitle','off','MenuBar','none');
uicontrol(hf,'Style','Text', 'Units','normalized', 'Position
www.eeworm.com/read/198119/7950370
m myfunc.m
% 主函数
clear,close all;
h1=figure;
h2=uicontrol(h1,'style','text','unit','normalized','horizontal','left',...
'position',[0.77,0.025,0.22,0.95],'back',[0.5,0.5,0.5]);% 生成控制区域框
h3=uicontrol(h1,
www.eeworm.com/read/198116/7950399
m main.m
clear,close all;
clc;
%读入原始图像
global a;
h1=figure;
%h2=uicontrol(h1,'style','text','unit','normalized','horizontal','left',...
% 'position',[0.85,0.01,0.3,0.99]);% 生成控制区域框[left
www.eeworm.com/read/197649/7983146
m toptitle.m
function h=toptitle(string)
% The function TOPTITLE places a title over a set of subplots.
% Best results are obtained when all subplots are
% created and then TOPTITLE is executed.
%
% Calling
www.eeworm.com/read/297942/7984712
m test.m
clear all
factor = 4. * pi *5.;
theta = 0:.1:90;;
theta = theta .* (pi/180);
f = sqrt((1. + 1 + 2.0 .* cos(pi+factor .* sin(theta))));
polar(theta,f,'k');
xlabel ('Normalized range R/Ro')
www.eeworm.com/read/297942/7984814
m fig5_8.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/297942/7984924
m fig1_31.m
a=-2*pi:0.01:2*pi;
%angle=sin(a);
y=sinc(a).^2;
ymod=10.*log10(y);
plot(a,ymod,'k');
grid
xlabel('Aangle - radians');
ylabel('Normalized antenna pattern -dB');
www.eeworm.com/read/297900/7986269
m anaask.m
function [y,am]=anaask(N,Ncomp,f0);
%ANAASK Amplitude Shift Keying (ASK) signal.
% [Y,AM]=ANAASK(N,NCOMP,F0) returns a complex amplitude
% modulated signal of normalized frequency F0, with a uniforml
www.eeworm.com/read/297900/7986293
m fmlin.m
function [y,iflaw]=fmlin(N,fnormi,fnormf,t0);
%FMLIN Signal with linear frequency modulation.
% [Y,IFLAW]=FMLIN(N,FNORMI,FNORMF,T0) generates a linear frequency
% modulation.
% The phase of this mod
www.eeworm.com/read/297846/7992418
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=