is not current version
Last Version 1.0.0

com.github.psambit9791:jdsp 0.4.0

jDSP is a library of signal processing tools aimed at providing functionalities as available in scipy-signal package for Python. The goal is to provide easy-to-use APIs for performing complex operation on signals eliminating the necessity of understanding the low-level complexities in the processing pipeline.

GroupId

GroupId

com.github.psambit9791
ArtifactId

ArtifactId

jdsp
Version

Version

0.4.0
Type

Type

jar

Download jdsp 0.4.0


<!-- https://jarcasting.com/artifacts/com.github.psambit9791/jdsp/ -->
<dependency>
    <groupId>com.github.psambit9791</groupId>
    <artifactId>jdsp</artifactId>
    <version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.psambit9791/jdsp/
implementation 'com.github.psambit9791:jdsp:0.4.0'
// https://jarcasting.com/artifacts/com.github.psambit9791/jdsp/
implementation ("com.github.psambit9791:jdsp:0.4.0")
'com.github.psambit9791:jdsp:jar:0.4.0'
<dependency org="com.github.psambit9791" name="jdsp" rev="0.4.0">
  <artifact name="jdsp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.psambit9791', module='jdsp', version='0.4.0')
)
libraryDependencies += "com.github.psambit9791" % "jdsp" % "0.4.0"
[com.github.psambit9791/jdsp "0.4.0"]