License |
License |
---|---|
GroupId | GroupIdcom.github.psambit9791 |
ArtifactId | ArtifactIdjdsp |
Version | Version0.8.0 |
Type | Typejar |
Description |
DescriptionJDSP - 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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jdsp-0.8.0.pom | |
jdsp-0.8.0.jar | 4 MB |
jdsp-0.8.0-sources.jar | 4 MB |
jdsp-0.8.0-javadoc.jar | 315 KB |
Browse |
<!-- 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"]
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 |
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 |