Re: [Discuss-gnuradio] How to change the phase of a signal

2005-08-23 Thread Prateek Dayal
hi , i am not very sure if this is what u are asking for but u can change the phase of a signal by altering the imag and real part of the signal's value .. u can do this by multiplying it with a complex constant if you want a constant phase shift Regards Prateek On 8/24/05, sudhindra aithal ko

Re: [Discuss-gnuradio] Status of BTTV/CX88 capture

2005-08-23 Thread Cory Papenfuss
I looked through this a bit, and it appears to be pseudo-open. Yes, it's all open-source, but the bulk of the interesting stuff is in the microcode for the ATSC chip. That's just page afer page of bytecode, and I don't think datasheets are available for it. I *do* believe that the CX chip i

Re: [Discuss-gnuradio] Status of BTTV/CX88 capture

2005-08-23 Thread Martin Dvh
Hi John, Yes I got your hint already. John Gilmore wrote: I think I am going to look for a nice cx2388x capture card. Look at the PCI card by pchdtv.com. They use the cx23883, plus a canned TV tuner by Thomson. All the drivers are open source. It's designed to be an open source compatible H

Re: [Discuss-gnuradio] gnuradio 101

2005-08-23 Thread Eric Blossom
On Tue, Aug 23, 2005 at 01:44:28PM -0400, Krzysztof Kamieniecki wrote: > Quoting Eric Blossom <[EMAIL PROTECTED]>: > > > This used to be true. A while ago we added a method to set the ddc > > phase, and the library code resets it to zero when the device is > > opened. > > > > from usrp_standard.

[Discuss-gnuradio] How to change the phase of a signal

2005-08-23 Thread sudhindra aithal kota
Hi, I am new to GNURadio.I have been modifying the usrp_siggen.py file to find out how things work. SO far I have not been very successful. 1) How do I send a signal to the trasmit part of the USRP? 2)How can I change the phase of any signal? Is there any API available for it? I hope someone ans

Re: [Discuss-gnuradio] gnuradio 101

2005-08-23 Thread Krzysztof Kamieniecki
Quoting Eric Blossom <[EMAIL PROTECTED]>: > This used to be true. A while ago we added a method to set the ddc > phase, and the library code resets it to zero when the device is > opened. > > from usrp_standard.h: > > /*! >* \brief Set the digital down converter phase register. >* >

Re: [Discuss-gnuradio] gnuradio 101

2005-08-23 Thread Chuck Swiger
At 12:02 PM 8/23/2005 -0400, you wrote: Quoting Martin Dvh <[EMAIL PROTECTED]>: > > ADC.imag=0 ==> > out.real=ADC.real*NCO.real > out.imag=ADC.real*NCO.imag > And NCO.imag is only zero if the NCO frequency has not been changed from zero since USRP powerup. Ok, that's makes perfect sense - so

Re: [Discuss-gnuradio] gnuradio 101

2005-08-23 Thread Eric Blossom
On Tue, Aug 23, 2005 at 12:02:43PM -0400, Krzysztof Kamieniecki wrote: > Quoting Martin Dvh <[EMAIL PROTECTED]>: > > > cswiger wrote: > > > One thing I don't understand tho: if a typical mux of > > > 0xF0F0F0F0 feeds zeros to all DDC Q inputs, and ADC 0 > > > to all DDC I inputs, nchannels = 1 sen

Re: [Discuss-gnuradio] gnuradio 101

2005-08-23 Thread Krzysztof Kamieniecki
Quoting Martin Dvh <[EMAIL PROTECTED]>: > cswiger wrote: > > One thing I don't understand tho: if a typical mux of > > 0xF0F0F0F0 feeds zeros to all DDC Q inputs, and ADC 0 > > to all DDC I inputs, nchannels = 1 sends data from DDC 0 > > only, and looking at the DDC block diagram in figure 3 at: >

Re: [Discuss-gnuradio] gnuradio 101

2005-08-23 Thread Martin Dvh
cswiger wrote: One thing I don't understand tho: if a typical mux of 0xF0F0F0F0 feeds zeros to all DDC Q inputs, and ADC 0 to all DDC I inputs, nchannels = 1 sends data from DDC 0 only, and looking at the DDC block diagram in figure 3 at: http://www.gnu.org/software/gnuradio/doc/exploring-gnurad

[Discuss-gnuradio] gnuradio 101

2005-08-23 Thread cswiger
Gang - I'm going back and reviewing the complete signal path from sma socket to speakers, using mux info in usrp_standard.h, Achilleas' *.ps diagrams, etc. One thing I don't understand tho: if a typical mux of 0xF0F0F0F0 feeds zeros to all DDC Q inputs, and ADC 0 to all DDC I inputs, nchannels = 1