discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Help on "easy" digital TX/RX


From: Josh Blum
Subject: Re: [Discuss-gnuradio] Help on "easy" digital TX/RX
Date: Mon, 14 Jan 2013 16:58:00 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0


On 01/14/2013 02:56 PM, Hanz wrote:
> I now have 2 new problems :(
> 1. I have a random source hooked to a Modulator and then to USRP. From the
> same device i listen at the same Frequency. But since the antennas are just
> a few cm's away, the constellation graph is completely diffuse and the
> points are anywhere, there arent any fixed points noticeable. Do I have to
> change something at the gain or add something?
> <http://gnuradio.4.n7.nabble.com/file/n38994/const.png> 
> 2. How can i differentiate if there is a signal receiving or just some
> background noise. I mean if i put the Demodulator directly after the USRP
> and stream it to file, then of course ill mostly get just random amplified
> noise...
> 

Few tips, the modulator tags packed bytes, so the random source should
be [0, 256)

The modulator produces amplitude 1.0 samples. You will want to scale
these down as fullscale can clip. Either multiply constant block or
fullscale stream arg in UHD block:
http://files.ettus.com/uhd_docs/doxygen/html/structuhd_1_1stream__args__t.html

Put the output of the modulator on a the FFT plotter. You should see the
response of the matched filter.

-josh

> 
> 
> --
> View this message in context: 
> http://gnuradio.4.n7.nabble.com/Help-on-easy-digital-TX-RX-tp38924p38994.html
> Sent from the GnuRadio mailing list archive at Nabble.com.
> 
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]