1.MATLAB里bd_asymp函数源代码是源码什么?
MATLAB里bd_asymp函数源代码是什么?
具体函数如下所示,
function [wpos,源码vbs获取网页源码ypos]=bd_asymp(G,w)
G1=zpk(G); Gtf=tf(G);
if nargin==1,
w=freqint2(Gtf.num{ 1},Gtf.den{ 1},);
end
zer=G1.z{ 1}; pol=G1.p{ 1}; gain=G1.k;
wpos=[]; pos1=[];
for i=1:length(zer);
if isreal(zer(i))
wpos=[wpos, abs(zer(i))];
pos1=[pos1,];
else
if imag(zer(i))>0
wpos=[wpos, abs(zer(i))];
pos1=[pos1,];
end, end, end
for i=1:length(pol);
if isreal(pol(i))
wpos=[wpos, abs(pol(i))];
pos1=[pos1,-];
else
if imag(pol(i))>0
wpos=[wpos, abs(pol(i))];
pos1=[pos1,-];
end, end, end
wpos=[wpos w(1) w(length(w))];
pos1=[pos1,0,0];
[wpos,ii]=sort(wpos); pos1=pos1(ii);
ii=find(abs(wpos)<eps); kslp=0;
w_start=*eps;
if length(ii)>0,
kslp=sum(pos1(ii));
ii=(ii(length(ii))+1):length(wpos);
wpos=wpos(ii); pos1=pos1(ii);
end
while 1
[ypos1,pp]=bode(G,w_start);
if isinf(ypos1), w_start=w_start*;
else, break; end
end
wpos=[w_start wpos];
ypos(1)=*log(ypos1);
pos1=[kslp pos1];
for i=2:length(wpos)
kslp=sum(pos1(1:i-1));
ypos(i)=ypos(i-1)+...
kslp*log(wpos(i)/wpos(i-1));
end
ii=find(wpos>=w(1)&wpos<=w(length(w)));
wpos=wpos(ii); ypos=ypos(ii);
2024-12-29 15:562810人浏览
2024-12-29 15:502171人浏览
2024-12-29 15:22364人浏览
2024-12-29 14:53196人浏览
2024-12-29 14:251835人浏览
2024-12-29 14:011389人浏览
中国消费者报福州讯记者张文章)申办材料大“瘦身”,“零材料办”实现极简审批。5月17日,记者从福建省福州市市场监管局获悉,近日该局联合福州市农业农村局推出了“零材料、打包办”跨部门审批事项改革。目前海
1.成品网站w灬源码三叶草:快速搭建个性化网站的利器2.piwikPiwik: 开放源代码的Web统计软件3.请问谁有在线统计的源码提供一下,最好能帮设计像以下的效果:在此先谢谢了。 好像有JS和HT
1.如何用java编写一个可以在线播放的视频?2.JAVA中怎么能将视频中的提取出来,将某一时间的图像提取出来。求大神指点下。如何用java编写一个可以在线播放的视频? 具体步骤如下所示: 1