mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-16 21:10:10 +00:00
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:
parent
1292b3244f
commit
4e9353d739
1 changed files with 1 additions and 2 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue