KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
numo-fftw
★ 9
Open GitHub ↗
FFTW interface for Ruby/Numo
Download README (.md)
Explore Similar Repositories
iOSAPP
:
自用oc框架
Binary-Hyperdimensional-Computing-Trade-offs-in-Choice-of-Density-and-Mapping
:
No description available.
PlayMarket-2.0-Contracts
:
Smart contracts of DAO PlayMarket 2.0 platform
bnpsd
:
R package to model and simulate admixed populations
cloudhospitalframe
:
云HIS框架
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
numo-fftw
?
Download (.md)
# Numo::FFTW FFTW3 interface for Ruby/Numo::NArray. Under development. [GitHub site](https://github.com/ruby-numo/numo-fftw) | [RubyGems](https://rubygems.org/gems/numo-fftw) ## [Numo::FFTW API Document](https://ruby-numo.github.io/fftw/yard/Numo/FFTW.html) ## FFTW * FFTW is a C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbitrary input size, and of both real and complex data. * [FFTW site](http://www.fftw.org/) ## Installation * Install [FFTW3](http://www.fftw.org/) * Install [Numo::NArray](https://github.com/ruby-numo/narray) * Install Numo::FFTW : ```shell $ gem install numo-fftw ```