[Discuss-gnuradio] Current state of timestamping in USRP 1

2010-02-04 Thread idg101
What is the status of this? Isaac -- View this message in context: http://old.nabble.com/Current-state-of-timestamping-in-USRP-1-tp27457715p27457715.html Sent from the GnuRadio mailing list archive at Nabble.com. ___ Discuss-gnuradio mailing list D

Re: [Discuss-gnuradio] How to implement 64QAM?

2010-02-01 Thread idg101
Hi, I haven't looked at any of the QAM-related code in the GNU Radio baseline, but it should be possible to design a generic MQAM demodulator. In fact, you should be able to build a generic MQAM demodulator for a given constellation set. This, I've done before in Matlab. You start with an A

[Discuss-gnuradio] Specs on OFDM demodulator for USRP 1,2

2010-01-27 Thread idg101
Hi, Does anyone have any specs on OFDM demodulator usage for the USRP 1 or 2 as in what kind of rates have you been able to process with it in real time? Thanks in advance, Isaac -- View this message in context: http://old.nabble.com/Specs-on-OFDM-demodulator-for-USRP-1%2C2-tp27343224p2734322

Re: [Discuss-gnuradio] Automatic Modulation Recognition

2009-12-18 Thread idg101
Eric, Im thinking I would just use a squaring, 4th power, 8th power, techniques and look for spectral peaks. What do you think? Isaac -- View this message in context: http://old.nabble.com/Automatic-Modulation-Recognition-tp26835383p26843607.html Sent from the GnuRadio mailing list archive a

Re: [Discuss-gnuradio] ENERGY DETECTOR

2009-12-09 Thread idg101
I implemented an energy detector on the GNU Radio by using a GPU at my old job. We used an FFT based method which is not uncommon. What you do is FFT the data and then compute the PSD. Do this in overlapping blocks (e.g. 12.5%, 50%, etc). You could optionally use a window too. Then, with the