Task 1 (1,2,3,4) seem done

This commit is contained in:
ti_mo
2026-05-15 18:00:02 +02:00
parent 123f1926c6
commit fca31532d1
8 changed files with 253 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
trace1 = load("traces/2412mhz.mat", "iq");
trace2 = load("traces/2432mhz.mat", "iq");
trace3 = load("traces/2452mhz.mat", "iq");
trace4 = load("traces/2472mhz.mat", "iq");
window = 512;
overlap = 64;
fft_precis
spectrogram(trace1.iq, 512, 64, 2048, "psd", "yaxis");