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.

License

License

Categories

Categories

ORM Data
GroupId

GroupId

edu.emory.mathcs
ArtifactId

ArtifactId

JTransforms
Last Version

Last Version

2.4
Release Date

Release Date

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

Project URL

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

Download JTransforms

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
2.4