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
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
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.
>
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
>
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
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
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
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
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"
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
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
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.
>
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
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
--
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
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
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
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:
[.
gunay_omer_7...@hotmail.com ___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
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
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
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
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
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
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
25 matches
Mail list logo