電子產(chǎn)業(yè)一站式賦能平臺

PCB聯(lián)盟網(wǎng)

搜索
查看: 1112|回復: 0
收起左側(cè)

用lsim函數(shù)求系統(tǒng)零輸入響應時總報錯,不知道怎么修改了QAQ

[復制鏈接]

594

主題

958

帖子

5093

積分

四級會員

Rank: 4

積分
5093
跳轉(zhuǎn)到指定樓層
樓主
發(fā)表于 2022-12-11 17:36:25 | 只看該作者 |只看大圖 回帖獎勵 |倒序瀏覽 |閱讀模式
報錯代碼:
'''
t = [0:0.01:10];
sys = tf([8], [1 3 2]);
u = [t; 2*ones(size(t))]; % 輸入信號
y0 = 1; % 系統(tǒng)的初始狀態(tài)
y = lsim(sys, u, y0, t); % 系統(tǒng)輸出
plot(t, y);
grid on;
xlabel('t');
ylabel('r_{zi}(t)');
title('r_{zi}(t)=x(t)*h(t)\Delta=0.01');
'''
錯因:
錯誤使用 DynamicSystem/lsim (line 84)
When simulating the response to a specific input signal, the input
data U must be a matrix with as many rows as samples in the time
vector T, and as many columns as input channels.

回復

使用道具 舉報

發(fā)表回復

您需要登錄后才可以回帖 登錄 | 立即注冊

本版積分規(guī)則


聯(lián)系客服 關注微信 下載APP 返回頂部 返回列表