Re: [Discuss-gnuradio] USRP IQ channels flipping during packet transmission

2007-07-21 Thread Anmar
Hi Ketan, I have also noticed the flipping , but not when transmitting only when restarting, the signal flips 90 degree. but this only happens when using the subdev, when using gr.sig_source_c this doesn't happen. I couldn't see why this only happens with subdev. Anmar, -- View this message

[Discuss-gnuradio] Sin and COS wave form's both are the same!!!!!

2007-05-01 Thread Anmar
get sin and cos, but these are the I and Q singles. did any one tried to doe this, and have it actually working? please help thanks. Anmar -- Posted via http://www.ruby-forum.com/. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http

[Discuss-gnuradio] Re: Re: Re: Re: Re: Tx Path

2007-04-25 Thread Anmar
Roshan Baliga wrote: The AD9862s (which are on the motherboard) both get the same clock from AD9513 clock distribution IC. The only difference is that the clock signal goes through separate (but identical) filters on its way to each AD9862. ok thanks a lot guys, I know enough now for trying

[Discuss-gnuradio] Re: Re: Re: Re: Tx Path

2007-04-23 Thread Anmar
Eric Blossom wrote: On Fri, Apr 20, 2007 at 08:26:25PM +0200, Anmar wrote: explain why this is happening? OK, here goes, one more time: there is state in the AD9862 -- its DUC phase register -- that we can't control from software. Do you understand what that means? Yes Have you looked

[Discuss-gnuradio] Re: Re: Tx Path

2007-04-18 Thread Anmar
with the phase, probably not :). Anmar Eric -- Posted via http://www.ruby-forum.com/. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] Re: Tx Path

2007-04-17 Thread Anmar
it, and have got it working? Thanks Anmar -- Posted via http://www.ruby-forum.com/. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] Tx Path

2007-04-13 Thread Anmar Abdelaziz
Hi, I was looking at the UsrpTxModifications page in wiki, I want to understand how the Tx goes. my question is what is the spi_bus that goes into the data block and come out of the command block, is it internal in the FPGA? looking at the UsrpRfxDiagrams in the first digram I see the signal

[Discuss-gnuradio] Re: Tx Signal time

2007-03-19 Thread anmar
hi Eric, I'm not sure what you are looking for. I just want to send a signal that is time shifted, or how to make my own waveform? thanks, anmar -- Posted via http://www.ruby-forum.com/. ___ Discuss-gnuradio mailing list Discuss-gnuradio

[Discuss-gnuradio] strange behavoir of the mux, and signal limt =2mhz!!!

2007-03-08 Thread anmar
other variables that have effect on the output frq. can someone give us some advice? thank you, Wim anmar def main(): interp = 32 waveform_type = gr.GR_SIN_WAVE waveform_ampl = 32000 waveform_freq1 = 1e6 waveform_freq2 = 2e6 waveform_offset = 1 fg

[Discuss-gnuradio] why does this code don't work!! help

2007-02-28 Thread anmar
interleave what is going wrong this is not much different of the fm_tx_2_daughterboard.py. Thanks anmar -- Posted via http://www.ruby-forum.com/. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss

[Discuss-gnuradio] Re: RE: why does this code don't work!! help

2007-02-28 Thread anmar
, i didn't noticed that, didn't even looked there ops Anmar -- Posted via http://www.ruby-forum.com/. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] fm_tx_2_daughterboards output 2nd board is AM!!

2007-02-26 Thread anmar
hi, when i load the fm_tx_2_daughterboards.py I see on the scoop that the output of channel 2 is AM modulated, why is that? and the output of the 1st channel is not modulated, what i'm doing wrong? Tuning side A to 10MHz r.baseband_freq = 0 r.dxc_freq = 10M r.residual_freq = 0

[Discuss-gnuradio] Re: fm_tx_2_daughterboards output 2nd board is AM!!

2007-02-26 Thread anmar
(gr.sizeof_gr_complex)' thanks anmar -- Posted via http://www.ruby-forum.com/. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] Re: Re: transmitting two independent Signals

2007-02-23 Thread anmar
Eric Blossom wrote: On Wed, Feb 21, 2007 at 11:11:17AM +0100, anmar wrote: stream of complexes. (Yes, the interface is a bit strange and ought fg.connect(interleaver, u) That's right. If you're using a single Basic Tx daughterboard, and you want independent real output out the I and Q

[Discuss-gnuradio] Re: transmitting two independent Signals

2007-02-21 Thread anmar
Eric Blossom wrote: On Tue, Feb 20, 2007 at 03:41:31PM +0100, anmar wrote: hi all, we have been searching for a way to transmit two independent signals one on TxA and the other on TxB. Using two daughterboards, you can send different complex baseband signals out the A side d'board

[Discuss-gnuradio] transmitting two independent Signals

2007-02-20 Thread anmar
give conflicts with the FPGA and the software. is there some thing that we're missing or just not understanding. thanks, Wim anmar -- Posted via http://www.ruby-forum.com/. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http