[Discuss-gnuradio] build error

2010-10-24 Thread Achilleas Anastasopoulos
I am trying a new build from the source tree on fedora 12. Configure gives the result shown at the end of the email. Make and make check complete fine, but sudo make install completes with the message: *** Post-Install Message *** Warning: python could not find the gnuradio module. Make su

Re: [Discuss-gnuradio] build error

2010-10-24 Thread Tom Rondeau
On Sun, Oct 24, 2010 at 10:48 AM, Achilleas Anastasopoulos wrote: > I am trying a new build from the source tree on fedora 12. > Configure gives the result shown at the end of the email. > Make and make check complete fine, but sudo make install > completes with the message: > *** Post-Install Mes

Re: [Discuss-gnuradio] build error

2010-10-24 Thread Achilleas Anastasopoulos
yes, i can run all the tests in the different example directories. However i cannot find/run grc Achilleas On Sun, Oct 24, 2010 at 11:08 AM, Tom Rondeau wrote: > On Sun, Oct 24, 2010 at 10:48 AM, Achilleas Anastasopoulos > wrote: >> I am trying a new build from the source tree on fedora 12. >

Re: [Discuss-gnuradio] build error

2010-10-24 Thread Tom Rondeau
On Sun, Oct 24, 2010 at 11:35 AM, Achilleas Anastasopoulos wrote: > yes, i can run all the tests in the different example directories. > > However i cannot find/run  grc > > Achilleas "grc" was changed a bit back to "gnuradio-companion" because of a naming conflict. Is that available? Tom >

Re: [Discuss-gnuradio] build error

2010-10-24 Thread Nick Foster
On Sun, 2010-10-24 at 11:35 -0400, Achilleas Anastasopoulos wrote: > yes, i can run all the tests in the different example directories. > > However i cannot find/run grc > > Achilleas > GRC is now called gnuradio-companion due to a naming conflict with an existing program. --n > On Sun, Oct

Re: [Discuss-gnuradio] Gnuradio Mode S project released

2010-10-24 Thread Allen Vinegar
What would be involved in running this with a USRP2 and WBX? Thanks, Al - Original Message - From: "Nick Foster" To: Sent: Saturday, October 23, 2010 9:52 PM Subject: [Discuss-gnuradio] Gnuradio Mode S project released Hi all, I finally got around to cleaning up my Mode S receiv

Re: [Discuss-gnuradio] Gnuradio Mode S project released

2010-10-24 Thread Nick Foster
On Sun, 2010-10-24 at 12:15 -0400, Allen Vinegar wrote: > What would be involved in running this with a USRP2 and WBX? > Download, compile, run. You should plug an antenna in at some point in the process. If you aren't using UHD yet, you'll have to download and install UHD and gr-uhd as well as

[Discuss-gnuradio] RAM consumption

2010-10-24 Thread David Knox
I am running some Zigbee code from UCLA with some modifications of my own... When I run the (modified) code, RAM is slowly (but surely) consumed with high CPU usage. After about half an hour, the CPU/RAM monitor shows 100% RAM usage and then operation stalls and CPU usage drops down once again to

Re: [Discuss-gnuradio] build error

2010-10-24 Thread Achilleas Anastasopoulos
Da! thanks Achilleas On Sun, Oct 24, 2010 at 11:54 AM, Tom Rondeau wrote: > On Sun, Oct 24, 2010 at 11:35 AM, Achilleas Anastasopoulos > wrote: >> yes, i can run all the tests in the different example directories. >> >> However i cannot find/run  grc >> >> Achilleas > > > "grc"

Re: [Discuss-gnuradio] Gnuradio Mode S project released

2010-10-24 Thread Allen Vinegar
Thanks for quick answer! Al - Original Message - From: "Nick Foster" To: "Allen Vinegar" Cc: Sent: Sunday, October 24, 2010 12:18 PM Subject: Re: [Discuss-gnuradio] Gnuradio Mode S project released On Sun, 2010-10-24 at 12:15 -0400, Allen Vinegar wrote: What would be involved i

Re: [Discuss-gnuradio] RAM consumption

2010-10-24 Thread Eric Blossom
On Sun, Oct 24, 2010 at 09:19:25AM -0700, David Knox wrote: > > I am running some Zigbee code from UCLA with some modifications of my own... > When I run the (modified) code, RAM is slowly (but surely) consumed with > high CPU usage. After about half an hour, the CPU/RAM monitor shows 100% > RAM

Re: [Discuss-gnuradio] Problem in using trellis Error correction en- and decoder

2010-10-24 Thread Achilleas Anastasopoulos
please change the "prefix" variable in this grc graph to the absolute path of your gnuradio tree. Eg, in my machine it is "/home/anastas/gnuradio_trunk/" Also, you might want to put a throttle somewhere. Achilleas On Sat, Oct 23, 2010 at 3:19 PM, Francisco Llaryora wrote: > Hello Achilleas. >

Re: [Discuss-gnuradio] Dynamic range of USRP2-XCVR2450

2010-10-24 Thread Jorge Miguel
Hello, I am trying to find out the minimum/maximun input power of the ADC LTC2284. I know that the maximum input voltage is 1 Volt, 0.707Vrms, but what is the input impedance? so that I can calculate the maximum input power as: minimum input power (SNR ADC) = Maximun input power ( [(0.707)/(2^1

Re: [Discuss-gnuradio] Gnuradio Mode S project released

2010-10-24 Thread Andrea Montefusco
Nick, is it thinkable to operate the decoder at a lower sample rate ? (e.g. at 2 MS/s or even less) *am* - Andrea Montefusco iw0hdvhttp://www.montefusco.com tel: +393356992791 fax: +390623318709 --

Re: [Discuss-gnuradio] Dynamic range of USRP2-XCVR2450

2010-10-24 Thread Marcus D. Leech
On 10/24/2010 01:07 PM, Jorge Miguel wrote: > Hello, > > I am trying to find out the minimum/maximun input power of the ADC > LTC2284. > I know that the maximum input voltage is 1 Volt, 0.707Vrms, but what > is the input impedance? so that I can calculate the maximum input > power as: > > minimum i

Re: [Discuss-gnuradio] Dynamic range of USRP2-XCVR2450

2010-10-24 Thread Jorge Miguel
Hi Marcus, -10dBm corresponds to 100µW. With an input impedance of 100Ohms, since Pmax rms= (Vmax rms)^2 / R, --> Vmax rms= 0.1 volt So, if I am right the maximum theoretical voltage at the input of the ADC, if 0 dB gain is set in the transceiver (XCVR2450 in my case) and noise figure of all co

Re: [Discuss-gnuradio] Gnuradio Mode S project released

2010-10-24 Thread Nick Foster
On Sun, 2010-10-24 at 19:22 +0200, Andrea Montefusco wrote: > Nick, > > is it thinkable to operate the decoder at a lower sample rate ? > (e.g. at 2 MS/s or even less) Mode S operates at 1Mbit/s bit rate, and being pulse-position-modulated the data rate is effectively 2Mchips/s. In order to guara

Re: [Discuss-gnuradio] Gnuradio Mode S project released

2010-10-24 Thread Andrea Montefusco
On 10/24/2010 07:22 PM, Andrea Montefusco wrote: is it thinkable to operate the decoder at a lower sample rate ? (e.g. at 2 MS/s or even less) I found this reference http://www.tech-software.net/adsb_decode1.php in a Eric A. Cottrell message that explains why we need an high sample rate: [.

[Discuss-gnuradio] gnu radio

2010-10-24 Thread ömer günay
gunay_omer_7...@hotmail.com ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Dynamic range of USRP2-XCVR2450

2010-10-24 Thread Marcus D. Leech
On 10/24/2010 04:27 PM, Jorge Miguel wrote: > I will have a look at the white papers from that manufacturers. > From your words, I imagine that the noise generated by the ADC will > set a limit in the noise floor at the input of the ADC, isn´t it? Yes. The total signal power arriving at the A/D (s

Re: [Discuss-gnuradio] RAM consumption

2010-10-24 Thread David Knox
Eric Blossom wrote: > > 99% of the base code distributed with GNU Radio (runtime + blocks) > allocates NO MEMORY once the flow graph has started (see below for > exceptions). > > DO NOT use a vector_sink for anything other than QA code that > produces a small amount of output. The vector_sink

Re: [Discuss-gnuradio] Gnuradio Mode S project released

2010-10-24 Thread Eric Cottrell
Hello, Articles I read say that a 10MSPS rate gives better performance that a 8MSPS rate. I used the 8MSPS rate and still got good performance. The oversampling is used in determining if the pulse is valid or part of interference. Some receivers use a huge ROM lookup table to convert all the

Re: [Discuss-gnuradio] RAM consumption

2010-10-24 Thread Eric Blossom
On Sun, Oct 24, 2010 at 02:28:04PM -0700, David Knox wrote: > > > Eric Blossom wrote: > > > > 99% of the base code distributed with GNU Radio (runtime + blocks) > > allocates NO MEMORY once the flow graph has started (see below for > > exceptions). > > > > DO NOT use a vector_sink for anything

RE: [Discuss-gnuradio] GNU Radio meetup at the 2010 SDR Technical Conference, Washington, DC

2010-10-24 Thread Craig Kief
Tom, I have to agree with Steve. I wanted to go to SDR10 in DC but I am afraid the registration fee kept me from making it. I also would love to offer my center as a location for a possible meeting. We are in Albuquerque. We are walking distance from the airport and have many very inexpensiv

[Discuss-gnuradio] Question GNU Radio swig Path

2010-10-24 Thread Matt Dunstan
Hi,     i have a question related to GNU Radio installation. I followed all steps described in http://gnuradio.org/redmine/wiki/1/MingwInstallMain, but when I want to install gnuradio 3.3.0 it says that it can't find swig. It finds python becasue it is decalred in Environment Variables under Pa