berndporr / iirj

An efficient IIR filter library written in JAVA
Apache License 2.0
136 stars 36 forks source link

How would this be linked in Android Studio? #3

Closed JoziGila closed 7 years ago

JoziGila commented 7 years ago

I am doing a project which needs butterworth filtering, and can't seem to find libraries for DSP in android. Do you have any directions as to how I can use this in my project?

berndporr commented 7 years ago

See the readme. Just install it with maven, then add the dependency to android studio and off you go. Check out AttysECG for example how it's done.