Re: Discussion regarding latency
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
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.