Re: One Tagged Input Stream to Unequal Output Streams

2023-05-31 Thread Nicolas Buhr
Hi Alon,I‘m not sure about a Block with two stream outputs because I have no experience with that, but I can suggest a workaround that should definitely work:-Make a block with two message outputs and package the samples from the stream into messages you send via these message outputs.-Make a block

Clearing a Blocks Buffers

2023-05-31 Thread Luke Berndt
Is there a good method for clearing or resetting a block’s buffers? I have a program that tunes to different frequencies and is also started & paused. I want to clear out any of the existing samples in the buffers between blocks to make sure I am getting the current signal in and not something

Re: Clearing a Blocks Buffers

2023-05-31 Thread Jeff Long
No, there is not currently a way of flushing all or part of a flowgraph. On Wed, May 31, 2023 at 9:58 AM Luke Berndt wrote: > Is there a good method for clearing or resetting a block’s buffers? > > I have a program that tunes to different frequencies and is also started & > paused. I want to cle

imu out of bounds error using Symbol Sync block

2023-05-31 Thread Grace Yeung
Hi, I am using the Symbol Sync block and have run into the following error: thread_body_wrapper :error: ERROR thread[thread-per-block[104]: symbol_sync_cc(40)> ]: mmse_fir_interpolator_cc: imu out of bounds. It seems the internally generated value for mu is somehow out of bounds of [0,1.0)? An

Discussion regarding latency

2023-05-31 Thread Jiya Johnson
Good morning, I would like to know *how to calculate the latency if we are sending a signal or a data packet from source to receiver in GNU Radio*. Thanks in Advance.