> 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


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to