11 lines
392 B
Batchfile
11 lines
392 B
Batchfile
// 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
|