Re: [Discuss-gnuradio] Help about using gr-air-modes

2014-01-29 Thread Cheng Chi
*To:* Cheng Chi *Cc:* GNURadio Discussion List *Subject:* Re: [Discuss-gnuradio] Help about using gr-air-modes The reason you're seeing lots of false packets is the use of a zero threshold. Leave the -T 0 part out of the command line. Your other settings are fine, although if you're indoors you

Re: [Discuss-gnuradio] Help about using gr-air-modes

2014-01-29 Thread Nick Foster
:* Monday, January 27, 2014 9:43 AM *To:* Cheng Chi *Cc:* GNURadio Discussion List *Subject:* Re: [Discuss-gnuradio] Help about using gr-air-modes The reason you're seeing lots of false packets is the use of a zero threshold. Leave the -T 0 part out of the command line. Your other settings

Re: [Discuss-gnuradio] Help about using gr-air-modes

2014-01-29 Thread Cheng Chi
Foster *Sent:* Monday, January 27, 2014 9:43 AM *To:* Cheng Chi *Cc:* GNURadio Discussion List *Subject:* Re: [Discuss-gnuradio] Help about using gr-air-modes The reason you're seeing lots of false packets is the use of a zero threshold. Leave the -T 0 part out of the command line. Your other

Re: [Discuss-gnuradio] Help about using gr-air-modes

2014-01-27 Thread Cheng Chi
Hi Nick, Thanks for your quick reply! I have to use a 10M sampling rate in my case, but due to computer constrain, modes_rx will cause overflow when used directly with -r 1000. I gauss it's because it's sampling data in float? I am using a GPSDO with USRP. So I record data in short at 10M

Re: [Discuss-gnuradio] Help about using gr-air-modes

2014-01-27 Thread Andrew Rich
Mode a packets don't contain time stamp but that should not stop you te stamping them from the PC time Are you Mlat processing. ? Sent from my iPhone On 27 Jan 2014, at 5:48 pm, Cheng Chi ch000...@e.ntu.edu.sg wrote: Hi, I am using gr-air-modes for decoding the air plane signal with

Re: [Discuss-gnuradio] Help about using gr-air-modes

2014-01-27 Thread Nick Foster
On Mon, Jan 27, 2014 at 12:23 AM, Cheng Chi ch000...@e.ntu.edu.sg wrote: Hi Nick, Thanks for your quick reply! I have to use a 10M sampling rate in my case, but due to computer constrain, modes_rx will cause overflow when used directly with -r 1000. I gauss it's because it's sampling

Re: [Discuss-gnuradio] Help about using gr-air-modes

2014-01-27 Thread Cheng Chi
Hi Nick, The command line: {{{ modes_rx -T 0 -r 1000 -s packet_float.dat }}} The setup: USRP + WBX + VERT900 Antenna, gain is set at 19 when recording the data. The output: {{{ usrp@ubuntu:~/gr-air-modes/apps$ modes_rx -T 0 -r 1000 -s packet_float.dat Using file source packet_float.dat

Re: [Discuss-gnuradio] Help about using gr-air-modes

2014-01-27 Thread Nick Foster
The reason you're seeing lots of false packets is the use of a zero threshold. Leave the -T 0 part out of the command line. Your other settings are fine, although if you're indoors you probably aren't going to see much data at all. I'll look into the timestamp issue and see if I can replicate it

Re: [Discuss-gnuradio] Help about using gr-air-modes

2014-01-27 Thread Ralph A. Schmid, dk5ras
-bounces+ralph=schmid@gnu.org] On Behalf Of Nick Foster Sent: Monday, January 27, 2014 9:43 AM To: Cheng Chi Cc: GNURadio Discussion List Subject: Re: [Discuss-gnuradio] Help about using gr-air-modes The reason you're seeing lots of false packets is the use of a zero threshold. Leave the -T 0

Re: [Discuss-gnuradio] Help about using gr-air-modes

2014-01-27 Thread Nick Foster
-gnuradio-bounces+ralph=schmid@gnu.org [mailto: discuss-gnuradio-bounces+ralph=schmid@gnu.org] *On Behalf Of *Nick Foster *Sent:* Monday, January 27, 2014 9:43 AM *To:* Cheng Chi *Cc:* GNURadio Discussion List *Subject:* Re: [Discuss-gnuradio] Help about using gr-air-modes The reason

[Discuss-gnuradio] Help about using gr-air-modes

2014-01-26 Thread Cheng Chi
Hi, I am using gr-air-modes for decoding the air plane signal with USRP. I've successfully used the modes_rx and modes_gui for decoding the mode-S packets. However, it seems that the modes_rx or modes_gui can't provide the timestamp of the mode-S packets being decoded. Is there any option that I

Re: [Discuss-gnuradio] Help about using gr-air-modes

2014-01-26 Thread Nick Foster
On Sun, Jan 26, 2014 at 11:48 PM, Cheng Chi ch000...@e.ntu.edu.sg wrote: Hi, I am using gr-air-modes for decoding the air plane signal with USRP. I've successfully used the modes_rx and modes_gui for decoding the mode-S packets. However, it seems that the modes_rx or modes_gui can't