towards pole placement
This commit is contained in:
@@ -289,6 +289,15 @@ function motCell=identifyFxFyStage(mode)
|
||||
mot.ss_qr.Name='simplified mechanics, no current loop, resonance';
|
||||
tfp.InputName{1}=s;%restore
|
||||
|
||||
% u +-----------+ y
|
||||
%iqCmd------->|1 1|-------> iqMeas
|
||||
% | 2|-------> actVel
|
||||
% | 3|-------> actPos
|
||||
% +-----------+
|
||||
s=tfq.InputName{1};tfq.InputName{1}='iqMeas';
|
||||
mot.ss_dq=connect(tfd,tfq,'iqCmd',{'iqMeas','actVel','actPos'});
|
||||
mot.ss_dq.Name='simplified mechanics, simplified current loop, no resonance';
|
||||
tfq.InputName{1}=s;%restore
|
||||
|
||||
|
||||
%h=bodeplot(mot.meas,'r',mot.tf4_2,'b',mot.tf6_4,'g');
|
||||
|
||||
Reference in New Issue
Block a user