Re: [Discuss-gnuradio] IF value of the RF front end

2012-07-12 Thread Jamie Wo
ith. > > @(^.^)@ Ed > > Sent from my iPod > > On Jul 11, 2012, at 8:36 AM, Jamie Wo wrote: > > Hi Nick, > > Thanks for your reply. > > But I am not sure whether I understand what you said. My understanding is > that the WBX converts RF signal into baseband sig

Re: [Discuss-gnuradio] IF value of the RF front end

2012-07-11 Thread Jamie Wo
/DUC > frequency, you can do that using the advanced tuning parameters: > http://files.ettus.com/uhd_docs/manual/html/general.html#two-stage-tuning-process > > Best, > Nick > > On Mon, Jul 9, 2012 at 11:14 PM, Jamie Wo wrote: > >> >> Hi all, >> >>

[Discuss-gnuradio] IF value of the RF front end

2012-07-09 Thread Jamie Wo
Hi all, As far as I know the maximum sampling rate for USRP N210 is 25M sps. To receive signal with high frequency, such as 300 MHz to 2.2 GH, the RF front end converts the RF into IF, so the ADC can sample the IF signal. My question is what the IF value is for daughter-board WBX? Where can I re

Re: [Discuss-gnuradio] Different amplitude on two USRPs

2012-05-22 Thread Jamie Wo
connected to something other than the port you're listening on > > 2) You have damaged the LNA on one of your WBX boards, and so it is vastly > less sensitive than the other one > > > > -Marcus > > On Tue, 22 May 2012 23:56:45 +1000, Jamie Wo wrote: > > Hi Marcus

Re: [Discuss-gnuradio] Different amplitude on two USRPs

2012-05-22 Thread Jamie Wo
ain of the board. > > > > -Marcus > > > > On Tue, 22 May 2012 23:42:40 +1000, Jamie Wo wrote: > > Hi Marcus, > > Thanks. The daughter boards I am using are WBXs. > > I can understand how to use multiply-const block to change the amplitude > of the received sign

Re: [Discuss-gnuradio] Different amplitude on two USRPs

2012-05-22 Thread Jamie Wo
in on the card. > > YOu can also modify the magnitudes of the signals using a multiply-const > block in Gnu Radio. > > > > -Marcus > > > > On Tue, 22 May 2012 23:23:49 +1000, Jamie Wo wrote: > > Thanks for your reply. > > I understand the received signals

Re: [Discuss-gnuradio] Different amplitude on two USRPs

2012-05-22 Thread Jamie Wo
, as shown in the attachment. How can I handle this? Regards, Jamie On Tue, May 22, 2012 at 10:56 PM, wrote: > ** > > On Tue, 22 May 2012 22:40:11 +1000, Jamie Wo wrote: > > Hi all, > I met a werid problem when receiving. When I ran 'rx_samples_to_file' > e

[Discuss-gnuradio] Different amplitude on two USRPs

2012-05-22 Thread Jamie Wo
Hi all, I met a werid problem when receiving. When I ran 'rx_samples_to_file' example to receive signal from a signal source, e.g. radio station, on two USRPN210s, the amplitude of received signals are different, seen from gnuplot. Does anyone know why this happenes? I guess this is the problem o

Re: [Discuss-gnuradio] Transmit and receive suing GMSK

2012-05-09 Thread Jamie Wo
Hi Vivian, Sorry for the delay. I cannot see anything probelm from your grc graphs. It looks like you have already received signals from the transmitter. My suggestion is to check the parameters of packet decoder, GMSK demod, gain, etc. Hope you can sovle it. Regards, Jamie On Wed, May 2, 2012

Re: [Discuss-gnuradio] Transmit and receive suing GMSK

2012-04-26 Thread Jamie Wo
flow graph is like: Wav file source --> Package Encoder --> GMSK Mod --> UHD sink. --> Audio sink Do you know what is the problem? Jamie On Fri, Apr 27, 2012 at 3:53 AM, Tom Rondeau wrote: > On Thu, Apr 26, 2012 at 12:08 AM, Jamie Wo > wrote: > >

Re: [Discuss-gnuradio] Transmit and receive suing GMSK

2012-04-25 Thread Jamie Wo
resampler on both sides. I also tired to set the sample rate at 48Khz without changing it during the process. Any ideas? Thanks, Jamie My parameters setting On Thu, Apr 26, 2012 at 12:06 AM, Javier Suarez wrote: > > Hi Jamie Wo, > > For helping you, could you give us some detai

Re: [Discuss-gnuradio] Transmit and receive suing GMSK

2012-04-25 Thread Jamie Wo
lar, > and in our case, it helped. > > On Wed, Apr 25, 2012 at 1:41 PM, Jamie Wo wrote: > >> Hi all, >> >> I am currently working on tranmiting and receiving data using 2 >> USRPN210s. I got some ideas from here and did this task using GMSK in GRC. >>

[Discuss-gnuradio] Transmit and receive suing GMSK

2012-04-25 Thread Jamie Wo
Hi all, I am currently working on tranmiting and receiving data using 2 USRPN210s. I got some ideas from here and did this task using GMSK in GRC. The transmit side: File source --> Packet encoder --> GMSK Mod --> UHD sink. The receiver side: UHD source --> GMSK Demod --> Packet decoder --> File

[Discuss-gnuradio] Record time of samples

2012-04-18 Thread Jamie Wo
Hi all, Does anyone know how to record the exact arrival time of a package or the end of some samples using USRP? I used the following code in GRC: if __name__ == '__main__': parser = OptionParser(option_class=eng_option, usage="%prog: [options]") (options, args) = parser.parse_args() tb = flow_g