Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruby-numo/numo-ffte
FFTE interface for Ruby/Numo::NArray
https://github.com/ruby-numo/numo-ffte
fft ffte narray numo ruby ruby-numo
Last synced: 2 months ago
JSON representation
FFTE interface for Ruby/Numo::NArray
- Host: GitHub
- URL: https://github.com/ruby-numo/numo-ffte
- Owner: ruby-numo
- License: other
- Created: 2016-05-04T10:55:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-18T09:15:15.000Z (almost 7 years ago)
- Last Synced: 2024-08-04T01:11:50.493Z (5 months ago)
- Topics: fft, ffte, narray, numo, ruby, ruby-numo
- Language: C
- Homepage:
- Size: 145 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- data-science-with-ruby - numo-ffte
README
# FFTE interface for Ruby with Numo::NArray
## FFTE
* Package to compute Discrete Fourier Transforms of
1-, 2- and 3- dimensional sequences of length (2^p)*(3^q)*(5^r),
developed by Prof. Daisuke Takahashi at University of Tsukuba.
* FFTE site: [FFTE web site](http://www.ffte.jp/)## Ruby wrapper
* [GitHub site](https://github.com/ruby-numo/numo-ffte)
* [Tentative API Document](http://ruby-numo.github.io/ffte/yard/frames.html)## Installation
* FORTRAN compiler is required to build FFTE (gfortran, etc).
* Install [Numo::NArray](https://github.com/ruby-numo/narray)
* Install Numo::FFTE:
```shell
$ git clone git://github.com/ruby-numo/numo-ffte.git
$ cd ffte
$ rake build
$ gem install pkg/numo-ffte-*.gem
```## License
FFTE License:
```
Copyright(C), 2000-2004, 2008-2014, Daisuke Takahashi
You may use, copy, modify this code for any purpose (include
commercial use) and without fee.
You may distribute this ORIGINAL package.
```