Re: [Discuss-gnuradio] question about routing data

2015-10-04 Thread Kevin Reid
On Oct 4, 2015, at 9:19, Przemek Lewandowski wrote: > Kevin, one more small question > > if I want to have for example 3 inputs and 3 outputs, and 2 gui chooser > widgets - for choosing input and output. what will change ? That would be something like [[output_chooser == i and input_choose

Re: [Discuss-gnuradio] question about routing data

2015-10-04 Thread Przemek Lewandowski
Kevin, one more small question if I want to have for example 3 inputs and 3 outputs, and 2 gui chooser widgets - for choosing input and output. what will change ? problem is that I dont know when expression "[[chooser == i for i in xrange(3)]]" is invoked. I tryied to do a function instead of th

Re: [Discuss-gnuradio] question about routing data

2015-10-04 Thread Przemek Lewandowski
Kevin, I am eternally grateful. thank you for help, it wasnt so obvious - I mean that expression "[[chooser == i for i in xrange(3)]]" 2015-10-04 16:35 GMT+02:00 Kevin Reid : > On Oct 4, 2015, at 6:02, Przemek Lewandowski wrote: > > > Thank you Kevin for reply. > > > > I have created small sys

Re: [Discuss-gnuradio] question about routing data

2015-10-04 Thread Kevin Reid
On Oct 4, 2015, at 6:02, Przemek Lewandowski wrote: > Thank you Kevin for reply. > > I have created small system with "multiply matrix" block. And it works good, > BUT I dont how to change it during runtime :) there is input "set A" - but I > dont know how to set it from gui ?? all i know is t

Re: [Discuss-gnuradio] question about routing data

2015-10-04 Thread Przemek Lewandowski
Thank you Kevin for reply. I have created small system with "multiply matrix" block. And it works good, BUT I dont how to change it during runtime :) there is input "set A" - but I dont know how to set it from gui ?? all i know is that input is async Here is my prototype http://postimg.org/image

Re: [Discuss-gnuradio] question about routing data

2015-10-03 Thread Kevin Reid
On Oct 3, 2015, at 13:58, Przemek Lewandowski wrote: > Hi everybody :) > > Simple, fast question. > Task: Implement as many as possible modulations with GnuRadio - analog and > digital > Problem: how to switch between many modulation in GnuRadio Companion with > minimal performance issue ? Th

[Discuss-gnuradio] question about routing data

2015-10-03 Thread Przemek Lewandowski
Hi everybody :) Simple, fast question. Task: Implement as many as possible modulations with GnuRadio - analog and digital Problem: how to switch between many modulation in GnuRadio Companion with minimal performance issue ? I saw that, there is "Valve" component and maybe when there is possibilit