Last Version

ezFFTW 0.1.2

The ezFFTW artifact provides methods for executing Fast Fourier Transforms. It wraps parts of the FFTW javacpp preset by bytedeco, which provides native bindings to the FFTW library. The purpose of this artifact is to provide an easy to use interface for executing FFTs.

License

License

GroupId

GroupId

com.github.hageldave.ezfftw
ArtifactId

ArtifactId

ezfftw
Version

Version

0.1.2
Type

Type

jar
Description

Description

ezFFTW
The ezFFTW artifact provides methods for executing Fast Fourier Transforms. It wraps parts of the FFTW javacpp preset by bytedeco, which provides native bindings to the FFTW library. The purpose of this artifact is to provide an easy to use interface for executing FFTs.
Project URL

Project URL

https://github.com/hageldave/ezFFTW
Source Code Management

Source Code Management

https://github.com/hageldave/ezFFTW.git

Download ezfftw 0.1.2


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

Dependencies

compile (1)

Group / Artifact Type Version
org.bytedeco.javacpp-presets : fftw-platform jar 3.3.7-1.4

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.