matlab dcgain,Low-frequency (DC) gain of LTI system

Load the estimation data.

load iddata1 z1

z1 is an iddata object containing the input-output estimation data.

Estimate a process model from the data. Specify that the model has one pole and a time delay term.

sys = procest(z1,'P1D')

sys =

Process model with transfer function:

Kp

G(s) = ---------- * exp(-Td*s)

1+Tp1*s

Kp = 9.0754

Tp1 = 0.25655

Td = 0.068

Parameterization:

{'P1D'}

Number of free coefficients: 3

Use "getpvec", "getcov" for parameters and their uncertainties.

Status:

Estimated using PROCEST on time domain data "z1".

Fit to estimation data: 44.85%

FPE: 6.02, MSE: 5.901

Compute the DC gain of the model.

K = dcgain(sys)

K = 9.0754

This DC gain value is stored in the Kp property of sys.

sys.Kp

ans = 9.0754

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值