mhostetter / sdr

A Python package for software-defined radio
https://mhostetter.github.io/sdr/
MIT License
37 stars 4 forks source link

Symbol Sync #371

Open jhancock1996 opened 4 months ago

jhancock1996 commented 4 months ago

Hello! Firstly, I wanted to say this library is extremely impressive. I think this fills a much needed gap in the python DSP world, and everything looks to be extremely high quality.

I wanted to ask about plans for symbol timing recovery / symbol synchronization. Is something like the Mueller and Mueller algorithm on the roadmap?

Additionally, are your “help wanted” issues fairly up to date?

mhostetter commented 4 months ago

Thanks, I appreciate it. My goal is to add everything to this library. So, nothing DSP-/SDR-related is off the table.

Is something like the Mueller and Mueller algorithm on the roadmap?

Yes, symbol timing recovery is planned. I'm kind of operating on interrupt-driven development. As things come top of mind, they move higher in the queue.

Additionally, are your “help wanted” issues fairly up to date?

I'm looking for help on basically anything. If there's something that's interesting to you or you're passionate about, I'd love to work together to incorporate it into the library.