discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] test_usrp_inband_rx and setting frequency


From: Axel Rengstorf
Subject: [Discuss-gnuradio] test_usrp_inband_rx and setting frequency
Date: Sun, 13 Jul 2008 16:21:32 +0200

Hi,

i am trying to change the frequency in the test_usrp_inband_rx  of the the 
apps-inband directory of the svn.
So i added to test_usrp_inband_rx.cc the lines

long myfreq;
pmt_dict_set(usrp_dict,
                      pmt_intern("rf-freq"), pmt_from_long(myfreq) );

before 
  define_component("server", "usrp_server", usrp_dict);

in the constructor.

if i set myfreq=44000001 test_usrp_inband_rx fails to connect to the usrp 
(failed to open usrp:(() #f)status = #f)
but not  with myfreq = 44000000 which is 44mhz although i got a RFX1800 
daughterboard
which should not work with frequencies lower than 1.8Ghz?

Is myfreq to be meant in Hz ?

Am i missing something or is there maybe something broken in the usrp_server?

Greetings,
Axel


____________________________________________________________________
Ihre Messenger, Communities und E-Mails jetzt in einem Programm!
WEB.DE MultiMessenger http://www.produkte.web.de/messenger/?did=3071





reply via email to

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