From 4b82e8d6347ded0afe928be15eb4d17409f6297d Mon Sep 17 00:00:00 2001 From: "Edward A. Lee" Date: Sun, 30 Jun 2024 12:58:03 -0700 Subject: [PATCH] Combine plots --- .../C/src/synchrophasors/Synchrophasors.html | 100 +++++++++++++++--- .../C/src/synchrophasors/Synchrophasors.lf | 17 ++- 2 files changed, 99 insertions(+), 18 deletions(-) diff --git a/examples/C/src/synchrophasors/Synchrophasors.html b/examples/C/src/synchrophasors/Synchrophasors.html index 08846703..fd439fee 100644 --- a/examples/C/src/synchrophasors/Synchrophasors.html +++ b/examples/C/src/synchrophasors/Synchrophasors.html @@ -6,18 +6,60 @@

Synchrophasors

- -
- +

+ Phase measurement units (PMUs) periodically emit a phasor measurement. + In a normally functioning power grid, the phases in nearby PMUs are correlated and vary smoothly. +

+

Ideal Readings

+

+ In the plot below, there are 50 PMUs, one of which is exhibiting a fault (number 42): +

+
+ +
+

Noisy Readings

+

+ In the plot below, phasor data experiences random network delays and the plot is updated as data arrives. + This results in the simultaneous display of inconsistent data (data from different times), which masks the fault at PMU 42. +

+
+