analogdevicesinc / gr-iio

IIO blocks for GNU Radio
GNU General Public License v3.0
95 stars 61 forks source link

Enabling Pluto's FPGA decimation filter #7

Open tfcollins opened 7 years ago

tfcollins commented 7 years ago

Currently (I believe) we are not using the additional dec8 filter in Pluto's FPGA. This needs to be added for certain rates from the mask. Maybe we can get this from the filter designer as well when it gets merged into libad9361-iio: https://github.com/analogdevicesinc/libad9361-iio/tree/filter_generation

tfcollins commented 6 years ago

This is being added to libad9361, so little change will be required here.

mobilinkd commented 3 years ago

What is the status of this enhancement request?

tfcollins commented 3 years ago

This enhancement is part of our upstream PR to GR itself: https://github.com/analogdevicesinc/gnuradio/blob/merge-griio-3.9/gr-iio/lib/device_source_impl.cc#L454

If you need something now I would enable the filters manually through the sampling_frequency attribute in the cf-ad9361-lpc and cf-ad9361-dds-core-lpc drivers.

-Travis