diff options
author | jaseg <git-bigdata-wsl-arch@jaseg.de> | 2020-04-17 17:59:08 +0200 |
---|---|---|
committer | jaseg <git-bigdata-wsl-arch@jaseg.de> | 2020-04-17 17:59:08 +0200 |
commit | 87ae7dfcb35d9a55950eecc2116d13d73b2b9ece (patch) | |
tree | 090946c28eb7b9d3028844bf4e0dcc01ddb29664 /lab-windows/grid_freq_estimation.ipynb | |
parent | e505627adad7510673f983cd158016342aa1bdfc (diff) | |
download | master-thesis-87ae7dfcb35d9a55950eecc2116d13d73b2b9ece.tar.gz master-thesis-87ae7dfcb35d9a55950eecc2116d13d73b2b9ece.tar.bz2 master-thesis-87ae7dfcb35d9a55950eecc2116d13d73b2b9ece.zip |
fw simulator: WIP
Diffstat (limited to 'lab-windows/grid_freq_estimation.ipynb')
-rw-r--r-- | lab-windows/grid_freq_estimation.ipynb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lab-windows/grid_freq_estimation.ipynb b/lab-windows/grid_freq_estimation.ipynb index de6921c..a433491 100644 --- a/lab-windows/grid_freq_estimation.ipynb +++ b/lab-windows/grid_freq_estimation.ipynb @@ -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", |