我最近下载了python-control程序包,因为我想模拟MIMO系统中离散时间传递函数的响应。为了使其适用于这种系统,我还必须安装slycot软件包,该软件包是从二进制车轮安装的。当我尝试使用函数forced_response()
时会发生问题,从中我只能得到零作为响应。
我尝试了一个在互联网上找到的示例,但得到的结果相同(只有零)。因此,我认为问题与我的代码无关。
我也收到此消息:
LAPACKE_chetrs_rook中的参数1错误
LAPACKE_dsyev_2stage_work中的参数1错误
LAPACKE_dsyev_2stage_work中的参数1错误
LAPACKE_dsyev_2stage_work中的参数1错误
LAPACKE_chbevd_2stage_work中的参数1错误
LAPACKE_chbevd_2stage_work中的参数1错误
LAPACKE_chbevd_2stage_work ...中的参数1错误...
... LAPACKE_chbevd_2stage_work中的参数1错误
LAPACKE_chbevd_2stage_work中的参数1错误
LAPACKE_cggbak中的参数1错误
LAPACKE_cggbak中的参数1错误
LAPACKE_chbevd_2stage_work中的参数1错误
LAPACKE_chbevd_2stage_work中的参数1错误
LAPACKE_chbevd_2stage_work中的参数1错误
LAPACKE_chbevd_2stage_work中的参数1错误
LAPACKE_chbevd_2stage_work中的参数1错误
LAPACKE_chbevd_2stage_work
但我对此一无所获。