discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] consuming all inputs, small outputs


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] consuming all inputs, small outputs
Date: Mon, 19 Jan 2015 21:39:47 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0

Hi Jon,

On 01/19/2015 09:24 PM, Jon West wrote:
I am trying to create a block that outputs one number from each chucnk of data it takes in, I would like to output this number and be able to use it in visualizations, what would the best block be for this?
Sounds like a "keep 1 in N" situation, so maybe that; documentation at [1].
Would a decimation block work?
Yes. you could for example use a decimating FIR filter (if you don't want to write a block of your own), and just set the taps to [1.0], if you just want to keep the numbers as they were in the original sample stream. Of course, if you want to do decimation, you'd just try to use an appropriate low pass filter.
what if I would like to out put three numbers from one chunk of input and visualize those (lets say I'm doing an autocorellation and would like to know  sample number I found the highest correlation and the size of the correlation peak) and I want to plot them.
Well, [2] is "keep M in N".
Thanks, I'm finding this all REALLY confusing and every time I try something I am just running in to problems.
Hope you have your little moments of success in between :)

Greetings,
Marcus

[1] http://gnuradio.org/doc/doxygen/classgr_1_1blocks_1_1keep__one__in__n.html
[2] http://gnuradio.org/doc/doxygen/classgr_1_1blocks_1_1keep__m__in__n.html


_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


reply via email to

[Prev in Thread] Current Thread [Next in Thread]