Commit Graph

13 Commits

Author SHA1 Message Date
Christos Falas
a7a0071486
move preprocessing to CSIApplication 2025-05-01 15:50:24 +01:00
Christos Falas
cc27972d81
refactor into separate CSIApplication framework 2025-04-26 11:28:17 +01:00
Christos Falas
8fe5995c5f
refactor figure visualisation
Split off figure-serving from the data transformations needed to make
the figures themselves (e.g. binning)
2025-03-04 17:30:26 +00:00
Christos Falas
c452e44e1a
MUSIC eigenvalue visualisation
One of the issues I've been facing was that the range of the eigenvalues
was quite large, and I couldn't easily see a natural threshold to set to
separate the signal and noise subspaces.

This visualisation provides a histogram for this scenario, to assist in
choosing the parameter (which is different in different configurations).
2025-03-04 13:48:32 +00:00
Christos Falas
342357bd0c
remove eigh
The original assumption that we can use eigh because the autocorrelation
matrix is Hermitian is not true. Although the true autocorrelation
matrix is Hermitian, this is not necessarily the case for the estimate we
use.
2025-02-24 16:12:04 +00:00
Christos Falas
28d096af44
unwrap CSI phase 2025-02-24 15:02:21 +00:00
Christos Falas
c19ac69a0e
Allow skipping subcarriers
This is useful for when processing from files which are larger than can
be processed in real-time.
2025-02-11 11:16:27 +00:00
Christos Falas
638440feff fix heatmap generation 2025-01-30 13:58:08 +02:00
Christos Falas
785021b557 Use eigh instead of eig
The mean of Hermitian matrices is also Hermitian
2025-01-30 13:58:08 +02:00
Christos Falas
42ac105240 Improve logging 2025-01-30 13:58:08 +02:00
Christos Falas
c2963f4a9f Make heatmap on GPU
Still has some weird artifacts, some axis ordering might be incorrect
2025-01-30 13:58:08 +02:00
Christos Falas
a1e5f2fec7 set up torch AoA estimation 2025-01-30 13:58:08 +02:00
Christos Falas
4f7a9d2e70
Make into package
Add CLI to bin, allow for tab-completions
2025-01-27 15:55:17 +00:00