Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Continuous TX\RX. #1216

Open
fzybot opened this issue Nov 27, 2024 · 0 comments
Open

Continuous TX\RX. #1216

fzybot opened this issue Nov 27, 2024 · 0 comments

Comments

@fzybot
Copy link

fzybot commented Nov 27, 2024

Hardware: Ubuntu 22.04, Adalm Pluto SDR <-> USB cable, libiio v1.
Is there any tip on how to be sure that we do not lose any samples?
For instance:

    while (1)
    {
        rxblock = iio_stream_get_next_block(rxstream);
        txblock = iio_stream_get_next_block(txstream);
        .....
        .....
     }

Can I be confident that next block will be a real samples in time? And we are not loosing any samples?
I have tried to transmit just a rectangle impulse on TX block, and receive it on RX block. Some times I'm getting rectangle impulse cut in half, sometimes complete impulse....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant