[Discuss-gnuradio] pre-emphasis filter not working

2012-02-18 Thread Jasper Kanbier
Hi, I was wondering if the issue is still in the lastest builds, I do not have to mathamatical knowledge to create this myself :( ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Passing numpy arrays into vector parameters

2012-02-18 Thread Tom Rondeau
On Sat, Feb 18, 2012 at 2:29 AM, Burak TUYSUZ buraktuy...@gmail.com wrote: Hi all, I saw that there was a feature request 2 years ago. http://gnuradio.org/redmine/issues/399 Is there any progress on that or any idea how to do that? Thank you -Burak Burak, There hasn't been much work (or

[Discuss-gnuradio] www.gnuradio.org (and git) is down

2012-02-18 Thread Marcus D. Leech
www.gnuradio.org appears to be dead, as is the GIT server. Sigh. -- Marcus Leech Principal Investigator Shirleys Bay Radio Astronomy Consortium http://www.sbrac.org ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

Re: [Discuss-gnuradio] www.gnuradio.org (and git) is down

2012-02-18 Thread Tom Rondeau
On Sat, Feb 18, 2012 at 11:59 AM, Marcus D. Leech mle...@ripnet.com wrote: www.gnuradio.org appears to be dead, as is the GIT server. Sigh. -- Marcus Leech Principal Investigator Shirleys Bay Radio Astronomy Consortium http://www.sbrac.org It's working for me. No reset required. Try

Re: [Discuss-gnuradio] ATSC decoding - Now Working!

2012-02-18 Thread shea_watson
Alright. If I get it working I will post my fixes. Which part is not working? Also, my research only deals with extracting the bit delay to the data sync frame. So, I will not really be doing much with atsc decoding past getting a bit stream what would include the sync frame. Which also

Re: [Discuss-gnuradio] www.gnuradio.org (and git) is down

2012-02-18 Thread John Coppens
On Sat, 18 Feb 2012 12:09:46 -0500 Tom Rondeau t...@trondeau.com wrote: It's working for me. No reset required. Try again. If redirecting is not enabled in the browser, it may not get to gnuradio.org. It seems www.gnuradio.org goes there through redirection. John

Re: [Discuss-gnuradio] www.gnuradio.org (and git) is down

2012-02-18 Thread Marcus D. Leech
On 02/18/2012 01:01 PM, John Coppens wrote: On Sat, 18 Feb 2012 12:09:46 -0500 Tom Rondeaut...@trondeau.com wrote: It's working for me. No reset required. Try again. If redirecting is not enabled in the browser, it may not get to gnuradio.org. It seems www.gnuradio.org goes there through

Re: [Discuss-gnuradio] problem building gr-howto-write-a-block-cmake

2012-02-18 Thread Achilleas Anastasopoulos
Martin, yes i did sudo ldconfig, but the problem is still there. I noticed that cmake gives the following output for gr-howto-...-cmake -- Found SWIG: /usr/bin/swig (found version 2.0.4) -- Could NOT find PythonLibs (missing: PYTHON_LIBRARIES) -- Found PythonInterp:

Re: [Discuss-gnuradio] www.gnuradio.org (and git) is down

2012-02-18 Thread Dan CaJacob
Tom, Am I correct in assuming you are running GR.org on AWS? I have noticed in my own use of AWS that they have occasional scheduled reboots of their hardware for upgrades, which naturally causes a reboot of your instance. These scheduled events are listed in the AWS console page. A

Re: [Discuss-gnuradio] www.gnuradio.org (and git) is down

2012-02-18 Thread Johnathan Corgan
On Sat, Feb 18, 2012 at 10:56, Dan CaJacob d...@spacequest.com wrote: A scheduled maintenance reboot may have caused the short outage Marcus saw. We get an email on boot from the instance, so we know when these happen (it didn't.) My guess was it was a transient network connectivity issue for

Re: [Discuss-gnuradio] problem building gr-howto-write-a-block-cmake

2012-02-18 Thread Tom Rondeau
On Thu, Feb 16, 2012 at 4:27 PM, Achilleas Anastasopoulos anas...@umich.edu wrote: I also noticed the following in the cmake ../ -- Found SWIG: /usr/bin/swig (found version 2.0.4) -- Could NOT find PythonLibs (missing: PYTHON_LIBRARIES) -- Found PythonInterp: /usr/bin/python2.7 what is

Re: [Discuss-gnuradio] Using volk in Mac: test report

2012-02-18 Thread Tom Rondeau
On Fri, Feb 17, 2012 at 6:04 PM, Nowlan, Sean sean.now...@gtri.gatech.eduwrote: Don’t know how helpful these are, but here you go. ** ** Sean Sean, It looks like a couple of functions are failing from the stdout: volk_32fc_s32f_magnitude_16i_a: fail on arch orc

[Discuss-gnuradio] Anyone have an opinion on what existing block is closest to the attached so that I can start writing my own?

2012-02-18 Thread Marcus D. Leech
Attached is a C implementation of a block I wish was in Gnu Radio. Anyone done anything similar-enough as a block in Gnu Radio that would make a decent starting point? It's basically a block that takes a fixed-size vector input, and a list of descriptors that describe output channels that

Re: [Discuss-gnuradio] problem building gr-howto-write-a-block-cmake

2012-02-18 Thread Josh Blum
On 02/16/2012 01:27 PM, Achilleas Anastasopoulos wrote: I also noticed the following in the cmake ../ -- Found SWIG: /usr/bin/swig (found version 2.0.4) -- Could NOT find PythonLibs (missing: PYTHON_LIBRARIES) -- Found PythonInterp: /usr/bin/python2.7 what is the significance of not

Re: [Discuss-gnuradio] problem building gr-howto-write-a-block-cmake

2012-02-18 Thread Achilleas Anastasopoulos
I installed swig 1.3.40 and i have the same problem! is there any other way i can check if the required PyhtonLibs are indeed available in my system? The fact that gnuradio trunk builds without a problem makes me go crazy... thanks Achilleas On Sat, Feb 18, 2012 at 3:40 PM, Tom

Re: [Discuss-gnuradio] problem building gr-howto-write-a-block-cmake

2012-02-18 Thread Josh Blum
On 02/18/2012 04:25 PM, Achilleas Anastasopoulos wrote: I installed swig 1.3.40 and i have the same problem! is there any other way i can check if the required PyhtonLibs are indeed available in my system? The fact that gnuradio trunk builds without a problem makes me go

Re: [Discuss-gnuradio] Using volk in Mac: test report

2012-02-18 Thread Nick Foster
On Sat, Feb 18, 2012 at 1:05 PM, Tom Rondeau t...@trondeau.com wrote: On Fri, Feb 17, 2012 at 6:04 PM, Nowlan, Sean sean.now...@gtri.gatech.edu wrote: Don’t know how helpful these are, but here you go. ** ** Sean Sean, It looks like a couple of functions are failing from the