JuliaDSP / Roadmap

Meta-repo for discussing the roadmap of JuliaDSP
1 stars 0 forks source link

New DSP package #9

Open JayKickliter opened 9 years ago

JayKickliter commented 9 years ago

I've started on a package that wraps liquid-dsp, now that liquid has transitioned to an MIT license.

I'm mainly doing this for testing purposes, since liquid-dsp has c implementations of most of the multi rate stuff we added to DSP.jl. Its primary purpose is low level software defined radio, so it'll be helpful to debug Radio.jl once I get it off the ground again.

liquid-dsp is pretty huge, but I'm not sure if it's big enough to warrant using Clang.jl. For the time being, I'm doing the wrapping by hand. I'll continue to wrap the parts of liquid that I need when they come up. If there's anything that the JuliaDSP community need to test, and liquid-dsp has it, let me know. I'll move it to the top of the list.

ma-laforge commented 3 years ago

Hi @JayKickliter: I was just wondering what happened to LiquidDSP.jl.

I don't actually have a need for it now, but the project does sound interesting. I think the more support Julia has for good libraries, the more likely people will be to start adopting Julia for their own work...

And more they'll start contributing to their own amazing-quality packages!