From 1ca9a45ff5f2eb55093d825f6d9fc36256ee7d67 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Wed, 9 Jun 2021 16:11:11 +0200 Subject: cal: Add support for X410 --- host/python/uhd/usrp/cal/usrp_calibrator.py | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'host/python') diff --git a/host/python/uhd/usrp/cal/usrp_calibrator.py b/host/python/uhd/usrp/cal/usrp_calibrator.py index ad3b23046..a665564ba 100644 --- a/host/python/uhd/usrp/cal/usrp_calibrator.py +++ b/host/python/uhd/usrp/cal/usrp_calibrator.py @@ -386,6 +386,17 @@ class X300Calibrator(USRPCalibratorBase): # calibrated. lo_offset = 10e6 +class X410Calibrator(USRPCalibratorBase): + """ + X410/ZBX Calibration + """ + mboard_ids = ('x410',) + # Choosing 3.84 MHz: It is a small rate, but carries enough bandwidth to + # receive a tone. It's 1/40 the default master clock rate (122.88e6), which + # means it'll engage max halfbands. + default_rate = 3.84e6 + min_freq = 1e6 + max_freq = 8e9 ############################################################################### # The dispatch function -- cgit v1.2.3