Question - FM receiver sample - AtttributeError

2007-10-13 Thread noroi

Hi all,

   I got some problems while running the FM receiver's example codes from
the GNURadio tutorial page; the RF front end is set to call the signal input
from daughter board, and when the compiler tried to call mothods to set some
parameter values(such as gain, set_AGC() and If frequency, get_output_freq()
), it seems not able to find those methods/ functions... Could someone be
kind enough to give 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 () # 5.75e6
  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/doc/exploring-gnuradio.html#fm-receiver

Thanks,
 
eric
-- 
View this message in context: 
http://www.nabble.com/Question---FM-receiver-sample---AtttributeError-tf4619680.html#a13193588
Sent from the Python - python-list mailing list archive at Nabble.com.

-- 
http://mail.python.org/mailman/listinfo/python-list


AttributeError - FM Receiver - Intermediate freq.

2007-10-18 Thread noroi

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/doc/exploring-gnuradio.html#fm-receiver 

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

-- 
http://mail.python.org/mailman/listinfo/python-list