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

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

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

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

[復(fù)制鏈接]

594

主題

958

帖子

5093

積分

四級(jí)會(huì)員

Rank: 4

積分
5093
跳轉(zhuǎn)到指定樓層
樓主
發(fā)表于 2022-12-11 17:36:25 | 只看該作者 |只看大圖 回帖獎(jiǎng)勵(lì) |倒序?yàn)g覽 |閱讀模式
報(bào)錯(cuò)代碼:
'''
t = [0:0.01:10];
sys = tf([8], [1 3 2]);
u = [t; 2*ones(size(t))]; % 輸入信號(hào)
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');
'''
錯(cuò)因:
錯(cuò)誤使用 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ā)表回復(fù)

本版積分規(guī)則


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