代码搜索结果
找到约 10,000 项符合
Z 的代码
z.asv
clear all;
num=10;
den=[1,7,10];
ts=0.1;
i=[0:35];
time=i*ts;
[n_zoh,d_zoh]=c2dm(num,den,ts);
yc=step(num,den,time);
subplot(2,2,1)
plot(yc);
y_zoh=dstep(n_zoh,d_zoh,36);
[xx,yy]=stairs(tim
z.m
clear all;
num=10;
den=[1,7,10];
ts=0.1;
i=[0:35];
time=i*ts;
[n_zoh,d_zoh]=c2dm(num,den,ts);
yc=step(num,den,time);
subplot(2,2,1);
plot(yc);
y_zoh=dstep(n_zoh,d_zoh,36);
[xx,yy]=stairs(ti
z.bat
@echo off
if exist user.map del user.map
if exist user.abs del user.abs
tulink user.lnk
if exist user.abs goto step1
echo ***** Link Error, Try Again *****
goto end
:step1
tuconv -Fs32 -o 80
z.plg
Build Log
--------------------Configuration: z - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~1\LO