首页 > 解决方案 > Python上的控制包问题

问题描述

我最近下载了 python-control 包,因为我想模拟 MIMO 系统中离散时间传递函数的响应。为了使它适用于这种系统,我还必须安装 slycot 包,它是从二进制轮子安装的。当我尝试使用函数时会出现问题forced_response(),我只能得到零作为响应。

我尝试了一个在互联网上找到的示例,得到了相同的结果(只有零)。因此,我认为问题与我的代码无关。

我也收到以下消息:

Wrong parameter 1 in LAPACKE_chetrs_rook
Wrong parameter 1 in LAPACKE_dsyev_2stage_work
Wrong parameter 1 in LAPACKE_dsyev_2stage_work
Wrong parameter 1 in LAPACKE_dsyev_2stage_work
Wrong parameter 1 in LAPACKE_chbevd_2stage_work
Wrong parameter 1 in LAPACKE_chbevd_2stage_work
Wrong parameter 1 in LAPACKE_chbevd_2stage_work...
... Wrong parameter 1 in LAPACKE_chbevd_2stage_work
Wrong parameter 1 in LAPACKE_chbevd_2stage_work 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 参数 1
错误

但我什么也没找到。

标签: pythoncontrols

解决方案


推荐阅读