You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 6, 2024. It is now read-only.
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.
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-dsphas c implementations of most of the multi rate stuff we added toDSP.jl. Its primary purpose is low level software defined radio, so it'll be helpful to debugRadio.jlonce I get it off the ground again.liquid-dspis pretty huge, but I'm not sure if it's big enough to warrant usingClang.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, andliquid-dsphas it, let me know. I'll move it to the top of the list.