Re: [Discuss-gnuradio] Help needed with message ports

2018-07-27 Thread CEL
Awesome! Folks, this is the way I always hoped the community works. Cheers to you! On Thu, 2018-07-26 at 16:36 -0400, Michael Dickens wrote: > A quick followup on progress on this query: > > The issue is in lib/flowgraph.cc, where message connection edges are not > being used when counting conne

Re: [Discuss-gnuradio] upsampling module in gnuradio companion?

2018-07-27 Thread CEL
Yes, there are several things that do something that I'd call "upsampling". However, often, people mean different things when they say "upsampling", so what are you mathematically referring to? Regarding constellation sink: Well, just use the float-to-complex block and set the imaginary part to n

[Discuss-gnuradio] repeat variable in a file source

2018-07-27 Thread Linda20071
We use "repeat" variable in a file source to show whether or not we want to repeatedly play the file. In my module, I generated a limited length of random data, and I use "bool repeat" to show whether or not I want the limited length of data to be repeatedly played. However, when I run the module,

Re: [Discuss-gnuradio] repeat variable in a file source

2018-07-27 Thread Michael Dickens
Hi Linda20071 - The error shows that either your Python code isn't passed a 'bool' type, or the SWIG interface isn't providing the correct API for Python. Without seeing your code it's pretty difficult to tell. So if you have a public repo please post it along with your query. There are plenty of e

[Discuss-gnuradio] How to use the output of a hierarchical block in the symbols field in Correlation Estimator

2018-07-27 Thread Edwin Li
Dear Mailing list subscribers, I'm using some self-defined packet prefix(chaotic complex numbers) in my communication system. In the receiver, I use Correlation Estimator to detect the packets. It needs to know the prefix. Since the prefix are interpolated and filtered by a root raised cosine filt

Re: [Discuss-gnuradio] Help needed with message ports

2018-07-27 Thread Michael Dickens
On Fri, Jul 27, 2018, at 6:23 AM, Müller, Marcus (CEL) wrote: > Awesome! Folks, this is the way I always hoped the community works. > Cheers to you! LOL thanks but maybe premature?! This issue is somewhat more complicated than I thought, mostly because I'm still learning how to actually use a c+

[Discuss-gnuradio] [GSoC'18][MIMO]: Updates of the week

2018-07-27 Thread Luca Schmid
Hi all, we decided on a final structure of the MIMO-OFDM receiver. Details in my new blog post . I am currently implementing the missing C++ blocks. Best Luca ___ Discuss-g