is not current version
Last Version 1.0.0

JDSP - Digital Signal Processing for Java 0.8.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.

License

License

GroupId

GroupId

com.github.psambit9791
ArtifactId

ArtifactId

jdsp
Version

Version

0.8.0
Type

Type

jar
Description

Description

JDSP - Digital Signal Processing for Java
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.
Project URL

Project URL

https://github.com/psambit9791/jDSP
Source Code Management

Source Code Management

http://github.com/psambit9791/jDSP/tree/master

Download jdsp 0.8.0


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

Dependencies

compile (5)

Group / Artifact Type Version
org.knowm.xchart : xchart jar 3.6.2
ca.umontreal.iro.simul : ssj jar 3.3.1
org.apache.commons : commons-math3 jar 3.6.1
uk.me.berndporr : iirj jar 1.1
com.github.psambit9791 : wavfile jar 0.1

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.0.3
org.junit.platform : junit-platform-surefire-provider jar 1.0.0
org.junit.jupiter : junit-jupiter-api jar 5.6.2

Project Modules

There are no modules declared in this project.