[Discuss-gnuradio] GNU Radio release candidate 3.5.0rc0 available for download

2011-10-29 Thread Johnathan Corgan
GNU Radio release candidate 3.5.0rc0 has been tagged on the master branch
and made available as a tarball:

http://gnuradio.org/redmine/attachments/download/281/gnuradio-3.5.0rc0.tar.gz

As a release candidate, this tarball represents what will be in the 3.5.0
release, absent bug fixes discovered in testing.

To avoid issues with multiple versions of GNU Radio being installed, it is
important to uninstall an existing installation using the "make uninstall"
command from your source tree.

Also, please remember that when building GNU Radio from a tarball, one does
not need to run the "bootstrap" step.

Johnathan
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] GNU Radio release candidate 3.5.0rc0 available for download

2011-10-29 Thread Arturo Rinaldi

Il 29/10/2011 22:03, Johnathan Corgan ha scritto:
GNU Radio release candidate 3.5.0rc0 has been tagged on the master 
branch and made available as a tarball:


http://gnuradio.org/redmine/attachments/download/281/gnuradio-3.5.0rc0.tar.gz

As a release candidate, this tarball represents what will be in the 
3.5.0 release, absent bug fixes discovered in testing.


To avoid issues with multiple versions of GNU Radio being installed, 
it is important to uninstall an existing installation using the "make 
uninstall" command from your source tree.


Also, please remember that when building GNU Radio from a tarball, one 
does not need to run the "bootstrap" step.


Johnathan


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
i expected to find the /CMakelists.txt/ file inside to rc0 tarball to 
build with cmakebut there is no trace at allwill it be inserted 
in the final release of 3.5.0 ?


Regards, Arturo
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] GNU Radio release candidate 3.5.0rc0 available for download

2011-10-29 Thread Johnathan Corgan
On Sat, Oct 29, 2011 at 13:55, Arturo Rinaldi  wrote:


> i expected to find the *CMakelists.txt* file inside to rc0 tarball to
> build with cmakebut there is no trace at allwill it be inserted in
> the final release of 3.5.0 ?
>

The cmake build system is still experimental, and our plan is to maintain
the autotools system as the "stable" build for making tarballs during the
3.5.x release series.  We do encourage people who are using git to build
with cmake.

The cmake system does have the ability to generate distribution tarballs,
and part of the testing needed is to compare the output of autotools
generated tarballs and cmake generated tarballs and work out any
differences.

Once we have 3.5.0 out the door, we'll be making a new 'next' branch in the
repository that will ultimately become 3.6.  It is on this 'next' branch
that we'll remove autotools and rely entirely on cmake.

Johnathan
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] uhd_fft.py returns Segmentation fault

2011-10-29 Thread Thomas Tsou
On Oct 28, 2011 11:57 PM, "Josh Blum"  wrote:
> On 10/28/2011 12:20 PM, Vanessa Gardellin wrote:
> > Please let me know if you solve the problem, I also have a seg fault...
> >
>
> So help me help you...
>
> What version of gnuradio?
> What version of uhd?
>
> Do the uhd example apps work?
> Can you import the gnuradio python module?

A similar, more detailed report was posted a few weeks ago.

http://osdir.com/ml/discuss-gnuradio-gnu/2011-10/msg00227.html

  Thomas
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] Where is the signal of incoming sample in FPGA?

2011-10-29 Thread xi yang
Hi, All,

We wrote codes for FFT in FPGA. In our codes, we start FFT when we get a
START signal.
Where can we connect this signal? How do we know that samples are incoming?
There are lots of signals in u1e.v that look like having this function,
such as input FPGA_RXD, input fpga_rxd1, input db_miso_rx.
If there exists such a signal, is it a pulse or a constant high value when
FPGA is reading data from ADC?
Basically, where can we see the codes that FPGA notifies the host to read
data from the FPGA?

Also, the ADC gives 12 bits representation, additions in FFT may change the
values to 13 bits.
We believe that the original codes are designed to read samples as 12bits
from FPGA to host.
Where is this part?
We are considering reducing 13bits to 12bits or reading samples as 13bits.

Thanks,
Yooxi
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio