Replies: 3 comments 1 reply
-
Yes, this would be really cool. It's not that simple, because API design never is. But it would be helpful to know the sort of uses cases you're interested in. i.e. what DSP functions do you want to use? What does your input data look like, etc? e.g. array.array? It's also worth looking at ulab, to see if parts of ulab can be accelerated using this. (Or whether ulab is just the natural place to implement these sorts of things from Python). |
Beta Was this translation helpful? Give feedback.
-
@jgpeiro To extend @jimmo's comment above, I'd be willing to add C functions in |
Beta Was this translation helpful? Give feedback.
-
There are dynamic native modules for IIR filters, FFT etc in https://github.com/emlearn/emlearn-micropython |
Beta Was this translation helpful? Give feedback.
-
Add a wrappers to these libraries should not be too hard and will be usefull for lot of users that need todo some signal processing.
Beta Was this translation helpful? Give feedback.
All reactions