[Discuss-gnuradio] FM stereo problem

2011-01-25 Thread Bernardo Gonçalves
Hello everyone, As Euripedes Rocha told few days ago in the email "Who actually *does* use GNU Radio?", we're starting to use it here, but we do not currently have daughterboards to use with USRP2. Due to this, specially in my case, I'm building some simple diagrams using GRC, and one of them is

[Discuss-gnuradio] SPAN code - receiving data frame

2011-01-25 Thread senthil murugan
Hi all, I implemented SPAN code in usrp-1, gnuradio -3.3.0 .. (downloaded SPAN code and modified to work with 3.3.0 version) I changed my lap's wifi datarate of 1Mbps using iwconfig command and i received Beacon frame..i got this correctly. Then, i connect another lap to ad-hoc network and used

[Discuss-gnuradio] Re: FM stereo problem

2011-01-25 Thread Patrick Strasser
schrieb Bernardo Gonçalves am 2011-01-25 10:15: > Hello everyone, > > As Euripedes Rocha told few days ago in the email "Who actually *does* > use GNU Radio?", we're starting to use it here, but we do not currently > have daughterboards to use with USRP2. > > Due to this, specially in my case, I'

[Discuss-gnuradio] Where is the gain control in cmu_macs?

2011-01-25 Thread David Knox
I am using the following code: https://www.cgran.org/browser/projects/cmu_macs https://www.cgran.org/browser/projects/cmu_macs and this is a request for help with anyone with experience with that code. I have spent a fair bit of time looking through gmsk.cc, cmac.cc, but I cannot find the

[Discuss-gnuradio] Using UHD with one USRP and trying to verify that Im sending data

2011-01-25 Thread Isaac Gerg
I have on USRP and I'm simultaneously sending an receiving data from it using the UHD interface. Im trying to determine if I am sending my samples at all. I am sending all 100's using COMPLEX_FLOAT32 interface. I have a basixRX and basicTX boards. Both are hooked up on the A side of the USRP. I

Re: [Discuss-gnuradio] Using UHD with one USRP and trying to verify that Im sending data

2011-01-25 Thread John Orlando
On Tue, Jan 25, 2011 at 5:53 PM, Isaac Gerg wrote: > I have on USRP and I'm simultaneously sending an receiving data from it > using the UHD interface.  Im trying to determine if I am sending my samples > at all.  I am sending all 100's using COMPLEX_FLOAT32 interface.  I have a > basixRX and basi

Re: [Discuss-gnuradio] Using UHD with one USRP and trying to verify that Im sending data

2011-01-25 Thread Josh Blum
On 01/25/2011 03:53 PM, Isaac Gerg wrote: > I have on USRP and I'm simultaneously sending an receiving data from it > using the UHD interface. Im trying to determine if I am sending my samples > at all. I am sending all 100's using COMPLEX_FLOAT32 interface. I have a If you mean like float va

[Discuss-gnuradio] Re: FM stereo problem

2011-01-25 Thread Patrick Strasser
schrieb Patrick Strasser on 2011-01-25 16:55: > schrieb Bernardo Gonçalves am 2011-01-25 10:15: >> Basically, the problem is that it works just as mono, not stereo... > Second, I looked at your flowgraph. You shift the difference part from > center frequency 38kHz to 0 with the Xlating FIR filter

Re: [Discuss-gnuradio] Re: FM stereo problem

2011-01-25 Thread Bernardo Gonçalves
Hi Patrick, First, thanks for the reply! > But two other things I did notice: > 1) The difference signal, which is shifted down from 38kHz is several > 10dB lower than the sum signal. With different gains I got something > more stereo-like. I'll try to do that, I've seen through a FFT after the

Re: [Discuss-gnuradio] Using UHD with one USRP and trying to verify that Im sending data

2011-01-25 Thread Isaac Gerg
Yes, I was sending all 1000 for each sample. I completely forgot that the DC component may be wiped. However, I also tried sending gaussian noise (mu=0, sig=1)*100 and still didnt see the signal. Im going to take a closer look at the interface to determine which daughterboard and output is used

Re: [Discuss-gnuradio] Using UHD with one USRP and trying to verify that Im sending data

2011-01-25 Thread Josh Blum
On 01/25/2011 05:11 PM, Isaac Gerg wrote: > Yes, I was sending all 1000 for each sample. I completely forgot that the DC send [-1, 1] when using COMPLEX_FLOAT32 send [-2**15, 2**15] when using COMPLEX_INT16 -josh ___ Discuss-gnuradio mailing list Di

Re: [Discuss-gnuradio] Using UHD with one USRP and trying to verify that Im sending data

2011-01-25 Thread Marcus D. Leech
Yes, I was sending all 1000 for each sample. I completely forgot that the DC component may be wiped. However, I also tried sending gaussian noise (mu=0, sig=1)*100 and still didnt see the signal. If you're sending gaussian noise, that'll be really hard to see as well, since it won't be diffe

[Discuss-gnuradio] USRP drivers vs UHD drivers in gnuradio-companion

2011-01-25 Thread Achilleas Anastasopoulos
After successfully installed uhd and gnuradio from the next branch on F13 i run a simple gnuradio-companion test with a flex 1800 as the source and an FFT sink. It seems that when i use a uhd source my signal is ~ 80dB lower than when using a USRP source. What is the explanation of this? Als

Re: [Discuss-gnuradio] USRP drivers vs UHD drivers in gnuradio-companion

2011-01-25 Thread Marcus D. Leech
After successfully installed uhd and gnuradio from the next branch on F13 i run a simple gnuradio-companion test with a flex 1800 as the source and an FFT sink. It seems that when i use a uhd source my signal is ~ 80dB lower than when using a USRP source. What is the explanation of this? In "t

[Discuss-gnuradio] Windows status

2011-01-25 Thread Marcus D. Leech
What is the status of GnuRadio, UHD, and GRC on Windows? -- Marcus Leech Principal Investigator Shirleys Bay Radio Astronomy Consortium http://www.sbrac.org ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/list

Re: [Discuss-gnuradio] USRP drivers vs UHD drivers in gnuradio-companion

2011-01-25 Thread Achilleas Anastasopoulos
>> Also, it used to be that I needed to be in the "usrp" group in order to >> access the USRP. >> Now i deleted this group and i still have access to usrp (even when the >> source is not a uhd one but a usrp source)! >> My understanding is that if i use the uhd device then i can do that >> (ie, d

Re: [Discuss-gnuradio] USRP drivers vs UHD drivers in gnuradio-companion

2011-01-25 Thread Marcus D. Leech
On 01/25/2011 10:30 PM, Achilleas Anastasopoulos wrote: > > yes I did logout/login (even rebooted the system to make sure)... > > > Well, in that case, probably your "UDEV" rules create the device world read/write. Check /etc/udev/rules.d/*usrp.rules -- Principal Investigator Shirleys Bay Ra

Re: [Discuss-gnuradio] USRP drivers vs UHD drivers in gnuradio-companion

2011-01-25 Thread Josh Blum
On 01/25/2011 07:30 PM, Achilleas Anastasopoulos wrote: >>> Also, it used to be that I needed to be in the "usrp" group in order to >>> access the USRP. >>> Now i deleted this group and i still have access to usrp (even when the >>> source is not a uhd one but a usrp source)! >>> My understandi