No BSD License
-
[FD,GD,AD,ND,BD]=cvrt(F,G,A,N...
-
[FD,GD,AD,ND,BD]=cvrt(F,G,A,N...
-
[FD,GD,SC,RMSY,RMSU,EV]=mimod...
Table D.5; synthesizes discrete MIMO LQG prediction-compensator and
-
[Phi,W]=cvrtq(F,Ga,Q,T) ...
Determines covariance W of full-rank random sequence wd(k) that is
-
[Sc,rmsy,rmsu,ev]=mimocomy(S,...
Synthesizes continuous MIMO LQG compensator & determines RMS response
-
[XX,UX,XU,UU]=modfol(F,G,H,L,...
Computes feedforward gains xx and ux for asymptotic model-following or
-
[y,s]=figf_4(s,A) ...
Root locus vs. A for infinite-dimensional LQR for stabilizing
-
[y,y1,u]=stepcmd(F,G,H,L,C,yc...
-
s1=figf_5(s,A) ...
Root locus vs. A for infinite-dimensional LQR for stabilizing
-
sp=loc_cap(t,s,flg,F,G,K)
-
zohplot(xord,yord,plotchar)
ZOHPLOT Plots the zero-order hold of two columns of data.
-
Fig03_9.m
-
Fig13_25a.m
-
P10_2_2.m
-
P14_4_1a.m
-
P14_4_1b.m
-
Tab10_1.m
-
Tab10_2.m
-
Tab12_2.m
-
Tab12_3.m
-
Tab12_4.m
-
Tab12_5.m
-
Tab12_6.m
-
TabD_1.m
-
TabD_3.m
-
fig12_30old.m
-
View all files
|
|
| s1=figf_5(s,A) |
function s1=figf_5(s,A)
% Root locus vs. A for infinite-dimensional LQR for stabilizing
% tip angle using center torque of a uniform beam; a = lambda.
% T(s)=[ch(a)+c(a)]/[a^2(sh(a)c(a)-ch(a)s(a)]; a = sqrt(js)
% where s is in units of wo, wo^2=EI/sigma*L^4, Q in EI/L; 8/20/91
%
j=sqrt(-1); a=sqrt(j*s); n=cosh(a)+cos(a);
d=a^2*(sinh(a)*cos(a)-cosh(a)*sin(a)); y=A*n^2+j*d^2;
yp=2*A*n*(sinh(a)-sin(a))+4*j*d*((d/a)-a^2*sinh(a)*sin(a));
a=a-y/yp; s1=-j*a^2;
|
|
Contact us at files@mathworks.com