discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Problems with file sink block in grc


From: Tom Rondeau
Subject: Re: [Discuss-gnuradio] Problems with file sink block in grc
Date: Fri, 26 Jul 2013 10:32:46 -0400

On Thu, Jul 25, 2013 at 8:06 AM, Baier <address@hidden> wrote:
> Dear all,
>
> I have tested the file souce and file sink in grc:
> file source-- throttle--- file sink
> The source file is a mp3 file withe the size 3.615.346 bytes
> The sink file is smaller (unbuffered off): 3.612.672 bytes
> The sink file (unbuffered on ) is also smaller 3.615.344 bytes.
> The files should have the same size.
> I would like to set up the ofdm transmission system  and compute the bit
> error rate for example that would not be possible.
> Can somebody help me?
> Thanks!

Have you tried removing the throttle block? That could be backing it
up such that the source finishes and shuts down the flowgraph before
the last block of data is processed. For this type of application, you
probably don't need a throttle, anyways.

Tom



reply via email to

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