代码搜索:simulate
找到约 2,241 项符合「simulate」的源代码
代码结果 2,241
www.eeworm.com/read/267412/6957998
m motor_3_xgfx.m
%Correlation analysis method
t=0:0.1:12.6; %Get the plus response
num=0.01;
den=[0.005 0.06 0.1001];
sys=tf(num,den);
y=impulse(sys,t);
y=y';
plot(t,y,'b');grid on
hold on
a=1;%Simu
www.eeworm.com/read/170130/7102924
gfl lab4.gfl
# ModelSim : Launch ModelSim Simulator
detector.ldo
# ModelSim : Launch ModelSim Simulator
vsim.wlf
# ProjNav -> New Source -> TBW
e:\xilinx\lab4\__projnav\hb_cmds
# Bencher Waveform : PDCL (jhd
www.eeworm.com/read/111643/7149022
cmd asym.cmd
# uC/OS assumes we get 200 ticks/seconds (see OS_CFG.H)
# By carefully chosing the number of cycles between
# instructions, it is possible to simulate different
# clock speed.
interrupt 0 0 1000
www.eeworm.com/read/395965/8141541
name
*******************************************************************************
*******************************************************************************
*
www.eeworm.com/read/395965/8141628
name
*******************************************************************************
*******************************************************************************
*
www.eeworm.com/read/395965/8141822
name
*******************************************************************************
*******************************************************************************
*
www.eeworm.com/read/145405/12726447
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// Simulate.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.
www.eeworm.com/read/311730/13626804
m main.m
% 系统仿真例子(开环 无控制时)
% 主程序
% 系统函数句柄
SysFun=@SysSs;
% 状态初值
% x0=[0.144,0.8862];
x0=[2,5];
% Simulation Settings
H=0.1;
t0=0;
tf=20;
tspan=t0:H:tf;
StepNum=size(tspan,2);
u=0;
xArr=x0;
www.eeworm.com/read/215892/6334090
prj ioport.prj
[Version]
DLLVer=01.23.02.0
CustomizeBuild=1
[PRJKIND]
mode=1
[CPUTYPE]
CpuName=MB90V460
CpuSerise=907
Count=0
[DirInfo]
OBJ=OBJ\
LST=LST\
OPT=OPT\
PRJ=D:\Fujitsu\Softune16\Smpl16\9
www.eeworm.com/read/480572/6666282
h define.h
#define NUSER 16 // Number of user
#define DATALEN 1024 // Data length
#define SPREADLEN 16 // Spreading lenth
#define CHIPLEN ( DATALEN * SPREADLEN ) // Frame length
#d