first result with observer controller

This commit is contained in:
2018-10-31 16:54:09 +01:00
parent dd408e6956
commit 8807ccbd85
4 changed files with 169 additions and 96 deletions

View File

@@ -339,9 +339,9 @@ Examples:'''+''.join(map(lambda s:cmd+s, exampleCmd))+'\n '
#tune.init_stage();
plt.close('all')
#tune.custom_chirp()
tune.custom_chirp(motor=1,minFrq=1,maxFrq=3000,tSec=5,mode=0,file='/tmp/cst_chirp0.npz')
tune.custom_chirp(motor=2,minFrq=1,maxFrq=1000,tSec=5,mode=1,file='/tmp/cst_chirp1.npz')
tune.custom_chirp(motor=1,minFrq=1,maxFrq=3000,tSec=5,mode=2,file='/tmp/cst_chirp2.npz')
tune.custom_chirp(motor=1,minFrq=100,maxFrq=3000,amp=10,tSec=5,mode=0,file='/tmp/cst_chirp0.npz')
#tune.custom_chirp(motor=2,minFrq=1,maxFrq=1000,tSec=5,mode=1,file='/tmp/cst_chirp1.npz')
#tune.custom_chirp(motor=1,minFrq=1,maxFrq=3000,tSec=5,mode=2,file='/tmp/cst_chirp2.npz')
plt.show()
#------------------ Main Code ----------------------------------