Java Native Digital Signal Processing


JDSP is a Java Native Interface library written in C++. It implements basic signal processing algorithms like feed-forward and recurrent filters, morphologic filters, pyramid filters, fade-in/out functions, etc. The java-part is completely transparent, the developer does not have to care about the compiled part as long as the DLL or Shared Object is available. Since it's ANSI C++, it's platform-intependent.
The homepage is at: www.geocities.com/ewald72/jdsp.html