Re: Discussion regarding latency

2023-06-01 Thread Marcus Müller
Hi Jiya, That's going to be the sum of: On the transmitter's site: - actual time it takes for each packet to be computed in your GNU Radio blocks - instantaneous amount of samples in buffers, due to the · time it takes to schedule a block that has data to work on, · Operating system thread

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.