代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/463474/7180233
m start.m
function START
%by Bogdan Cristea
%e-mail: cristeab@gmail.com
%modified 27.10.2001
%tested under Matlab 6.0
%modified 21.07.2005
%tested under Matlab 7.0
%modified 27.08.2005
%extended help
www.eeworm.com/read/463474/7180234
m attractor.m
function attractor(action)
%
%Attractor - grafical interface for 2D attractors plotting
%
% Click "Start" button in order to begin the simulation.
% You can stop the simulation at any time by p
www.eeworm.com/read/463474/7180253
m bicoherence.m
function bicoherence(action)
%
%Bicoherence - grafical interface for power spectrum and bicoherence ploting
%
% Click "Start" button in order to begin the simulation.
% Using the "New plot" but
www.eeworm.com/read/463474/7180254
m histogram.m
function histogram(action)
%
%Histogram - grafical interface for 2D attractors ploting
%
% Click "Start" button in order to begin the simulation.
% Using the "New plot" button a new figure is d
www.eeworm.com/read/463474/7180255
m timefreq.m
function timefreq(action)
%timefreq - time and frequency domain for a chaotic signal
%
% Click "Start" button in order to begin the simulation.
% Using the "New plot" button a new figure is disp
www.eeworm.com/read/463474/7180289
m bifurcation.m
function bifurcation(action)
%
%Bifurcation - grafical interface for bifurcation ploting
%
% Click "Start" button in order to begin the simulation.
% You can stop the simulation at any time by
www.eeworm.com/read/460886/7238764
txt filterofmatlab.txt
wc=(400/1000)*pi; %求截止频率
w1=boxcar(81); %窗函数
w2=triang(81);
w3=hamming(81);
w4=hanning(81);
w5=bartlett(81);
w6=blackman(81);
w7=chebw
www.eeworm.com/read/459103/7282630
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/459103/7282715
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',
www.eeworm.com/read/458254/7300357
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