|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
Delta-Sigma ADC调制器系统级模型系数计算过程遇到问题,scaleABCD函数提示报错。
求问大佬们,这个问题有遇到过吗?怎么解决?他总提示我scaleABCD使用错误。
错误使用 scaleABCD (line 74)
Modulator is unstable even with an input amplitude of 0.1.
出错 ic_dsmod_coefficient (line 23)
[ABCDs,umax] = scaleABCD(ABCD,nlevel,f0,xlim); %Scale the ABCD matrix so that the state maxima are less than a specified limit.
提示报错的代码对应为:
if umax == ulist(1)
msg = sprintf('Modulator is unstable even with an input amplitude of %.1f.',umax);
error(msg); %line 74
end
end |
|