代码搜索:MATLAB LMD
找到约 10,000 项符合「MATLAB LMD」的源代码
代码结果 10,000
www.eeworm.com/read/257196/11944742
m samp3_1_1.m
%Samp3_1_1
clear all %将工作空间中的所有变量清除
N=256;dt=0.02; %数据的个数和采样间隔
n=0:N-1;t=n*dt; %序号序列和时间序列
x=sin(2*pi*t)+0.5*sin(2*pi*5*t); %信号加得到的合成信号
m=N;
www.eeworm.com/read/257010/11960291
m exa20.m
t0= 0; tfinal =5; % time interval
x0 = [1, 0]; % initial conditions
% [t,x] = ode23('pendulum', t0, tfinal, x0); % use with MATLAB 4
tspan = [t0, tfinal];
www.eeworm.com/read/257010/11960304
m exa19.m
t0= 0; tfinal =15; % time interval
x0 = [0.5, 0]; % initial conditions
% [t,x] = ode23('electsys', t0, tfinal, x0); % use with MATLAB 4
tspan = [t0, tfinal];
www.eeworm.com/read/257010/11960399
m cctime.m
% This function Simulates the swing equation of a one-machine system
% and returns the critical clearing time for stability.
%
% Copyrigth (C) 1998 H. Saadat
%
function cctime(Pm, E, V, X1, X2,
www.eeworm.com/read/257010/11960481
m dfpek.m
% State variable representation of the multimachine system
% during fault. (for use with trstab)
% Copyright (c) 1998 by H. Saadat
function xdot = dfpek(t,x)
global Pm f H E Y th ngg
Pe=zeros(
www.eeworm.com/read/154435/11960582
dat bookinfo.dat
[General Information]
书名=掌握MATLAB 6.0及其工程应用
作者=
页数=421
SS号=10459138
出版日期=
www.eeworm.com/read/257010/11960744
m afpek.m
% State variable representation of the multimachine system
% after fault. (for use with trstab)
%
% Copyright (C) 1998 H. Saadat
function xdot = afpek(t,x)
global Pm f H E Y th ngg
Pe=zeros
www.eeworm.com/read/257010/11960884
m exa18.m
t0= 0; tfinal = 3; % time interval
x0 = [0, 0]; % initial conditions
% [t,x] = ode23('mechsys', t0, tfinal, x0); % use with MATLAB 4
tspan = [t0, tfinal];
www.eeworm.com/read/257009/11961116
occ p61.occ
% This is the open-circuit characteristic shown
% in Figure P6-1. The first column is the field
% current in amps, and the second column is the
% open-circuit terminal voltage in volts. To use