That doesn't quite do the "and dump" part, based on my understanding of an integrate-and-dump integrator.
There's an averager block that might be closer to an integrate-and-dump integrator, since such an integrator also is a decimator
(you only produce an output every N inputs).
I often use a single-pole-IIR filter as an integrator, but that produces a continuous output, rather than an integrate-and-dump response.
on Apr 07, 2014, Matt Ettus <[email protected]> wrote:
The most straightforward way is to use a normal FIR filter with all taps set to 1. This is not terribly efficient, but will get you what you want.Matt
On Mon, Apr 7, 2014 at 8:37 AM, Ed Criscuolo <[email protected]> wrote:
Being more of an implementer than a mathematical theorist, I'm
having trouble "translating" the "language" spoken by our
local Matlab/Simulink boffins.
What's the proper way to implement an "Integrate and Dump"
operation in GnuRadio. I've come across several mutually
contradictory suggestions.
@(^.^)@ Ed
_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
_______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
