-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Functionality #1
Comments
In my plan, IPPMath would provides vectorized element wise math functions, and probably small matrix algebra. For signal processing functionalities, like filtering, it would be useful to have them in IPPDSP.jl. |
Ok, thanks. Is it alright with you if I go ahead and create a IPPDSP.jl package using some of your code-gen code? |
Sure. |
Thanks. I hadn't really used any of Julia's meta-programming features until I used your code as an example. It really helped. One more question: I wanted to to make some more IPP<->Julia type aliases just to make things easier. I haven't looked too closely, but I think they are common to most/all IPP domains. Should those go in IPPCore? |
Yes, things that are useful for several packages should go to IPPCore. |
Hi Dahua, thanks for starting this package. Where you planning on adding more IPP functions, particularly filtering? I forked IPPMath yesterday and used your elementary.jl file as a template to wrap some of IPP's windowing functionality.
I'm wondering of you were planning to have a separate package each different IPP domain. Should I create a new package, maybe IPPSignals or IPPDSP?
The text was updated successfully, but these errors were encountered: