Re: [Discuss-gnuradio] Packet via USB

2008-01-09 Thread pilla
Hi, thanks you for your reply. Tx side it's all ok. The problem is on Rx side, Using Oscilloscope with usrp_fft.py or saving samples on disk i noticed all packet are transmitted. This is true using high value of interpolation/decimation factor (very low bit rate). What do you think about

Re: [Discuss-gnuradio] Packet via USB

2008-01-09 Thread Eric Blossom
On Wed, Jan 09, 2008 at 03:57:58PM +0100, [EMAIL PROTECTED] wrote: Hi, thanks you for your reply. Tx side it's all ok. The problem is on Rx side, Using Oscilloscope with usrp_fft.py or saving samples on disk i noticed all packet are transmitted. This is true using high value of

Re: [Discuss-gnuradio] Frequency Offsets in RFX 2400

2008-01-09 Thread Eric Blossom
On Wed, Jan 09, 2008 at 11:02:47AM -0800, Shyamnath wrote: Hi, I am trying to run a few experiments to transmit a data stream from a transmitter to receiver using a RFX 2400. However, I am observing that the frequency offset is extremely high at 40-80kHz. In addition, it also changes

[Discuss-gnuradio] Frequency Offsets in RFX 2400

2008-01-09 Thread Shyamnath
Hi, I am trying to run a few experiments to transmit a data stream from a transmitter to receiver using a RFX 2400. However, I am observing that the frequency offset is extremely high at 40-80kHz. In addition, it also changes significantly, nearly 2-8kHz, every time I restart the usrps. I have

Re: [Discuss-gnuradio] Frequency Offsets in RFX 2400

2008-01-09 Thread shyamnath gollakota
Hi Eric, Thanks a ton for the reply. My main concern is not that the frequency offset is high enough but that it changes pretty often (every time I run a new run) which makes it difficult for repeatability. So is there a way in software where I can make sure that the frequency offset is

Re: [Discuss-gnuradio] TV video spectrum

2008-01-09 Thread Eric Blossom
On Wed, Jan 09, 2008 at 12:48:56PM -0800, Brook Lin wrote: Hi All, I am using TVRX to receive TV signal. I set decimation 8 to give a 8MHz wide frequency band which is larger than TV bandwidth 6MHz. Now I just use a piece of wire as the antenna, however, I think I receive audio spectrum

[Discuss-gnuradio] Re: gnuradio on leopard

2008-01-09 Thread Michael Dickens
Replying back to the list, with permission: On Jan 9, 2008, at 12:26 PM, ChoJin wrote: If you have any general recommandation about gnuradio on leopard, don't hesitate ;) ChoJin - There are really only 2 changes to the usual install of GNU Radio on OSX 10.5 Leopard that one needs to know

[Discuss-gnuradio] TV video spectrum

2008-01-09 Thread Brook Lin
Hi All, I am using TVRX to receive TV signal. I set decimation 8 to give a 8MHz wide frequency band which is larger than TV bandwidth 6MHz. Now I just use a piece of wire as the antenna, however, I think I receive audio spectrum rather than video spectrum. What kind of antenna I should use for

Re: [Discuss-gnuradio] destructor not guaranteed in m-blocks?

2008-01-09 Thread George Nychis
Thanks Eric. If I place some output statements in the destructor and flush the output stream, I never see the statements. If I set a breakpoint in the destructor using GDB, the breakpoint is never reached. This is in the top most block. I've tried it in several of the inband applications

[Discuss-gnuradio] destructor not guaranteed in m-blocks?

2008-01-09 Thread George Nychis
Hi all, Is the destructor of classes instantiated in m-blocks not guaranteed when using shutdown_all()? - George ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] destructor not guaranteed in m-blocks?

2008-01-09 Thread Eric Blossom
On Wed, Jan 09, 2008 at 05:02:12PM -0500, George Nychis wrote: Hi all, Is the destructor of classes instantiated in m-blocks not guaranteed when using shutdown_all()? They should all be called. However, if an mblock is blocked in the kernel we currently don't blast it out of the system call,

Re: [Discuss-gnuradio] destructor not guaranteed in m-blocks?

2008-01-09 Thread Eric Blossom
On Wed, Jan 09, 2008 at 05:25:38PM -0500, George Nychis wrote: Thanks Eric. If I place some output statements in the destructor and flush the output stream, I never see the statements. If I set a breakpoint in the destructor using GDB, the breakpoint is never reached. This is in the top

[Discuss-gnuradio] Re: gnuradio on leopard

2008-01-09 Thread ChoJin
On Wed, 9 Jan 2008 16:07:37 -0500, Michael Dickens wrote: Replying back to the list, with permission: On Jan 9, 2008, at 12:26 PM, ChoJin wrote: If you have any general recommandation about gnuradio on leopard, don't hesitate ;) ChoJin - There are really only 2 changes to the usual

Re: [Discuss-gnuradio] Re: gnuradio on leopard

2008-01-09 Thread ChoJin
On Thu, 10 Jan 2008 01:23:25 +0100, ChoJin wrote: [...] And finally now, I'm hitting this problem: checking usb.h usability... yes checking usb.h presence... yes checking for usb.h... yes checking for library containing usb_bulk_write... no USRP requires libusb. usb_bulk_write not found.

Re: [Discuss-gnuradio] Re: gnuradio on leopard

2008-01-09 Thread ChoJin
On Thu, 10 Jan 2008 01:32:33 +0100, ChoJin wrote: On Thu, 10 Jan 2008 01:23:25 +0100, ChoJin wrote: [...] And finally now, I'm hitting this problem: checking usb.h usability... yes checking usb.h presence... yes checking for usb.h... yes checking for library containing usb_bulk_write...

[Discuss-gnuradio] Fun with filterbanks

2008-01-09 Thread Lisa Creer
I've recently tried out the synthesis_filterbank method provided in filterbank.py and received unexpected results. I'm trying to use the filterbank to create one signal from multiple baseband signals. When I use two signals to create one output, I can see both signals using the FFT sink. I can

Re: [Discuss-gnuradio] Question regarding vector_sink_c

2008-01-09 Thread Wee Shinhan
Hi eric, Thanks for the reply, i have connected it to the channel filters, i trying to do an estimate on wireless channel coefficient. Therefore i'm trying to capture the complex data received before de-modulation. I havent have much success using vector sink even when i set a range for the data

Re: [Discuss-gnuradio] Question regarding vector_sink_c

2008-01-09 Thread Dan Halperin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Wee Shinhan wrote: Hi eric, Thanks for the reply, i have connected it to the channel filters, i trying to do an estimate on wireless channel coefficient. Therefore i'm trying to capture the complex data received before de-modulation. I