Re: [Discuss-gnuradio] USRP MUX questions

2005-04-23 Thread Javs
I am a new user to this group and I am beginning to understanding the bridge between the software and usrp. Let me attempt to answer atleast on of your questions here. The gurus can correct me if I am wrong :-) > Are the connections from the daughterboards to the > ADC's > hardwired in the USRP t

Re: [Discuss-gnuradio] USRP MUX questions

2005-04-23 Thread Anastasopoulos Achilleas
I apologize for the confusion: I meant the file tvrx_wfm_rcv_gui.py Achilleas > According to usrp_wfm_gui.py the correct MUX seting > for listening to > FM is0x f0 f0 f0 f2. Could you please point me to this file ? Im not able to locate it in my code. Or did you mean wfm_rcv_gui.py ? Jav

Re: [Discuss-gnuradio] USRP MUX questions

2005-04-22 Thread Javs
> According to usrp_wfm_gui.py the correct MUX seting > for listening to > FM is0x f0 f0 f0 f2. Could you please point me to this file ? Im not able to locate it in my code. Or did you mean wfm_rcv_gui.py ? Javs __ Do You Yahoo!? Tired of spam

[Discuss-gnuradio] USRP MUX questions

2005-04-21 Thread Achilleas Anastasopoulos
Dear all, I read in the USRP description that the Receiver path has 4 ADC's and in the FPGA there are 4 DDC's implemented. Each DDC has 2 inputs (I and Q) and two real (or one complex) output. The MUX is swithcing the output of the 4 ADC's (or the value zero) to the 8=4x2 inputs of the DDC's. I att