Re: [Discuss-gnuradio] Last two data Blocks are always missing

2008-08-12 Thread Brian Padalino
On Tue, Aug 12, 2008 at 12:23 PM, kaleem ahmad <[EMAIL PROTECTED]> wrote: > > Dear Brian, > > Thanks for your suggestion, it solved my problem as I am padding 0's equal > to one block size at the end. > > But now I have to bear an overhead of one block size all the time, In my > application all the

Re: [Discuss-gnuradio] Last two data Blocks are always missing

2008-08-12 Thread kaleem ahmad
Dear Brian, Thanks for your suggestion, it solved my problem as I am padding 0's equal to one block size at the end. But now I have to bear an overhead of one block size all the time, In my application all the time I have to send one block of data. So it means that for every packet I have to ad

Re: [Discuss-gnuradio] Last two data Blocks are always missing

2008-08-12 Thread Brian Padalino
On Tue, Aug 12, 2008 at 11:39 AM, kaleem ahmad <[EMAIL PROTECTED]> wrote: > > Dear Brian, > > I have tried with different payload sizes and the maximum value I tried was > 1024 bytes. But in all cases I never received last Block (Sorry in my first > post I mistakenly wrote last two blocks, it is ac

Re: [Discuss-gnuradio] Last two data Blocks are always missing

2008-08-12 Thread kaleem ahmad
Dear Brian, I have tried with different payload sizes and the maximum value I tried was 1024 bytes. But in all cases I never received last Block (Sorry in my first post I mistakenly wrote last two blocks, it is actually the last block only). The length of transmit side filter is 125 and that of

Re: [Discuss-gnuradio] Last two data Blocks are always missing

2008-08-12 Thread Brian Padalino
On Tue, Aug 12, 2008 at 7:33 AM, kaleem ahmad <[EMAIL PROTECTED]> wrote: > > Hello Everyone, > > If you run following code on your machine (I am using gnradio3.1.1 and this > code is also available in this version with a name 'fsk_loopback.py' > although it is removed in gnuradio3.1.2) then you wil

[Discuss-gnuradio] Last two data Blocks are always missing

2008-08-12 Thread kaleem ahmad
Hello Everyone, If you run following code on your machine (I am using gnradio3.1.1 and this code is also available in this version with a name 'fsk_loopback.py' although it is removed in gnuradio3.1.2) then you will see that it will transfer a file send.txt (Please create file named as "send.txt"