myriadrf / gr-limesdr

gr-limesdr Plugin for GNURadio
Other
142 stars 77 forks source link

Add MIMO phase align option #67

Closed daniestevez closed 3 years ago

daniestevez commented 3 years ago

This adds an option to the LimeSDR source to enable MIMO channel phase alignment as described in

https://github.com/myriadrf/LMS7002M-docs/blob/master/LimeSDR-USB_channel_alignment_v01r00.pdf

gracid commented 3 years ago

Hello, I checked out the pull request. Before pulling in, some kind of information that channel alignment has been enabled would need to be printed out, since this is using GRC and it's helpful when trying to debug other peoples issues. Also, the code formatting is inconsistent, there is a clang-format file in the repo that you can use to format the files.

daniestevez commented 3 years ago

Thanks for the feedback! I didn't notice there was a clang-format file in the repo. I have pushed a commit to this PR with the clang-format. Should I squash it or will you take it from here?