Registry / utility / ruby-fftw3

ruby-fftw3

JSON →
library1.0.2rbrubygemsunverified

Ruby interface to the FFTW3 library for Fast Fourier Transforms, supporting all FFT types and working with NArray.

gem install ruby-fftw3
INSTALL
IMPORT
SIG · RUBY-FFTW3
R
ruby-fftw3
utilityrubyv1.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FFTW3
require 'fftw3'

Performs a forward FFT on an NArray.

require 'fftw3' require 'narray' na = NArray.float(8).indgen! fft = FFTW3.fft(na, -1) # forward FFT
Debug
Known issues
gotchaRequires the FFTW3 C library to be installed separately.
fix
Install FFTW3 via system package manager (e.g., apt-get install libfftw3-dev).
affects: >= 1.0.0
Upgrade
Version history
1.0.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Resources
ruby-fftw3 — gem install ruby-fftw3 · libregistry