This commit is contained in:
Arthur Grisel-Davy 2024-09-06 13:13:04 -04:00
parent 8f6b53c49b
commit 659dcf2d81
5 changed files with 719 additions and 1 deletions

View file

@ -84,12 +84,24 @@ Power is:
- Scaling from global to granular
]
#slide(title:"Experimental Setup")[
#slide(title: "Problem Statement")[
#align(center)[Given a list of #text(blue)[processes] over time and the #text(orange)[power consumption] of a machine, detect tampering to the list of processes.]
]
#slide(title:"Input Data")[
// Setup of the experiment
// What data to gather
// Log data
// Power data (comparison hardware/software)
// Resulting dataset
#only(1)[#image("images/data_collection_1.svg", width:100%)]
#only(2)[#image("images/data_collection_2.svg", width:100%)]
]
#slide(title:"Input Data - Power")[
- Cable current #sym.arrow current clamp #sym.arrow ADC #sym.arrow server
- Capure: 10ksps
- Downsample: 2 SPS with average and median aggregation. #text(red)[check the specifics]
]
#slide(title:"Problem Statement")[