diff --git a/redpitaya/client/double_dds.py b/redpitaya/client/double_dds.py index c29468e..e263064 100755 --- a/redpitaya/client/double_dds.py +++ b/redpitaya/client/double_dds.py @@ -3,7 +3,7 @@ ################################################## # GNU Radio Python Flow Graph # Title: Double Dds -# Generated: Thu May 11 08:24:36 2017 +# Generated: Fri May 12 18:35:16 2017 ################################################## if __name__ == '__main__': diff --git a/redpitaya/client/pid_vco_pid_only.py b/redpitaya/client/pid_vco_pid_only.py index 22037e5..86f9721 100755 --- a/redpitaya/client/pid_vco_pid_only.py +++ b/redpitaya/client/pid_vco_pid_only.py @@ -3,7 +3,7 @@ ################################################## # GNU Radio Python Flow Graph # Title: Pid Vco Pid Only -# Generated: Sat May 6 09:57:38 2017 +# Generated: Fri May 12 18:35:52 2017 ################################################## if __name__ == '__main__': @@ -73,8 +73,8 @@ class pid_vco_pid_only(gr.top_block, Qt.QWidget): self.dds1_poff_sw = dds1_poff_sw = 1 self.dds1_pinc_sw = dds1_pinc_sw = 1 self.dds1_offset = dds1_offset = 0 - self.dds1_nco = dds1_nco = 39500000 - self.dds1_f0 = dds1_f0 = 39500000 + self.dds1_nco = dds1_nco = 40000000 + self.dds1_f0 = dds1_f0 = 40000000 self.dds1_ampl = dds1_ampl = 0 self.addr = addr = "192.168.0.201" self.adc1_offset = adc1_offset = 0 @@ -153,10 +153,10 @@ class pid_vco_pid_only(gr.top_block, Qt.QWidget): self._dds1_offset_range = Range(-2**13, 2**13-1, 1, 0, 200) self._dds1_offset_win = RangeWidget(self._dds1_offset_range, self.set_dds1_offset, 'dds1_offset', "counter_slider", int) self.top_grid_layout.addWidget(self._dds1_offset_win, 4,0) - self._dds1_nco_range = Range(0, 60000000, 1, 39500000, 200) + self._dds1_nco_range = Range(0, 60000000, 1, 40000000, 200) self._dds1_nco_win = RangeWidget(self._dds1_nco_range, self.set_dds1_nco, 'dds1_nco', "counter_slider", int) self.top_grid_layout.addWidget(self._dds1_nco_win, 0,0) - self._dds1_f0_range = Range(0, 60000000, 1, 39500000, 200) + self._dds1_f0_range = Range(0, 60000000, 1, 40000000, 200) self._dds1_f0_win = RangeWidget(self._dds1_f0_range, self.set_dds1_f0, 'dds1_f0', "counter_slider", int) self.top_grid_layout.addWidget(self._dds1_f0_win, 12,0) self._dds1_ampl_range = Range(0, 2**13-1, 1, 0, 200)