discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Why am I dropping data over the UDP network?


From: Ward, Marcus D.
Subject: Re: [Discuss-gnuradio] Why am I dropping data over the UDP network?
Date: Fri, 11 Jul 2014 13:53:39 -0400

If I change the type to complex integer 16, you think I’ll have a better outcome? Seeing as if there is a way to change the type to complex 16, but I will have to incorporate converters.

 

From: Marcus Leech [mailto:address@hidden
Sent: Friday, July 11, 2014 1:38 PM
To: Ward, Marcus D.
Cc: address@hidden
Subject: Re: [Discuss-gnuradio] Why am I dropping data over the UDP network?

 

Also, you're sending data at 6.25Msps, with complex-float samples, which chews up:

 

6.25e6 x 8   bytes/second

= 400Mbit/second, without accounting for headers and other overhead.

 

You might want to re-think your architecture, if you're going to be sending this data over the network.

 

 

 

on Jul 11, 2014, Ward, Marcus D. <address@hidden> wrote:

Hey Everyone,

 

I am sending a signal from one USRP to another USRP through a UDP network. It seems to work but I am getting data loss as gnu-radio runs the flow graph. Hopefully someone could help me with this problem?

 

P.S. I have the sender side (RecieveStation.jpg) and the Reciever/Display side (RecieveDisplay.jpg) attached

 



_______________________________________________
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]