discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Getting the Count of FFTs


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] Getting the Count of FFTs
Date: Sun, 18 Sep 2016 23:29:27 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

If you need to do that externally, I'd just watch the file size and divide it by the item size (4B per floating point number) and by the FFT length.


Best regards,

Marcus


On 09/18/2016 11:21 PM, Hasini Abeywickrama wrote:
Hi Marcus,

It's like I need to start reading and processing the file after a certain number of FFTs are being written to the file. For that I would need to maintain a counter and I'm trying to figure out how to do it.

Regards,
Hasini

On Mon, Sep 19, 2016 at 2:58 PM, Marcus Müller <address@hidden> wrote:

What would you need that counter for? There's the 1/(FFT length) fixed relation between samples processed and numbers of FFTs done, so this is pretty much a redundant piece of info, but maybe I'm just missing the use case.

Best regards,

Marcus


On 09/18/2016 10:23 PM, Hasini Abeywickrama wrote:
Hi all,

I have a GNU Radio flowgraph which uses a USRP to receive a signal, converts it to log power FFT and then writes the result to a file, using File Sink. I want to have a counter which increments with each FFT written to the file.

Is there a way of maintaining and increasing count of the FFTs written to the file, while the flowgraph is still running?


_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
_______________________________________________ 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]