Skip to content

Linking AFF3CT with SDRs #7

@MrEvgy

Description

@MrEvgy

Hi again,

I manage to work fluently with your code (the python wrapped version) and in parallel I have a working physical communication channel configured using LimeSDR Tx and Rx. But I have no idea how to link those two together :(

Here is an example to the workflow I am interested to achieve, while using your encode & decode functions:

[vecIn = A packed vector I provide from python]
vecTx = enc(vecIn)
[vecTx => SDR_Tx => the real world]
[the real world => SDR_Rx => vecRx]
vecOut = dec(vecRx)
if vecOut == vecIn: print('Well done Evgy!')

Can you maybe tell me how this can be done?

Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions