1 #ifndef EXPERIMENT_PARAMETERS_H 2 #define EXPERIMENT_PARAMETERS_H 18 #include "../Generics/generics.h" 24 const std::string save_file_path =
"/home/bephillips2/workspace/Electric_Tiger_Control_Code/data/";
25 const double length_of_tune = 3.0;
26 const double revs_per_iterations = 2.5;
27 const double start_length = 7.0;
28 const double nwa_span_MHz = 400.0;
29 const uint nwa_points = 401;
30 const double nwa_power_dBm = -15.0;
31 const double freq_window_MHz = 100.0;
32 const double digitizer_rate_MHz = 50.0;
33 const uint num_averages = 10000;
43 #endif // EXPERIMENT_PARAMETERS_H Definition: experiment_parameters.h:20
Definition: configprocessor.h:38