Files
2023-03-15 20:24:16 +01:00
..
2023-03-15 20:02:05 +01:00
2023-03-15 19:57:59 +01:00
2023-03-15 20:24:16 +01:00
2023-03-15 20:02:47 +01:00
2023-03-15 20:08:58 +01:00
2023-03-15 20:17:25 +01:00
2023-03-05 17:48:31 +01:00
2023-03-04 14:51:37 +01:00
2023-03-04 14:51:37 +01:00
2023-03-15 19:58:57 +01:00
2023-03-15 20:03:49 +01:00

p3

this is a Go subproject containing code for task no. 3. Python is used for visualisation.

compile

go build -v .

run

to compute correlations, impulse function:

# pass a csv data file.
./p3 -datafile=./data/m.csv

to visualise the computed data:

python visualise.py

alternatively, from current folder you could do both of the above in a single step:

# compute stuff and visualise.
-./p3 -datafile=./data/m.csv
+./p3 -datafile=./data/m.csv -vis