[Discuss-gnuradio] Depricated selector and valve.

2017-08-04 Thread Imre Biacsics
ero's. This is also not the proper solution, i want to experiment with an unlimited amount of modulation types. This way every block is eating performance. Am i thing the wrong pad? Or is there another solution for the same principle? Imre Biacsics _

Re: [Discuss-gnuradio] OOT Block on Windows (barely feasible?)

2016-10-24 Thread Imre Biacsics
course). Hopefully that will help narrow down what's not working. Geof On Sun, Oct 23, 2016 at 3:01 PM, Imre Biacsics wrote: Thanks again Geof, your hints realy helped me. After some bumps in the table (From my head), and quite some hair laying around (Also from my head); Cmake

Re: [Discuss-gnuradio] OOT Block on Windows (barely feasible?)

2016-10-23 Thread Imre Biacsics
ntrusive_ptrpmt::pmt_base>::~intrusive_ptr(void)" (??1?$intrusive_ptr@Vpmt_base@pmt@@@boost@@QEAA@XZ) _pager2_swig F:\grc\OOTmodules\gr-pager2\build\swig\pager2_swigPYTHON_wrap.obj 1 After commenting out like this: %{ /* #include "pager2/flex_deinterleave.h" */ %} /* %include &

Re: [Discuss-gnuradio] OOT Block on Windows (barely feasible?)

2016-10-22 Thread Imre Biacsics
t@@@boost@@QEAA@XZ) _pager2_swig F:\grc\OOTmodules\gr-pager2\build\swig\pager2_swigPYTHON_wrap.obj 1 After commenting out like this: %{ /* #include "pager2/flex_deinterleave.h" */ %} /* %include "pager2/flex_deinterleave.h" GR_SWIG_BLOCK_MAGIC2(pager2, flex_deinterleave); */ It buil

Re: [Discuss-gnuradio] OOT Block on Windows (barely feasible?)

2016-10-21 Thread Imre Biacsics
recognized as an internal or external command, operable program or batch file. I hope someone can shine a light on this. Thanks in advance. Imre Biacsics Partial build output: 7>Target "CustomBuild" in file "C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCo

Re: [Discuss-gnuradio] OOT Block on Windows (barely feasible?)

2016-10-19 Thread Imre Biacsics
I am going to answer my own question. "How simple is the solution when the cause is known" I was a bit dumb: Somewhere in the scripts, spaces are removed. The result was that is looked for: F:/grc/OOTmodules/ My real path : F:/grc/OOT modules/ :( sorry Imre Biacsics (Swi

[Discuss-gnuradio] OOT Block on Windows (barely feasible?)

2016-10-18 Thread Imre Biacsics
ttribute Googling on that it's told "Your modules is not propery swigged", that makes sense, given the errors. -- Someone got clue to overcome this bump? Thanks in Advance, Imre Biacsics ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Merge multiple complex streams]

2014-05-13 Thread Imre Biacsics
o the FFT size. Result: http://www.livep2000.nl/code/grc/ Let's test the frequency border(s) On Tue, May 13, 2014 10:13 am, Martin Braun wrote: > On 12.05.2014 17:49, Imre Biacsics wrote: > >> Playing around with GRC for a few months now, sorry if this question is >> from a dummy.

[Discuss-gnuradio] Merge multiple complex streams

2014-05-12 Thread Imre Biacsics
r ' websdr' I managed to create multiple channels, where the 2nd dongle is tuned to an offset, equal to the samplerate of the first. (for example 2 x 2 Msps = 4 Msps baseband) Is such a thing possible with GRC? Imre Biacsics ___ Discuss-g