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>
This commit is contained in:
michael-west 2018-10-23 12:28:24 -07:00 committed by Ashish Chaudhari
parent 1292b3244f
commit 4e9353d739

View file

@ -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>