From 22bde7695e02143f09de7fb790fe50b4bd9add6f Mon Sep 17 00:00:00 2001 From: Arthur Date: Thu, 19 Oct 2023 23:58:37 -0400 Subject: [PATCH] slides before test cases --- BPV/qrs/images/setup.svg | 136 ++ BPV/qrs/images/training_unique.svg | 2320 +++++++++++++++++++++++++ BPV/qrs/images/training_unique_p1.svg | 822 +++++++++ BPV/qrs/images/training_unique_p2.svg | 1233 +++++++++++++ BPV/qrs/images/training_unique_p3.svg | 1245 +++++++++++++ BPV/qrs/images/wein_p1.svg | 98 ++ BPV/qrs/images/wein_p2.svg | 114 ++ BPV/qrs/presentation.typ | 25 +- 8 files changed, 5980 insertions(+), 13 deletions(-) create mode 100644 BPV/qrs/images/setup.svg create mode 100644 BPV/qrs/images/training_unique.svg create mode 100644 BPV/qrs/images/training_unique_p1.svg create mode 100644 BPV/qrs/images/training_unique_p2.svg create mode 100644 BPV/qrs/images/training_unique_p3.svg create mode 100644 BPV/qrs/images/wein_p1.svg create mode 100644 BPV/qrs/images/wein_p2.svg diff --git a/BPV/qrs/images/setup.svg b/BPV/qrs/images/setup.svg new file mode 100644 index 0000000..1962aab --- /dev/null +++ b/BPV/qrs/images/setup.svg @@ -0,0 +1,136 @@ + + + + + + + + + + + Machine to + +protect + Machine 2to protect + + Shunt Resistor /Hall effect Sensor + + Ethernet + + diff --git a/BPV/qrs/images/training_unique.svg b/BPV/qrs/images/training_unique.svg new file mode 100644 index 0000000..2760afd --- /dev/null +++ b/BPV/qrs/images/training_unique.svg @@ -0,0 +1,2320 @@ + + + +050010001500AmplitudeAverage traceTime (ms)ThresholdDistance to Average40020006008001000AmplitudeModel 1 Average traceModel 2 Average traceModel 1 ThresholdModel 2 Threshold40020006008001000050010001500Time (ms)Distance to Average diff --git a/BPV/qrs/images/training_unique_p1.svg b/BPV/qrs/images/training_unique_p1.svg new file mode 100644 index 0000000..5b834c6 --- /dev/null +++ b/BPV/qrs/images/training_unique_p1.svg @@ -0,0 +1,822 @@ + + + +050010001500AmplitudeAverage traceTime (ms)ThresholdDistance to Average40020006008001000 diff --git a/BPV/qrs/images/training_unique_p2.svg b/BPV/qrs/images/training_unique_p2.svg new file mode 100644 index 0000000..9632861 --- /dev/null +++ b/BPV/qrs/images/training_unique_p2.svg @@ -0,0 +1,1233 @@ + + + +AmplitudeModel 1 Average traceModel 2 Average traceModel 1 ThresholdModel 2 Threshold40020006008001000050010001500Time (ms)Distance to Average diff --git a/BPV/qrs/images/training_unique_p3.svg b/BPV/qrs/images/training_unique_p3.svg new file mode 100644 index 0000000..8b3cbed --- /dev/null +++ b/BPV/qrs/images/training_unique_p3.svg @@ -0,0 +1,1245 @@ + + + +AmplitudeModel 1 Average traceModel 2 Average traceModel 1 ThresholdModel 2 Threshold40020006008001000050010001500Time (ms)Distance to Average diff --git a/BPV/qrs/images/wein_p1.svg b/BPV/qrs/images/wein_p1.svg new file mode 100644 index 0000000..336bd7a --- /dev/null +++ b/BPV/qrs/images/wein_p1.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/BPV/qrs/images/wein_p2.svg b/BPV/qrs/images/wein_p2.svg new file mode 100644 index 0000000..db7b339 --- /dev/null +++ b/BPV/qrs/images/wein_p2.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/BPV/qrs/presentation.typ b/BPV/qrs/presentation.typ index c84f94f..3bf1a54 100644 --- a/BPV/qrs/presentation.typ +++ b/BPV/qrs/presentation.typ @@ -20,7 +20,8 @@ ) #slide(title: "Introduction")[ -//add images with wein diagram from proposal presentation + #only(1)[#image("images/wein_p1.svg", width: 100%)] + #only(2)[#image("images/wein_p2.svg", width: 100%)] ] #slide(title: "Overview")[ @@ -28,26 +29,24 @@ ] #slide(title: "Capture System")[ - //#image("images/setup.svg", width: 100%) - //Add figure like the l3 setup but more general + #align(center)[ + #image("images/setup.svg", width: 80%) + ] ] #slide(title: "BPV Model")[ -#image("images/training.svg", height: 100%) -// fix font in inkscape, use STIX TWO Text everywhere -// Remove one model to only present single model mode +#align(center)[ + #image("images/training_unique_p1.svg", height: 100%) +] ] #slide(title: "Multi-Model Support")[ -// Reuse the training image but with both model -// underline that the threshold seems similar bu they refer to possibly widely different traces. -// one new trace does not have a single position on the bottom graph, it has one (possibly -// different) per model +#align(center)[ + #only(1)[#image("images/training_unique_p2.svg", height: 100%)] + #only(2)[#image("images/training_unique_p3.svg", height: 100%)] +] ] -#slide(title: "Multi-Model Support")[ -// Explain decision, trace needs to be validated by at least one model to pass -] #focus-slide()[ Test Cases