From 451c07a8317f7052b4c48383b0a32a60fff920d5 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Fri, 12 May 2017 21:34:18 -0700 Subject: eiscat: Enabled eiscat db to work with rfnoc_rx_to_file --- host/include/uhd/rfnoc/blocks/ddc_eiscat.xml | 113 +++++++++++++++++++++++-- host/include/uhd/rfnoc/blocks/radio_eiscat.xml | 19 ++++- 2 files changed, 121 insertions(+), 11 deletions(-) (limited to 'host/include') diff --git a/host/include/uhd/rfnoc/blocks/ddc_eiscat.xml b/host/include/uhd/rfnoc/blocks/ddc_eiscat.xml index 93cf8371f..6cd0f117c 100644 --- a/host/include/uhd/rfnoc/blocks/ddc_eiscat.xml +++ b/host/include/uhd/rfnoc/blocks/ddc_eiscat.xml @@ -57,10 +57,6 @@ double 0.0 0 - - - - input_rate @@ -96,10 +92,6 @@ double 0.0 1 - - - - input_rate @@ -130,6 +122,111 @@ 1.0 1 + + freq + double + 0.0 + 2 + + + input_rate + double + 1.0 + 2 + GE($input_rate, 0.0) + The input rate must be a positive value (in Hz). + + + output_rate + double + 1.0 + 2 + GE($output_rate, 0.0) + The output rate must be a positive value (in Hz). + + + fullscale + double + 1.0 + 2 + GE($fullscale, 0.0) + + + scalar_correction + double + 1.0 + 2 + + + freq + double + 0.0 + 3 + + + input_rate + double + 1.0 + 3 + GE($input_rate, 0.0) + The input rate must be a positive value (in Hz). + + + output_rate + double + 1.0 + 3 + GE($output_rate, 0.0) + The output rate must be a positive value (in Hz). + + + fullscale + double + 1.0 + 3 + GE($fullscale, 0.0) + + + scalar_correction + double + 1.0 + 3 + + + freq + double + 0.0 + 4 + + + input_rate + double + 1.0 + 4 + GE($input_rate, 0.0) + The input rate must be a positive value (in Hz). + + + output_rate + double + 1.0 + 4 + GE($output_rate, 0.0) + The output rate must be a positive value (in Hz). + + + fullscale + double + 1.0 + 4 + GE($fullscale, 0.0) + + + scalar_correction + double + 1.0 + 4 + diff --git a/host/include/uhd/rfnoc/blocks/radio_eiscat.xml b/host/include/uhd/rfnoc/blocks/radio_eiscat.xml index 03b440943..e6a81e800 100644 --- a/host/include/uhd/rfnoc/blocks/radio_eiscat.xml +++ b/host/include/uhd/rfnoc/blocks/radio_eiscat.xml @@ -8,15 +8,21 @@ + + + SR_RX_STREAM_ENABLE +
159
+
SR_BEAMS_TO_NEIGHBOR -
135
+
202
+ 2
SR_PREV_OR_NULL -
136
+
203
@@ -84,7 +90,14 @@ neighbors int - 0 + 2 + SR_WRITE("SR_BEAMS_TO_NEIGHBOR", 2) + + + channel_enable + int + 1 + SR_WRITE("SR_RX_STREAM_ENABLE", 1) gain -- cgit v1.2.3