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.

License

License

GroupId

GroupId

com.github.hageldave.ezfftw
ArtifactId

ArtifactId

ezfftw
Last Version

Last Version

0.1.2
Release Date

Release Date

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

How to add to project

<!-- 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.

Versions

Version
0.1.2
0.1.1
0.1.0
0.0.9