fw simulator: WIP

This commit is contained in:
jaseg 2020-04-17 17:59:08 +02:00
parent e505627ada
commit 87ae7dfcb3
24 changed files with 465 additions and 192 deletions

File diff suppressed because one or more lines are too long

View file

@ -701,7 +701,7 @@
" ax.set_xlabel('Period T [s]')\n",
" ax.set_ylabel('Power Spectral Density [Hz^2/Hz]')\n",
"\n",
" for i, t in enumerate([2.0, 3.2, 30, 150, 220, 450, 600, 900]):\n",
" for i, t in enumerate([2.0, 3.2, 30, 150, 220, 450, 600, 900]):z\n",
" ax.axvline(1/t, color='red', alpha=0.5, zorder=-1)\n",
" ax.annotate(f'{t} s', xy=(1/t, 1e-7), xytext=(-10, 5), xycoords='data', textcoords='offset pixels', rotation=90)\n",
" #ax.text(1/60, 10,'60 s', ha='left')\n",