Jeff Long

Results 284 comments of Jeff Long

You might want to submit the audio recorder fix separately. Is the shortening of a couple function names for style, or was there a conflict? General idea looks good. Haven't...

My opinion: if you could change the function names back for now, that would be helpful. There are plenty of things that could use renaming in the future. `iq_recorder_status` is...

Related to https://github.com/gnuradio/gnuradio/issues/4184.

Thanks for the sample code. That is a noble amount of frame backtracking and variable searching. I can't remember - did you already try passing vlen in as a parameter...

Making sure I'm seeing the same thing you are. Passing vlen as a parameter works correctly when you run the flowgraph. But when assigned via a variable, you do not...

I had added `self.vlen = vlen`, like `self.example_param = example_param`. Does that change anything?

@skoslowski do you or anyone else more familiar with GRC have any ideas here?

There is a Multiply By Tag Value block. Is that sufficient?

Is there a way to centralize this? It could get out of hand if every block eventually needs this.

Agree, and the semantics are then like numpy. This could be done in the yml files for both Python and C++, to avoid the need for additional constructors. As an...