discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Simultaneously send data and store it in file wit


From: Martin Luelf
Subject: Re: [Discuss-gnuradio] Simultaneously send data and store it in file with high sample rate
Date: Thu, 21 Mar 2013 09:26:33 +0100
User-agent: SquirrelMail/1.4.22

> Hi,
> How to simultaneously transmit data to usrp and also store it in a file.?
> I
> ran two separate flow graphs.But i want to have a sample rate of 25Mhz.Is
> it possible to do it.
>
> I want the same thing in receiver side also(simultaneously detect the
> packet  and store the data)
>
> I am using USRPN210 and Ubuntu 12.04
>
> Thanks.

Hi,

you can connect a block's output to as many inputs as you want. So take
tha last block in your chain that generates your signal and connect it
both to a uhd sink (which will make the USRP transmitt the signal) and a
file sink (which will write the same samples to a file).

Same goes for the receiver side. If you use GRC just add another
connection from a block's out port to another ones in port and the output
will be send to both blocks.

Yours
Martin




reply via email to

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