Re: [Discuss-gnuradio] Rational resampler misunderstanding

2015-10-26 Thread Marcus Müller
Hi Jason, so talking about the GNU Radio rational resampler: > Under the hood, is GNURadio basically creating a FIR > decimator? Yeah! Multirate processing! So what happens in the block that's called "rational resampler" in GRC is that if you leave "taps" empty, the Python block [1] designs a FIR

[Discuss-gnuradio] Rational resampler misunderstanding

2015-10-26 Thread Jason Matusiak
I think I am overthinking something with the rational resampler. I am working on an RFNoC block to incorporate a working gnuradio script we have, and am somehow being silly about the rational resampler. I am decimating by 4 (and not interpolating at all), to reduce the sample rate by 4. Under th