11-24-2019 02:35 PM
Hello everyone,
I want to do linear interpolation in a USRP FPGA using Labview NXG FPGA module.
Does anybody know what block should I use that can be supported in the FPGA ?
Thanks in advance
Ali SABRA
11-24-2019 03:04 PM
Hi Ali,
you can use a lot of math functions in the FPGA. And you can use FXP (preferred) or SGL (needs lot of fabric).
So what have you tried so far? Where are you stuck?