diff options
author | michael-west <michael.west@ettus.com> | 2018-10-23 12:28:24 -0700 |
---|---|---|
committer | Ashish Chaudhari <ashish.chaudhari@ettus.com> | 2019-01-31 13:55:21 -0800 |
commit | 4e9353d739d2a4479ec7f991c745c8bc56cff43a (patch) | |
tree | ef2ff7a0a05587cf481bc236832620f1732b0ef5 /host | |
parent | 1292b3244f68c16086d325d5cdbec2d1f09c28a5 (diff) | |
download | uhd-4e9353d739d2a4479ec7f991c745c8bc56cff43a.tar.gz uhd-4e9353d739d2a4479ec7f991c745c8bc56cff43a.tar.bz2 uhd-4e9353d739d2a4479ec7f991c745c8bc56cff43a.zip |
E3xx: Increase spp limit for E3xx radio
Increase frame size from 364 to 508 samples. Reduces overhead. For
some reason yet to be understood, sizes over 508 do not work.
Signed-off-by: michael-west <michael.west@ettus.com>
Diffstat (limited to 'host')
-rw-r--r-- | host/include/uhd/rfnoc/blocks/radio_e3xx.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/host/include/uhd/rfnoc/blocks/radio_e3xx.xml b/host/include/uhd/rfnoc/blocks/radio_e3xx.xml index d71337a1e..aece593a5 100644 --- a/host/include/uhd/rfnoc/blocks/radio_e3xx.xml +++ b/host/include/uhd/rfnoc/blocks/radio_e3xx.xml @@ -23,7 +23,7 @@ <arg> <name>spp</name> <type>int</type> - <value>364</value> + <value>508</value> <!--<value>256</value>--> <!--<check>GE($spp, 16) AND LE($spp, 4096) AND IS_PWR_OF_2($spp)</check>--> <!--<check_message>FFT size must be in [16, 4096] and a power of two.</check_message>--> @@ -57,4 +57,3 @@ </source> </ports> </nocblock> - |