Skip to content
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

Open
JayKickliter opened this issue Jul 5, 2014 · 5 comments
Open

New Functionality #1

JayKickliter opened this issue Jul 5, 2014 · 5 comments

Comments

@JayKickliter
Copy link
Contributor

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?

@lindahua
Copy link
Owner

lindahua commented Jul 6, 2014

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.

@JayKickliter
Copy link
Contributor Author

Ok, thanks. Is it alright with you if I go ahead and create a IPPDSP.jl package using some of your code-gen code?

@lindahua
Copy link
Owner

lindahua commented Jul 6, 2014

Sure.

@JayKickliter
Copy link
Contributor Author

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?

@lindahua
Copy link
Owner

lindahua commented Jul 6, 2014

Yes, things that are useful for several packages should go to IPPCore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants