MVN

com.github.psambit9791 : jdsp

Maven & Gradle

Feb 24, 2023
79 stars

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.

<dependency>
    <groupId>com.github.psambit9791</groupId>
    <artifactId>jdsp</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.psambit9791 : jdsp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1

All Versions

Choose a version of com.github.psambit9791 : jdsp to add to Maven or Gradle - All Versions:

  • Version Updated
  • jdsp-2.0.1

    Feb 24, 2023
  • jdsp-2.0.0

    Aug 01, 2022
  • jdsp-1.0.0

    Dec 27, 2021
  • jdsp-0.8.0

    Sep 27, 2021
  • jdsp-0.7.0

    Jul 26, 2021
  • jdsp-0.6.0

    Jan 04, 2021
  • jdsp-0.5.1

    Nov 09, 2020
  • jdsp-0.5.0

    Oct 05, 2020
  • jdsp-0.4.0

    Aug 31, 2020
  • jdsp-0.3.0

    Jul 18, 2020
  • jdsp-0.2.1

    Jun 06, 2020
  • jdsp-0.2.0

    May 24, 2020

How to add a dependency to Maven

Add the following com.github.psambit9791 : jdsp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.psambit9791</groupId>
    <artifactId>jdsp</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.psambit9791 : jdsp gradle dependency to your build.gradle file:

implementation 'com.github.psambit9791:jdsp:2.0.1'

Gradle Kotlin DSL: Add the following com.github.psambit9791 : jdsp gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.psambit9791:jdsp:2.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.psambit9791 : jdsp sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.psambit9791" % "jdsp" % "2.0.1"