JuliaComputing / xtrx_julia

XTRX LiteX/LitePCIe based design for Julia Computing
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Create minimal C receiver tool #78

Closed staticfloat closed 1 year ago

staticfloat commented 2 years ago

To prove what is or is not a problem in our Julia reception stack, we should create a minimal C reproducer to stream samples off of the XTRX using the SoapySDR API and onto disk. It should support, at a minimum, the following features:

I don't think we need to support multiple devices at this time. rx_sdr can be used as a starting point.

mbaz commented 2 years ago

Suggestions for the UI:

Both of these are super useful when debugging.

sjkelly commented 1 year ago

https://github.com/JuliaComputing/xtrx_julia/pull/98