| License |
License |
|---|---|
| GroupId | GroupIdcom.github.psambit9791 |
| ArtifactId | ArtifactIdjdsp |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| 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-1.0.0.pom | |
| jdsp-1.0.0.jar | 34 KB |
| jdsp-1.0.0-sources.jar | 25 KB |
| jdsp-1.0.0-javadoc.jar | 126 KB |
| Browse |
<!-- 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"]
| 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 |
| 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 |