Re: [Discuss-gnuradio] Error Compiling Multimon

2013-09-12 Thread Tom Rondeau
On Wed, Sep 11, 2013 at 9:21 PM, John j...@tonebridge.com wrote: On 09/11/13 20:14, Marcus D. Leech wrote: You can pull the .grc into gnuradio-companion, although that might not work out that well, since the block-names changed across 3.7. When I do this a large percentage of

Re: [Discuss-gnuradio] flowgraph with async messaging hangs on calling wait()

2013-09-12 Thread Tom Rondeau
On Wed, Sep 11, 2013 at 5:08 PM, Mark Cottrell mark.cottr...@taitradio.com wrote: Hi Tom, I spent a while playing around with this, including adding a bunch of debug output to tpb_thread_body::tpb_thread_body, and found that when a block is done, the DONE state should propagate through the

Re: [Discuss-gnuradio] Porting GR-AIS to GN3.7

2013-09-12 Thread Driesprong, Fokko
He Nick, Thanks for the quick response! One last error in the make install. In the grc/CMakeLists.txt there are multiple xml files that are copied by cmake, but these files don't exists. I commented it out and everything works fine. I think you should correct that in the master too. ​Kind

Re: [Discuss-gnuradio] Error Compiling Multimon

2013-09-12 Thread Marcus Leech
And I`ll comment that if you *do* undertake that work, successfully, I`d be happy to fold the results into the SVN code for multimode. on Sep 12, 2013, Tom Rondeau t...@trondeau.com wrote: On Wed, Sep 11, 2013 at 9:21 PM, John j...@tonebridge.com wrote: On 09/11/13 20:14, Marcus D. Leech wrote:

Re: [Discuss-gnuradio] Porting GR-AIS to GN3.7

2013-09-12 Thread Driesprong, Fokko
H ​e Nick, Great work on the update of gr-ais. University is starting again, so I am running short on time. I have the following make-problem: make[2]: *** No rule to make target `../apps/ais_rx.py', needed by `apps/ais_rx.py.exe'. Stop. make[1]: *** [apps/CMakeFiles/pygen_apps_8ba3a.dir/all]

Re: [Discuss-gnuradio] flowgraph with async messaging hangs on calling wait()

2013-09-12 Thread Nowlan, Sean
Any block can return DONE to indicate the scheduler that it finished its processing. Then the scheduler tells downstream blocks that they are DONE too. However, it's possible that you want downstream blocks to finish operating on samples that are in flight after the upstream block is marked

Re: [Discuss-gnuradio] Porting GR-AIS to GN3.7

2013-09-12 Thread Nick Foster
Dangit. Missed one -- had renamed ais_rx.py to ais_rx but forgot to change apps/CMakeLists.txt to reflect it. Fixed, pushed the fix to master. Thanks! Nick On Thu, Sep 12, 2013 at 7:17 AM, Driesprong, Fokko fo...@driesprongen.nlwrote: H e Nick, Great work on the update of gr-ais.

Re: [Discuss-gnuradio] Signal composition and intermodulation filtering

2013-09-12 Thread Louis Brown
Alessandro, You may be over-driving the DAC, which will generate very bad IMD. You have to be careful when summing signals as the total floating point value must never exceed +/- 1.0. If you are summing two signals then set your sinusoid amplitude to 0.5. Summing 4 set it to 0.25. Lou