12 lines
463 B
Batchfile
12 lines
463 B
Batchfile
|
|
// Default configuration for BF_companion main_state
|
|
// Format: field value // optional comment
|
|
|
|
run_mode INF_RUN // TEST | FINITE_RUN | INF_RUN
|
|
BF_mode FFT // TRANSPARENT | AVG | FFT
|
|
run_length 50 // 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
|
|
data_path /home/awe/Documents/E502_ADC_BF_PC_companion/tmp
|