On 2022-03-29 13:05, [email protected] wrote:
Marcus has perfectly summarized the issue. I think at this point my
best bet is to handle it at baseband in software.
I’ve been digging through AVX intrinsics, hopefully I can write
something that will meet my throughput requirements.
_______________________________________________
USRP-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
You might look at "VOLK" which is an extensive library of SIMD
kernels--used by Gnu Radio, and I think UHD itself uses it for a couple
of things. They have a "generic" interface, which means you don't
need to understand the ideal SIMD instructions on your particular hardware--
"volk" already knows.
_______________________________________________
USRP-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]