Last Version

JTransforms 1.3.10

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.

License

License

Categories

Categories

ORM Data
GroupId

GroupId

org.openimaj
ArtifactId

ArtifactId

JTransforms
Version

Version

1.3.10
Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://sites.google.com/site/piotrwendykier/software/jtransforms
Project Organization

Project Organization

The University of Southampton

Download JTransforms 1.3.10


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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.