1 #ifndef DIALOGDEBUGMONITOR_H 2 #define DIALOGDEBUGMONITOR_H 4 #include <fft/fft_avg_complex.h> 5 #include <fft/fft_avg_real.h> 7 #include <qwt_plot_curve.h> 39 void on_comboBox_cic_select_currentIndexChanged(
int index);
41 void on_lo_frequency_lineEdit_editingFinished();
44 void on_impulse_pushButton_clicked();
46 void on_step_pushButton_clicked();
48 void on_write2file_pushButton_clicked();
51 void set_cic(
int decimation_rate);
53 Ui::DialogDebugMonitor *ui;
55 DDS *local_oscillator_;
57 IP_Driver *cic_bypass_;
59 Data_Capture *capture_rf_;
60 Data_Capture_Dual *capture_iq_;
61 Data_Capture_Dual *debug_capture_after_mixer_;
62 Data_Capture_Dual *debug_capture_after_cic_;
63 Data_Capture_Dual *debug_capture_audio_after_ddc_;
64 Data_Capture_Dual *debug_capture_audio_after_scaling_;
65 Data_Capture_Dual *debug_capture_audio_after_asrc_;
66 Data_Capture *debug_capture_audio_after_weaver_;
68 Data_Capture_Dual *debug_capture_debug_dual_;
69 Data_Capture *debug_capture_debug_;
71 IP_Driver *impulse_stimulator_;
73 QwtPlotCurve *debug_time_curve_i_;
74 QwtPlotCurve *debug_time_curve_q_;
75 QwtPlotCurve *debug_freq_curve_;
77 int debug_data_size_ ;
79 bool debug_log2file_request_;
86 #endif // DIALOGDEBUGMONITOR_H Definition: dialogdebugmonitor.h:15
FFT Class for averaging over multiple FFTs with complex time domain input values. ...
Definition: fft_avg_complex.h:7
Qt Dialog GUI with debug functionalities.
Definition: dialogdebugmonitor.h:22
FFT Class for averaging over multiple FFTs with real time domain input values.
Definition: fft_avg_real.h:7