Compare commits

8 Commits

8 changed files with 312 additions and 653 deletions

View File

@ -1,9 +0,0 @@
// Default configuration for BF_companion main_state
// Format: field value // optional comment
run_mode FINITE_RUN // TEST | FINITE_RUN | INF_RUN
BF_mode TRANSPARENT // TRANSPARENT | AVG
run_length 100 // milliseconds
runs_N 10000 // total runs (used in FINITE_RUN)
run_I 0 // starting run index
data_path /home/feda/MIPT/RadioPhotonic_Subserface_radar/Receiver_GUI/data // base directory for output files

View File

@ -1,9 +0,0 @@
// Default configuration for BF_companion main_state
// Format: field value // optional comment
run_mode FINITE_RUN // TEST | FINITE_RUN | INF_RUN
BF_mode TRANSPARENT // TRANSPARENT | AVG
run_length 100 // milliseconds
runs_N 1000 // total runs (used in FINITE_RUN)
run_I 0 // starting run index
data_path /home/feda/MIPT/RadioPhotonic_Subserface_radar/Receiver_GUI/data // base directory for output files

Binary file not shown.

Binary file not shown.

View File

@ -1,10 +0,0 @@
// Default configuration for BF_companion main_state
// Format: field value // optional comment
run_mode TEST // TEST | FINITE_RUN | INF_RUN
BF_mode TRANSPARENT // TRANSPARENT | AVG
BlackFin_mode TRANSPARENT // TRANSPARENT | AVG | FFT
run_length 100 // milliseconds
runs_N 10 // total runs (used in FINITE_RUN)
run_I 0 // starting run index
data_path data // base directory for output files

View File

@ -1,9 +0,0 @@
// Default configuration for BF_companion main_state
// Format: field value // optional comment
run_mode FINITE_RUN // TEST | FINITE_RUN | INF_RUN
BF_mode TRANSPARENT // TRANSPARENT | AVG
run_length 100 // milliseconds
runs_N 10 // total runs (used in FINITE_RUN)
run_I 0 // starting run index
data_path /home/feda/MIPT/RadioPhotonic_Subserface_radar/Receiver_GUI/data // base directory for output files

926
main.c

File diff suppressed because it is too large Load Diff

View File

@ -105,6 +105,6 @@ if __name__ == "__main__":
#chart.add_trace(go.Scattergl(x=data[key+"_N"], y=data[key], name=key, mode="markers+lines", text=data[key+"_hex"]))
# chart.add_trace(go.Scattergl(x=data[key+"_N"], y=data[key], name=key, mode="lines+markers", text=data[key+"_hex"]))
# chart.show()
chart.write_html(argv[1] + ".html")
chart.show()