There was an error while loading. Please reload this page.
1 parent c26dbe4 commit f4c6addCopy full SHA for f4c6add
2022/Hack-A-Sat-Quals-2022/power-level/README.md
@@ -1,3 +1,11 @@
1
+# Power-Level
2
+
3
+## Background
4
5
+This was a signal analysis challenge in which we are given IQ samples. The task was to compute the signal and noise power from this data.
6
7
+## Solution
8
9
Load the 32bit little-endian IQ samples (format was learned by eye-balling the data file in a hex editor):
10
11
```
0 commit comments