adobe-research / MetaAF

Control adaptive filters with neural networks.
https://jmcasebeer.github.io/projects/metaaf
218 stars 38 forks source link

I've got a few ideas. #15

Closed lvyuhhh closed 9 months ago

lvyuhhh commented 11 months ago

I have an idea that change your specialised focus on linear FD adaptive filters to non-linear adaptive filters and use for continuous signals, I don't know if it's possible, I hope you can answer my confusion.If so, what should I do to improve.thanks

jmcasebeer commented 11 months ago

That sounds like an interesting idea and should be possible with the current framework. A good place to start would be implementing a nonlinear filter in Haiku.

lvyuhhh commented 11 months ago

Oh, thank you very much for your answer, also I was thinking to combine this code with matlab, what do you think?

jmcasebeer commented 11 months ago

Directly using this code with Matlab will probably be difficult. The easiest way would be to read/write results to some shared .hdf (or other) set of files.