Re: [Discuss-gnuradio] Rx overflow problem related with sample rate

2016-03-27 Thread tom x
, my problem is threshold of Rx? > (Rx grep all noise signal?) > > 2016. 3. 27. 오후 6:53 tom x 작성: > > Hi, > > >I think my PC can handle this sample rate > Have you tried other rates? What's the highest sample rate before overflow > occurs? > > >How can I h

Re: [Discuss-gnuradio] Rx overflow problem related with sample rate

2016-03-27 Thread tom x
Hi, >I think my PC can handle this sample rate Have you tried other rates? What's the highest sample rate before overflow occurs? >How can I handle this problem ? Maybe a power squelch block? You can filter out signals that don't meet a db threshold before they reach your PC. https://gnuradio.org

Re: [Discuss-gnuradio] diminishing returns with increasing frequency offset

2016-03-26 Thread tom x
e: https://github.com/tomx4096/rf_experiments/blob/master/802phyblock/README Thanks for reading, Tom On Thu, Mar 24, 2016 at 6:12 PM, Bastian Bloessl wrote: > Hi, > > On 22 Mar 2016, at 21:58, tom x wrote: > > >What you could try is to adapt alpha of the single pole IIR, to get the

Re: [Discuss-gnuradio] diminishing returns with increasing frequency offset

2016-03-22 Thread tom x
_width is 2M). Can you see some other issue? Maybe getting this working depends on increasing the samp_rate, which goes back to the first problem. Thanksagain, Tom On Mon, Mar 21, 2016 at 3:42 AM, Bastian Bloessl wrote: > Hi, > > On 19 Mar 2016, at 12:08, tom x wrote: > > I tried

[Discuss-gnuradio] diminishing returns with increasing frequency offset

2016-03-19 Thread tom x
Hi, My setup is a USRP N210 receiving from a transmitter sending a few packets a second. (The packets are decoded with Bloessl's 802.15.4 PHY block if it matters) Let's say the transmitter is sending data on frequency f_t. I set the USRP to receive on f_t plus an offset f_o. The next block is a

Re: [Discuss-gnuradio] diminishing returns with increasing frequency offset

2016-03-19 Thread tom x
s, Tom On Fri, Mar 18, 2016 at 7:33 PM, Martin Braun wrote: > Tom, > > you'll need to tell us more about what you're doing and what you've tried. > > Cheers, > Martin > > On 03/17/2016 03:36 PM, tom x wrote: > > It's strange but the only samplin

Re: [Discuss-gnuradio] diminishing returns with increasing frequency offset

2016-03-19 Thread tom x
ignal. What do you think? Thanks for reading, Tom On Sat, Mar 19, 2016 at 12:57 AM, Bastian Bloessl wrote: > Hi, > > > On 18 Mar 2016, at 20:01, tom x wrote: > > > > > > Maybe there is an implicit dependence on 4MHz, in the parameters set by > the Clock Recover

Re: [Discuss-gnuradio] diminishing returns with increasing frequency offset

2016-03-19 Thread tom x
t zone, the more the anti-aliasing filter might be kicking in. > > Cheers, > Martin > > On 03/17/2016 10:23 AM, tom x wrote: > > Hi, > > > > My setup is a USRP N210 receiving from a transmitter sending a few > > packets a second. (The packets are deco

[Discuss-gnuradio] probe sample rate block

2016-03-02 Thread tom x
Hi, I believe the problem with the 'small polyphase channelization application' that I posted to the list could be related to the polyphase channelizer block downsampling the channels, and consequently insufficient samples are making it to the PHY receivers for them to decode packets. I would like

Re: [Discuss-gnuradio] small polyphase channelization application

2016-02-28 Thread tom x
ch is what I want. The problem now is that I'm still not getting packets, but will occasionally get a 'malformed packet'. I am wondering if anyone has any more suggestions for how to debug/solve this. THanks, Tom On Sat, Feb 27, 2016 at 6:45 PM, Tom Rondeau wrote: > On Wed, Feb 24,

Re: [Discuss-gnuradio] USRP2

2016-02-25 Thread tom x
Hi, What errors have you seen with make? For an easier way, you might try using a Docker image, which simplified the installation process for me. After installing Docker, you only need to download and run an image, which has the software and all of its dependencies already built. Here is an image

Re: [Discuss-gnuradio] small polyphase channelization application

2016-02-24 Thread tom x
as well. Thanks, Tom On Sun, Feb 21, 2016 at 4:11 PM, Tom Rondeau wrote: > On Sat, Feb 20, 2016 at 12:43 AM, tom x wrote: > >> Hi, >> >> I am working on an application to capture IEEE 802.15.4 traffic on >> multiple channels simultaneously. (I will mention now that I a

[Discuss-gnuradio] small polyphase channelization application

2016-02-19 Thread tom x
Hi, I am working on an application to capture IEEE 802.15.4 traffic on multiple channels simultaneously. (I will mention now that I am new to GNU Radio and DSP.) I can successfully capture on one channel. I read the 2009 paper "Multi-Channel IEEE 802.15.4 Packet Capture Using Software Defined Radi