-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
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
Labels
No labels