J

JTransforms

JTransforms is the first, open source, multithreaded FFT library written in pure Java. Currently, four types of transforms are available: Discrete Fourier Transform (DFT), Discrete Cosine Transform (DCT), Discrete Sine Transform (DST) and Discrete Hartley Transform (DHT). The code is derived from General Purpose FFT Package written by Takuya Ooura and from Java FFTPack written by Baoshe Zhang. This version has been modified to daemonize threads and stop any application using the library waiting after execution has finished, and is based on revision 29 of the svn version of the code from 2014-05-18.
https://sites.google.com/site/piotrwendykier/software/jtransforms
MPL 2.0
Piotr Wendykier
文件下载
文件名 操作
JTransforms-1.3.10.jar 下载
JTransforms-1.3.10.pom 下载
JTransforms-1.3.10-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.openimaj</groupId>
  <artifactId>JTransforms</artifactId>
  <version>1.3.10</version>
</dependency>
Gradle Groovy
implementation 'org.openimaj:JTransforms:1.3.10'
Gradle Kotlin
implementation("org.openimaj:JTransforms:1.3.10")
Scala SBT
libraryDependencies += "org.openimaj" % "JTransforms" % "1.3.10"
Groovy Grape
@Grapes(
  @Grab(group='org.openimaj', module='JTransforms', version='1.3.10')
)
Apache Ivy
<dependency org="org.openimaj" name="JTransforms" rev="1.3.10" />
Leiningen
[org.openimaj/JTransforms "1.3.10"]
Apache Buildr
'org.openimaj:JTransforms:jar:1.3.10'