discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Frequency Hopping Transmission with USRP N210 : Q


From: Martin Braun
Subject: Re: [Discuss-gnuradio] Frequency Hopping Transmission with USRP N210 : Query
Date: Mon, 09 Feb 2015 21:07:54 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

On 02/09/2015 05:55 PM, vaibhav kulkarni wrote:
> Hi All, 
> 
> I have a USRP N210 with RFX2400 2.3-2.9 Ghz RX/TX. I have recorded a
> trace at 2.41 GHz and stored it to a file filename.dat. I want to
> transmit the same trace at 2.415, 2.420, 2.425 so on till 2.440. 
> 
> So, I used the freq_hopping.py python utility under the python examples
> folder in gnuradio. 
> 
> I give the command python freq_hopping  -i my file.dat & its path -f
> 2410000000 -t 10 --antenna TX/RX -B 2 -v -c 5 -d 5000000 
> 
> However when I run it I get 'Namespace' object has no attribute
> 'filename' Error. I am running python version 2.7.6 , I also checked the
> python file and verified whether I am giving all the attributes correctly. 

Yeah, you found a bug. Congrats!

Do you want to fix it? You probably just need to rename options.filename
to options.input_file on line 146.

See our contributor guide on how to proceed from there.

Cheers,
M



reply via email to

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