Re: [Discuss-gnuradio] macports build failure

2013-08-14 Thread Dan Aldrich
I'm running OS X 10.8.4, don't know if that matters. Anyway, got further it just got me deeper down the rat-hole. Looks like there's a problem w/ py27-wxpython-devel as well. unknown20c9d0bc732f:~ daldrich$ sudo port install gnuradio +full configure.compiler=llvm-gcc-4.2 ---> Computing depen

Re: [Discuss-gnuradio] Build problems on mac os 10.8

2013-08-14 Thread Michael Dickens
wxWidgets and wxPython are still hosed in MacPorts. I've tried to convince the maintainer of those to revert wxWidgets back to @2.9.4, since that worked with all of the dependent ports; but, he has refused to do so while he (and others, including me) work on a branch to fix this massive problem

Re: [Discuss-gnuradio] How to use gr-audio on Windows?

2013-08-14 Thread Luong Tan Phong
Sorry for my misstake. When I move my program to new PC, it can't read data from soundcard. On Aug 15, 2013 7:01 AM, "Luong Tan Phong" wrote: > On the PC has installed gnuradio with portaudio, the 'audio_mode' has set > portaudio in gr-audio.conf file. > When I move my program to a new PC, it ca

Re: [Discuss-gnuradio] How to use gr-audio on Windows?

2013-08-14 Thread Luong Tan Phong
On the PC has installed gnuradio with portaudio, the 'audio_mode' has set portaudio in gr-audio.conf file. When I move my program to a new PC, it can read data from soundcard and I don't know how to use gr-audio.conf file to configure gr-audio (where to set file conf, using it). Could you help me,

Re: [Discuss-gnuradio] macports build failure

2013-08-14 Thread Michael Dickens
Hi Dan - On 10.8, here is what I generally use: sudo port install gnuradio +full configure.compiler=llvm-gcc-4.2 If you are on 10.7, I think that will still work. On 10.6, I think you set the compiler to just "gcc-4.2" but it's been a while. For a full list of compiler options, see < http://g

Re: [Discuss-gnuradio] bug in bug-gnuradio

2013-08-14 Thread Tom Rondeau
On Wed, Aug 14, 2013 at 6:03 PM, Dan Aldrich wrote: > Tom, > > Here's the webpage: > > http://gnuradio.org/redmine/projects/gnuradio/wiki/Development?version=7 > > I googled bug-gnura...@gnu.org , found others. > > -d Ah. Thanks. That's all pretty old information. Will update it soon. Tom > At

Re: [Discuss-gnuradio] bug in bug-gnuradio

2013-08-14 Thread Dan Aldrich
Tom, Here's the webpage: http://gnuradio.org/redmine/projects/gnuradio/wiki/Development?version=7 I googled bug-gnura...@gnu.org , found others. -d At 05:35 PM 8/14/2013, you wrote: That email alias doesn't exist and never has as far as I know. Where did you see

Re: [Discuss-gnuradio] macports build failure

2013-08-14 Thread Tom Rondeau
On Wed, Aug 14, 2013 at 3:27 PM, Dan Aldrich wrote: > I just submitted a report on trying to build gnu radio using macports. Is > pyBomb the preferred way to build it now? PyBOMBS hasn't been worked on for OSX, yet. It should be possible to add macports as a way to handle many of the recipes, bu

Re: [Discuss-gnuradio] Compilation walkthrough for Windows x64

2013-08-14 Thread Tom Rondeau
On Wed, Aug 14, 2013 at 3:31 PM, Christophe Devine wrote: > I forgot to include a couple additional required files, in particular the > ORC project. Christophe, I haven't been able to look at this, but it sounds fantastic. Thanks for the work! Is there any chance you could update our Windows b

Re: [Discuss-gnuradio] Meaning of Center Frequency in QT GUI Sink / QT Waterfall Sink

2013-08-14 Thread Tom Rondeau
On Wed, Aug 14, 2013 at 6:29 AM, Volker Schroer wrote: > Hi, > > what is the meaning of the variable "Center Frequency" in the qt_gui_sink / > qt_waterfall_sink ? > > If I remember well, in pre 3.7 version it served as base of the x - axis > legend. > > Now, if I choose a value > bandwidth/2 the

Re: [Discuss-gnuradio] Zero Forcing (ZF) and MMSE Equalizer

2013-08-14 Thread Tom Rondeau
On Tue, Aug 13, 2013 at 5:31 AM, ZaInzAiN Jj wrote: > Thanks Martin, > your information very helpful. > for current, what is equalizer which used on gnuradio 3.7 ? > > from gnuradio 3.7 API there are three equalizer. cma, kurtotic and lms > equalizer. > what is equalizer which used? > > > Thanks,

Re: [Discuss-gnuradio] bug in bug-gnuradio

2013-08-14 Thread Tom Rondeau
On Wed, Aug 14, 2013 at 3:31 PM, Dan Aldrich wrote: > FYI, mail sent to bug-gnura...@gnu.org is bouncing. > > -d That email alias doesn't exist and never has as far as I know. Where did you see a reference to it? It should be removed wherever it's mentioned. We only accept bug reports using our

Re: [Discuss-gnuradio] How to use gr-audio on Windows?

2013-08-14 Thread Tom Rondeau
On Tue, Aug 13, 2013 at 4:39 AM, Luong Tan Phong wrote: > Hi Lists, > > I've install gnuradio on Windows following the link: > http://voltronics.blogspot.com/2013/01/gnu-radio-windows-build-guide.html. > It's OK.After that, I've write program to read data from soundcard with > gr-audio lib. It's O

Re: [Discuss-gnuradio] Detecting "EOF" in stream-in-message-out block

2013-08-14 Thread Tom Rondeau
On Mon, Aug 12, 2013 at 5:35 PM, Peter Horvath wrote: > Hi, > > I'm having hard time using GNU Radio to replace Simulink :) > > I'd like to build a QA flowgraph (think of evaluating a BER vs. SNR curve) > to assess the performance of my signal processing chain. The problem is that > the signal pro

Re: [Discuss-gnuradio] Help: Feedback causing "Flow graph loops"

2013-08-14 Thread Tom Rondeau
On Fri, Aug 9, 2013 at 1:02 PM, Martin Lülf wrote: > Hi, > > since I also had trouble with this issue at first, please allow me to > clarify this further: GNURadio does not support looping of blocks. Inside a > single block you can loop as often as you wish and that is exactly how the > available

Re: [Discuss-gnuradio] QT GUI RANGE Widget doesn't work in grc

2013-08-14 Thread Tom Rondeau
On Thu, Aug 8, 2013 at 12:44 PM, ua6cey wrote: > Gnuradio version 3.7.0 What version of QT and QWT are you using? We just put in stronger checks for QWT (will be in 3.7.1), so it's possible you're using an older version than the 5.2.0 that we require, so you're missing some features from there.

[Discuss-gnuradio] bug in bug-gnuradio

2013-08-14 Thread Dan Aldrich
FYI, mail sent to bug-gnura...@gnu.org is bouncing. -d ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] macports build failure

2013-08-14 Thread Dan Aldrich
I just submitted a report on trying to build gnu radio using macports. Is pyBomb the preferred way to build it now? Using the default compiler I got: WARNING: GNU Radio's VOLK component (which handles vector optimized instructions and routines) compiles best when using GCC. The selected compil

[Discuss-gnuradio] Compilation walkthrough for Windows x64

2013-08-14 Thread Christophe Devine
Hi, As compiling gnuradio on this platform is not completely trivial, I've made a simple walkthrough a few months ago. It's for a slightly old version (3.6.4.1), but it can be adapter for 3.6.5.1 (although I haven't tried yet), so I'm re-posting it in the hope that it will be useful for others.

Re: [Discuss-gnuradio] build errors

2013-08-14 Thread Ralph A. Schmid, dk5ras
Hmm, it _was_ a new copy, last one one hour ago...or any changes since then? Ralph. From: munn...@gmail.com [mailto:munn...@gmail.com] On Behalf Of Kurtis Heimerl Sent: Wednesday, 14 August, 2013 18:52 To: Ralph A. Schmid Cc: openbts-disc...@lists.sourceforge.net; Kurtis Heimerl Subject: Re:

Re: [Discuss-gnuradio] Recording Moto II Digital Voice Talk Groups

2013-08-14 Thread Luke B
Thanks Nick, will do! In case other people have Moto Smartnet systems with analog voice channels, I have my code up here: https://github.com/robotastic/gr-smartnet It is Nick's code with some of the patches from Reddit added in. It works with GR 3.6.5.1 and RTL-SDR. I also added in IF/BB gain opt

[Discuss-gnuradio] gr-ax25

2013-08-14 Thread Volker Schroer
Hi, I just put some ax.25 related blocks to https://github.com/dl1ksv/gr-ax25 One block enables decoding aors data and sending to xastir. Comments are welcome. -- Volker ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.

[Discuss-gnuradio] Meaning of Center Frequency in QT GUI Sink / QT Waterfall Sink

2013-08-14 Thread Volker Schroer
Hi, what is the meaning of the variable "Center Frequency" in the qt_gui_sink / qt_waterfall_sink ? If I remember well, in pre 3.7 version it served as base of the x - axis legend. Now, if I choose a value > bandwidth/2 the spectrum will not be displayed. Do I misinterpret the meaning of