为什么八度阶跃响应没有达到这一步?

时间:2015-02-17 17:57:38

标签: octave

我的代码在这里。

#! /bin/octave -qf
nn=[0.13785];
dd=[1 14 60 200];
t=0:0.005:5;
[y,t,x]=step(tf(nn,dd), t);
plot(t,y)
pause()

为什么octave的步长为0.007,而步长为1?我认为这不是八度问题,而是我对过程的理解

0 个答案:

没有答案