discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Information on How File Sink Works


From: Marcus D. Leech
Subject: Re: [Discuss-gnuradio] Information on How File Sink Works
Date: Wed, 24 Aug 2016 20:44:03 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

On 08/24/2016 08:28 PM, Hasini Abeywickrama wrote:
Hi all,

I have flowgraph that receives a signal from a USRP and converts it to log power FFT and then writes the result to a file, using File Sink.

I want to understand how writing to the file works.
  • If the signal is received for n seconds and it takes m seconds to write to the file, will the signal be still received and read within those m seconds?
  • Or the signal receiving is resumed after the previous information is all written to the file?

Basically does signal receiving is happening concurrently with writing to the file? Is it possible to lose some part of the signal because of the delay in writing to the file?

I am concerned about this because I am trying to measure the power of a signal
(in a file) that is constantly changing. Any loss of information would have a huge impact on the system I'm developing.

Any idea/comment/suggestion would be very much appreciated.

Thank you for your time!

Regards,

Hasini

If you aren't getting overruns 'O' you aren't losing information.  There's a lot of concurrency and buffering in modern operating systems, and
  Gnu Radio has a lot of internal parallelism as well.




reply via email to

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