代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/333524/12677322
m dsdemo4fig.m
function fig = dsdemo4fig()
% Window layout for the dsdemo4() function.
% This file has been hand-edited after using the "guide" command
% to create the initial layout and *fig.m file.
% Be wary of c
www.eeworm.com/read/333417/12683815
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/246805/12703618
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/246805/12703720
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/246805/12703897
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/145525/12717106
c mpsplot.c
#include
#include
#include
#include "msp.h"
void mpsplot(float psdr[],float psdi[],int mfre,float ts)
{
/*----------------------------------------------------------
www.eeworm.com/read/145494/12717962
m legd_proc.m
%legd_proc processing legends on a graphics window.
%
% i_Legends=legd_proc(nTask,arg1)
%where
% nTask -- the code for legend processing. Details can be found in the comments
%
www.eeworm.com/read/145494/12717965
m display_str.m
%display_str show strings in the current window or convert a string into TeX format
%
% [xL,h]=display_str(x,y,Str1,nCol,vis,nFSize,...
% fName,fWeight,fAngle)
%
%where
%
% xL -- the
www.eeworm.com/read/145385/12729024
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/145385/12729296
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',