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.

License

License

GroupId

GroupId

com.github.psambit9791
ArtifactId

ArtifactId

jdsp
Last Version

Last Version

1.0.0
Release Date

Release Date

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

How to add to project

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

Dependencies

compile (5)

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

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.8.1
org.junit.platform : junit-platform-surefire-provider jar 1.3.2
org.junit.jupiter : junit-jupiter-api jar 5.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0
0.8.0
0.7.0
0.6.0
0.5.1
0.5.0
0.4.0
0.3.0
0.2.1
0.2.0