working on document
This commit is contained in:
BIN
matlab/current_loop.slx
Normal file
BIN
matlab/current_loop.slx
Normal file
Binary file not shown.
@@ -62,12 +62,12 @@ function [mot1,mot2]=identifyFxFyStage()
|
||||
s=str2ndOrd(tfc);
|
||||
t=(0:199)*50E-6;
|
||||
[y,t]=step(tfc,t);
|
||||
f=figure();f.Position=[200,100,900,500]
|
||||
f=figure();f.Position=[200,100,900,500];
|
||||
subplot(1,2,1);
|
||||
plot(t*1000,obj.currstep.OutputData(11:210),'b',t*1000,y*1000,'r');
|
||||
xlabel('ms')
|
||||
ylabel('curr\_bits')
|
||||
grid on
|
||||
grid on;
|
||||
legend('real signal','model','Location','southeast')
|
||||
title(s);
|
||||
subplot(1,2,2);
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user