Re: [Discuss-gnuradio] High frequency

2009-11-20 Thread Josh Blum
I am not sure what you mean by high frequency. Is the bandwidth of your signal 32Mhz or is your signal on a 32Mhz carrier? Take a look at digital down conversion: http://en.wikipedia.org/wiki/Digital_down_converter The fft sink shows you frequency components from -sample_rate/2 to sample_rat

Re: [Discuss-gnuradio] Writing a simple Tx Program in GRC that transmits a cosine signal

2009-11-20 Thread Josh Blum
Adam Lee wrote: Hello all, I have been able to write a fm receiver in GRC using the 2.4g daughterboard but as of now i can only test getting noise using the fft Theres not a lot of fm being transmitted in the 2.4ghz range... graphical sink. Does anyone know how to make a simple Tx in GRC an

[Discuss-gnuradio] Writing a simple Tx Program in GRC that transmits a cosine signal

2009-11-20 Thread Adam Lee
Hello all, I have been able to write a fm receiver in GRC using the 2.4g daughterboard but as of now i can only test getting noise using the fft graphical sink. Does anyone know how to make a simple Tx in GRC and the corresponding blocks that go with it?

Re: [Discuss-gnuradio] some questions on our ubuntu installation instructions

2009-11-20 Thread Doug Geiger
Josh Blum wrote: 2) There's no sdcc-nf in Karmic, because the new version if GPL3, so it's back in main. Why is there the note "*Package sdcc-nf is no longer part of Ubuntu, this will not allow you to build everything *"??? Its needed for usrp. Is there a special non-free ubuntu repository for

Re: [Discuss-gnuradio] CDMA in GNURadio

2009-11-20 Thread Brook Lin
Hi Brian and All, Thanks for your last reply about implementing CDMA in GNURadio. I read some materials on synchronization and also the OFDM examples in GNURadio. Is that possible if I add a Code block into the OFDM block diagram to implement MC-CDMA? For the OFDM Transmit path: frame source ->

Re: [Discuss-gnuradio] some questions on our ubuntu installation instructions

2009-11-20 Thread Josh Blum
Dimitris Symeonidis wrote: 1) Ubuntu Karmic includes automake 1.11, but in the install instructions we ask for automake1.9. Is there a reason for this? GNU Radio configures and builds fine here with automake 1.11 works fine here as well, i bet this was a copy-paste oversight. It should just

Re: [Discuss-gnuradio] Is RFX900 simultaneous transmit and receive funtion possible?

2009-11-20 Thread Michael Buettner
> Hi to all, > > I need to implement a RFID reader using GNURadio RFX900. > I wanted to know urgently that is it possible to use a single > RFX900 for simultaneously transmitting and receiving. > I am in a hurry to purchase the stuff so I can receive it before holidays. > Prompt responses are highl

Re: [Discuss-gnuradio] writing a module for mpeg ts sink

2009-11-20 Thread Eric Blossom
On Fri, Nov 20, 2009 at 11:38:09PM +1100, Kyle Zhou wrote: > Hi all, > I am planning to write a sink module that accepts mpeg transport stream > and displays to the screen. > Due to the variable bit rate nature of mpeg stream, this sink will > consume the input at variable rate. > I plan to use

[Discuss-gnuradio] some questions on our ubuntu installation instructions

2009-11-20 Thread Dimitris Symeonidis
1) Ubuntu Karmic includes automake 1.11, but in the install instructions we ask for automake1.9. Is there a reason for this? GNU Radio configures and builds fine here with automake 1.11 2) There's no sdcc-nf in Karmic, because the new version if GPL3, so it's back in main. Why is there the note "*P

[Discuss-gnuradio] writing a module for mpeg ts sink

2009-11-20 Thread Kyle Zhou
Hi all, I am planning to write a sink module that accepts mpeg transport stream and displays to the screen. Due to the variable bit rate nature of mpeg stream, this sink will consume the input at variable rate. I plan to use the generic gr_block as base class as it provides the most flexibility

[Discuss-gnuradio] High frequency

2009-11-20 Thread Kóczián Gergely
Hello! My question is the followed: If I have a high frequency Signal ( for example: 32MHz ) and if I want to see a FFT of this Signal, how can i do? If I try with FFT sink, it's doesn't working beacause the sampling frequency have to 2* higher to be. What is the solution? Best regreads: Gergely

[Discuss-gnuradio] Help: Can not pass the usrp_benchmark_usb.py test.

2009-11-20 Thread burney bian
Hi All, I'm a newbie here. Recently, I got an USRP. But I can not make it work. Even the exmaples of GNURadio doesn't work properly. Could you please give me some help? Thanks. I tried it on 4 PCs. None of them can pass 32MB/s usb test with usrp_benchmark_usb.py. Most of them can only passed 2MB/

Re: [Discuss-gnuradio] Is RFX900 simultaneous transmit and receive funtion possible?

2009-11-20 Thread Sylvain Munaut
subodh chiwate wrote: > Hi to all, > > I need to implement a RFID reader using GNURadio RFX900. > I wanted to know urgently that is it possible to use a single > RFX900 for simultaneously transmitting and receiving. > I am in a hurry to purchase the stuff so I can receive it before holidays. > Pro