Add some images and audio files for testing purposes

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2022-09-26 19:36:20 +02:00
parent b147f24c64
commit 3d14845bd2
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
6 changed files with 15 additions and 0 deletions

BIN
notes/audio/15hz_loop.mp3 Normal file

Binary file not shown.

BIN
notes/audio/30hz_loop.mp3 Normal file

Binary file not shown.

BIN
notes/images/laptop-cpu.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 KiB

View file

@ -17,3 +17,11 @@
* No change measurable in magnetmeter even if I can see the coil vibrate
* I assume the change in the magnetic field is too small to be measured
* Finish project plan
# 2022-09-26
* Test Magnetic Field of Laptop CPU
* I can clearly see the spikes
* Another try on the Raspberry Pi
* Still nothing accurate
* Research other solutions
* https://www.cs.sjtu.edu.cn/~yichao/pmwiki/assets/publications/mobicom17_pan.pdf

7
src/stress-cpu.sh Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env sh
while true
do
stress --cpu 8 --timeout 2
sleep 2
done