Re: [Discuss-gnuradio] [ Calculating the amplitude of a signal source ]

2012-12-10 Thread Ashish Raste
Hi Nazmul, I have always found it difficult to measure the amplitude of each sample > using the floating point strengths. Things like frequency offset will > change the result and affect the individual samples. > I thought I need to do some calibration to correlate the value shown in the y-axis o

Re: [Discuss-gnuradio] [ Calculating the amplitude of a signal source ]

2012-12-10 Thread Ashish Raste
Hi Marcus, What daughter card are you using? What is your tuned frequency? What is > the frequency of the signal source? What is the amplitude of > the signal source? > I'm using the USRP N210 with WBX daughterboard. Am having a vector signal generator which is sending the signal at 400.01

[Discuss-gnuradio] real time voice transmission

2012-12-10 Thread lingeswar kandregula
hi community, i just wanted to have a real time voice transmission between two usrp boards. i tried tx_voice.py and rx_voice.py files. at the receiver i didn't get anything. can anybody suggest me what to do to get the voice at receiver. thanks lingeswar _

Re: [Discuss-gnuradio] hi to all,

2012-12-10 Thread sivakumar reddy
Thank you friend, where can i get tutorials regarding "how to use each block in GNU radio companion"? Thanks in Advance any replies are appreciated On Mon, Dec 10, 2012 at 8:08 AM, Tom Rondeau wrote: > On Fri, Dec 7, 2012 at 4:52 AM, sivakumar reddy > wrote: > >> Can any body explain how to us

Re: [Discuss-gnuradio] Reference for cmake

2012-12-10 Thread Josh Blum
On 12/10/2012 10:48 PM, Karan Talasila wrote: > Hi All, > I just wanted to know if gnuradio has any appropriate guide on > using cmake instead of normally used cmake. All the tutorials and guides > written use old makefile.am utility. It would help me in my execution if > there are any g

[Discuss-gnuradio] Reference for cmake

2012-12-10 Thread Karan Talasila
Hi All, I just wanted to know if gnuradio has any appropriate guide on using cmake instead of normally used cmake. All the tutorials and guides written use old makefile.am utility. It would help me in my execution if there are any gnuradio specific cmake reference. -- Regards Karan Talas

Re: [Discuss-gnuradio] [ Calculating the amplitude of a signal source ]

2012-12-10 Thread Nazmul Islam
Hi Ashish, I have always found it difficult to measure the amplitude of each sample using the floating point strengths. Things like frequency offset will change the result and affect the individual samples. However, calculation of average power based floating point strength works for me. For exam

Re: [Discuss-gnuradio] [ Calculating the amplitude of a signal source ]

2012-12-10 Thread Ashish Raste
Hi Nazmul, Thanks for replying. Change the Receiver gain and see if the strength/amplitude of the floating > points change or not. If they do, then you are doing the right thing. You > can place a signal calibrator (e.g. some variable attenuator) to calibrate > the floating point strengths and ac

Re: [Discuss-gnuradio] News on Bugs & Issues

2012-12-10 Thread Tom Rondeau
On Mon, Dec 10, 2012 at 5:21 PM, Martin Braun (CEL) wrote: > Hi everyone, > > starting now, we would like to re-introduce the GNU Radio issue tracker. > If you don't know what I'm talking about, it's what you get when you > click 'Issues' on our website: > http://gnuradio.org/redmine/projects/gnur

[Discuss-gnuradio] News on Bugs & Issues

2012-12-10 Thread Martin Braun (CEL)
Hi everyone, starting now, we would like to re-introduce the GNU Radio issue tracker. If you don't know what I'm talking about, it's what you get when you click 'Issues' on our website: http://gnuradio.org/redmine/projects/gnuradio/issues The issue tracker has been unmaintained for quite a while,

Re: [Discuss-gnuradio] Quadrature rate question

2012-12-10 Thread Tom Rondeau
On Mon, Dec 10, 2012 at 7:40 AM, Martin Braun (CEL) wrote: > On Mon, Dec 10, 2012 at 01:05:13PM +0100, Martin Braun (CEL) wrote: > > On Mon, Dec 10, 2012 at 09:44:29PM +1000, Phil wrote: > > > A recent post by Markus Gonser had me intrigued and so I > > > experimented with his grc code. The result

Re: [Discuss-gnuradio] Gerrit and Jenkins?

2012-12-10 Thread Tom Rondeau
On Mon, Dec 10, 2012 at 11:20 AM, Michael Dickens wrote: > Hi Tom - That's what I remembered, too, about Jenkins; and, what I had > expected about Gerrit. Give me another couple of months, and I'll be able > to discuss the use of them intelligently. Right now, I understand just the > basics. A

Re: [Discuss-gnuradio] Questions about bbn_80211b_rx.py

2012-12-10 Thread Kexiong Zeng
I am not sure if you can see the picture attached, so I print out the result. shine@ubuntu:~/Projects/bbn_80211/branches/usrp2_version/gr-bbn/src/examples$ sudo ./bbn_80211b_rx.py -d 4 -f 2.412G -b -v adc frequency = 1 decimation frequency = 4 input_rate = 2500 gain = 0.0 desired

Re: [Discuss-gnuradio] Gerrit and Jenkins?

2012-12-10 Thread Michael Dickens
Hi Tom - That's what I remembered, too, about Jenkins; and, what I had expected about Gerrit. Give me another couple of months, and I'll be able to discuss the use of them intelligently. Right now, I understand just the basics. And, I'm not sure they make sense for GNU Radio given the size of

Re: [Discuss-gnuradio] Gerrit and Jenkins?

2012-12-10 Thread Tom Rondeau
On Fri, Dec 7, 2012 at 10:39 AM, Michael Dickens wrote: > I'm wondering whether the GR "powers that be" are thinking that GR has > gotten big enough to move to using "Gerrit Git Review with Jenkins CI > Server"? I'm now part of a project that's using it, and I also maintain > (in MacPorts) the Q

Re: [Discuss-gnuradio] hi to all,

2012-12-10 Thread Tom Rondeau
On Fri, Dec 7, 2012 at 4:52 AM, sivakumar reddy wrote: > Can any body explain how to use CYCLIC PREFIX OFDM block in gnu radio, > how can we make SERIAL TO PARALLEL conversion in GNU radio. > Advance thanks > any replies are appreciated > The cyclic prefix block takes in a vector of samples that

Re: [Discuss-gnuradio] transmiting a sequence of known bits using OFDM and file source

2012-12-10 Thread Tom Rondeau
On Thu, Dec 6, 2012 at 9:34 PM, jiajue ou wrote: > Hi all, > > I’m using a grc flow chart shown as below (also attached) to transmit > data. My purpose is to transmit a sequence of known data bits specified by > myself. (These data bits are from Matlab.) So which file format should I > use t

Re: [Discuss-gnuradio] [ Calculating the amplitude of a signal source ]

2012-12-10 Thread Nazmul Islam
Change the Receiver gain and see if the strength/amplitude of the floating points change or not. If they do, then you are doing the right thing. You can place a signal calibrator (e.g. some variable attenuator) to calibrate the floating point strengths and actual received power. Thanks, Nazmul O

[Discuss-gnuradio] Value of noutput_items.

2012-12-10 Thread Ahmed Zaheer
Does anybody know the value of noutput_items in the work function. Is it possible to access a specific number of bits/bytes of a frame in GNURadio? How can I know the frame size which is passed from one block to another? Regards. Ahmed.___ Discuss-gnur

Re: [Discuss-gnuradio] BBN_80211 Receiver on Gunradio 3.6

2012-12-10 Thread Ulrika Uppman
Hi, I haven't run the bbn-code with gnuradio 3.6 but I did with 3.3. The omnitreads aren't used anymore so try to include pthread instead. I believe it will be possible to get it running. From: discuss-gnuradio-bounces+ulrika.uppman=foi...@gnu.org [mailto:discuss-gnuradio-bounces+ulrika.uppman

Re: [Discuss-gnuradio] Quadrature rate question

2012-12-10 Thread Martin Braun (CEL)
On Mon, Dec 10, 2012 at 01:05:13PM +0100, Martin Braun (CEL) wrote: > On Mon, Dec 10, 2012 at 09:44:29PM +1000, Phil wrote: > > A recent post by Markus Gonser had me intrigued and so I > > experimented with his grc code. The resulting FM receiver does work > > but it doesn't quite sound right. My g

Re: [Discuss-gnuradio] Quadrature rate question

2012-12-10 Thread Martin Braun (CEL)
On Mon, Dec 10, 2012 at 09:44:29PM +1000, Phil wrote: > A recent post by Markus Gonser had me intrigued and so I > experimented with his grc code. The resulting FM receiver does work > but it doesn't quite sound right. My guess is that the quadrature > rate is not correct at 705.6kHz. Is this the c

Re: [Discuss-gnuradio] Constructing a signal processing block

2012-12-10 Thread Martin Braun (CEL)
On Mon, Dec 10, 2012 at 10:23:32AM +, virgil passas wrote: > I want to create a signal processing block that it will have variable number > of > inputs/outputs AND variable type of inputs/outputs depending the needs of the > user. (Example1: 3 inputs/ports [complex,double,int] and the same out

[Discuss-gnuradio] Quadrature rate question

2012-12-10 Thread Phil
A recent post by Markus Gonser had me intrigued and so I experimented with his grc code. The resulting FM receiver does work but it doesn't quite sound right. My guess is that the quadrature rate is not correct at 705.6kHz. Is this the correct rate and if it's not what should it be? A Google s

[Discuss-gnuradio] Constructing a signal processing block

2012-12-10 Thread virgil passas
Hi all, I want to create a signal processing block that it will have variable number of inputs/outputs AND variable type of inputs/outputs depending the needs of the user. (Example1: 3 inputs/ports [complex,double,int] and the same outputs/ports. Example2: 4 inputs/ports [double,double,short,co

Re: [Discuss-gnuradio] misterious symetrical signal

2012-12-10 Thread nexy_sm
I have USRP1 equipped with WBX and LFTX and LFRX daughter boards. When want to use /uhd_cal_rx_iq_balance/ to calibrate my WBX board it won't do that, it says that calibration is not supported by hardware. I suppose the problem is uhd wants to calibrate LFRX board, and I don't know how to specify t

[Discuss-gnuradio] [ Calculating the amplitude of a signal source ]

2012-12-10 Thread Ashish Raste
Hi all, For calculating the amplitude (assume RMS amplitude) of a signal source, I first tried to record the received samples (I'm using a vector signal generator) in a file_sink and then thought to use it for my calculation. The frequency of the signal from the signal generator was set to 400M a