473,287 Members | 1,947 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,287 software developers and data experts.

AttributeError - FM Receiver - Intermediate freq.


Hi,

I got problems while running Eric Blossom's FM receiver's example codes
from the GNURadio tutorial page; the RF front end reads the signal input
from daughter board, and when the compiler tried to call mothods to set
values for IF and gain, such as set_AGC(), get_output_freq(), etc... it
seems not able to find those methods/ functions... Could someone be kind
enough to give me some pointers for solving such errors?
Traceback (most recent call last):

File "./nuradio.py", line 91, in __init__
IF_freq = rf_front_end.get_output_freq ()
File "/usr/local/lib/python2.4/site-packages/gnuradio/usrp.py", line 181,
in __getattr__
return getattr(self._u, name)
AttributeError: 'usrp1_source_c_sptr' object has no attribute
'get_output_freq'

ps. link for the full script is as below:
http://www.gnu.org/software/gnuradio...ml#fm-receiver

Best,

eric
--
View this message in context: http://www.nabble.com/AttributeError...html#a13283346
Sent from the Python - python-list mailing list archive at Nabble.com.

Oct 18 '07 #1
0 1091

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: seth | last post by:
Last week I encountered an AttributeError in my unit tests that I wasn'table to catch with an "except AttributeError" statement. The problem stemmed from a class that raised an error inside...
0
by: Erlend Fuglum | last post by:
I have tried and tried, but cannot figure out the source of the following error: AttributeError: 'module' object has no attribute 'menyHMTL' __doc__ = 'Attribute not found.' __getitem__ =...
0
by: David Morgan | last post by:
Hello I am trying to write a routine that will retrieve all the messages in my SMTP Service Drop Folder and process them one by one based on the address(es) to which the mail was sent. When...
3
by: Jack | last post by:
I am trying to receive xml files on my server which are posted from another server using http post. I need help in designing a receiver which will accept this xml file and send back a success...
0
by: James Buffington | last post by:
For some reason, my laptop has quit recognizing the GPS receiver. I have reinstalled the software, scanned for the received - everything that is called for, with no results. To insure that the...
2
by: rehet | last post by:
hye.. i really need ur guys help.. im stuck.. i want to count the word freq and print them according to the word length.. > the longest be output first.. ouh.. and my input must be alphabet or...
1
by: Summa | last post by:
I want to sign a XML document using sender’s private key and then receiver’s public key. Signing using sender’s private key is working fine. But i couldn’t find how to encrypt that signed XML using...
1
by: vbkid | last post by:
hi, I want to cycle thru the ports in vb.net 2005 (including USB ) to check if the port is a GPS receiver. How can i do this? I assume that I can use ...
4
by: Nikhil | last post by:
I have recently written a small module. When I import the module, I always get the error only when I do -- Traceback (most recent call last): File "<stdin>", line 1, in <module>
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 7 Feb 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:30 (7.30PM). In this month's session, the creator of the excellent VBE...
0
by: MeoLessi9 | last post by:
I have VirtualBox installed on Windows 11 and now I would like to install Kali on a virtual machine. However, on the official website, I see two options: "Installer images" and "Virtual machines"....
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: Aftab Ahmad | last post by:
Hello Experts! I have written a code in MS Access for a cmd called "WhatsApp Message" to open WhatsApp using that very code but the problem is that it gives a popup message everytime I clicked on...
0
by: Aftab Ahmad | last post by:
So, I have written a code for a cmd called "Send WhatsApp Message" to open and send WhatsApp messaage. The code is given below. Dim IE As Object Set IE =...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
by: marcoviolo | last post by:
Dear all, I would like to implement on my worksheet an vlookup dynamic , that consider a change of pivot excel via win32com, from an external excel (without open it) and save the new file into a...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.