l Message-
> From: [EMAIL PROTECTED]
> [mailto:discuss-gnuradio-bounces+rwmcgwier
> [EMAIL PROTECTED] On Behalf Of
> Anand Prabhu Subramanian
> Sent: Friday, July 18, 2008 4:52 PM
> To: discuss-gnuradio@gnu.org
> Subject: [Discuss-gnuradio] SDR platform other than usrp with gnuradio
rg
Subject: [Discuss-gnuradio] SDR platform other than usrp with gnuradio
Hello,
I am currently working on a custom made SDR platform and trying to use gnu
radio to program it. I understand that I need to write seperate source and
sink blocks to receive and send I/Q samples from and to the device. I was
wo
On Fri, Jul 18, 2008 at 05:55:21PM -0400, Anand Prabhu Subramanian wrote:
> Dear Eric,
>
> Thanks for the pointer. I get raw IP packets.
Intersting choice. What are you using for the protocol field?
Why not go for UDP? It's only 8 bytes longer, and easy to deal with
in user mode on any OS.
> I
Dear Eric,
Thanks for the pointer. I get raw IP packets. I have written a C program to
read these packets and plot the spectrum in matlab. I wanted to use gnuradio
to do different signal processing functions. Also I plan use the OFDM module
in gnuradio. I am trying to understand the usrp_spectrum_
On Fri, Jul 18, 2008 at 04:52:13PM -0400, Anand Prabhu Subramanian wrote:
> Hello,
>
> I am currently working on a custom made SDR platform and trying to use gnu
> radio to program it. I understand that I need to write seperate source and
> sink blocks to receive and send I/Q samples from and to t
Hello,
I am currently working on a custom made SDR platform and trying to use gnu
radio to program it. I understand that I need to write seperate source and
sink blocks to receive and send I/Q samples from and to the device. I was
wondering if anybody in the list could help me in understanding how