Commit Graph

24 Commits

Author SHA1 Message Date
Christos Falas
81c7b04fe7
send tensor over queue instead of aoa object 2025-01-02 11:27:10 +00:00
Christos Falas
efe8923c51 Fix processes without forking for CUDA 2025-01-01 16:03:38 +00:00
Christos Falas
5f6824378c
change mp spawn method
mp.Queue is not pickle-able, which prevents spawn method from working,
but is necessary for CUDA to work properly
2024-12-31 17:52:10 +00:00
Christos Falas
a2f94737f8
set up torch AoA estimation 2024-12-31 16:45:42 +00:00
Christos Falas
66e041cf73
allow different ports 2024-12-31 16:10:22 +00:00
Christos Falas
ae2e95283b
refactor: change Pipe to Queue for configurable maxsize 2024-12-30 13:31:42 +00:00
Christos Falas
0d8bea2678
refactor: switch to processes instead of threads 2024-12-30 12:29:03 +00:00
Christos Falas
c2914486a3
fix: heatmap frame rate 2024-12-29 19:12:06 +00:00
Christos Falas
274f4d8492
refactor: processing in separate thread 2024-12-29 19:08:38 +00:00
Christos Falas
06aca17bee
improve visualisation 2024-12-29 18:00:15 +00:00
Christos Falas
ed7aaf787b
customise max tof for graph 2024-12-29 12:57:29 +00:00
Christos Falas
232e90984f
increase heatmap range 2024-12-29 12:42:55 +00:00
Christos Falas
537da2c160
decrease verbosity 2024-12-29 12:41:46 +00:00
Christos Falas
3826f40f6a
visualisation web server listen on all addresses 2024-12-29 12:31:56 +00:00
Christos Falas
691b5821cb
fix preprocessing arguments 2024-12-29 12:30:56 +00:00
Christos Falas
671b3ae353
add magnitude visualisation 2024-12-29 12:30:26 +00:00
Christos Falas
a9d05ca975
Support multiple receiving hosts 2024-12-29 12:24:21 +00:00
Christos Falas
25e259f038
fix constant spectrum for all tof 2024-12-29 12:22:47 +00:00
Christos Falas
3199103caa
Improve MUSIC implementation 2024-12-28 10:18:46 +00:00
Christos Falas
4e72d92b09
Add Butterworth bandpass filter 2024-12-28 10:17:03 +00:00
Christos Falas
a7a34a6138
Add basic MUSIC implementation 2024-12-26 14:01:24 +00:00
Christos Falas
0ce3545e1e
Convert to module 2024-12-26 14:00:53 +00:00
Christos Falas
b6203b611a
cleanup types 2024-11-25 20:32:11 +00:00
Christos Falas
841da23c47
Add basic preprocessing and visualisation 2024-11-25 12:15:35 +00:00