All Projects → fortran-lang → fftpack

fortran-lang / fftpack

Licence: other
Double precision version of fftpack

Programming Languages

fortran
972 projects
Makefile
30231 projects

Projects that are alternatives of or similar to fftpack

dsp-theory
Theory of digital signal processing (DSP): signals, filtration (IIR, FIR, CIC, MAF), transforms (FFT, DFT, Hilbert, Z-transform) etc.
Stars: ✭ 643 (+1361.36%)
Mutual labels:  fast-fourier-transform, fft
ooura
Javascript port of Ooura FFT implementation
Stars: ✭ 23 (-47.73%)
Mutual labels:  fast-fourier-transform, fft
intfftk
Fully pipelined Integer Scaled / Unscaled Radix-2 Forward/Inverse Fast Fourier Transform (FFT) IP-core for newest Xilinx FPGAs (Source language - VHDL / Verilog). GNU GPL 3.0.
Stars: ✭ 43 (-2.27%)
Mutual labels:  fast-fourier-transform, fft
pffft
A fork of Julien Pommier's Pretty Fast FFT (PFFFT) library, with several additions
Stars: ✭ 149 (+238.64%)
Mutual labels:  fft, fft-library
math
Useful m-scripts for DSP (CIC, FIR, FFT, Fast convolution, Partial Filters etc.)
Stars: ✭ 15 (-65.91%)
Mutual labels:  fast-fourier-transform, fft
DTMF-Decoder
A Java program to implement a DMTF Decoder.
Stars: ✭ 28 (-36.36%)
Mutual labels:  fast-fourier-transform, fft
Ffsubsync
Automagically synchronize subtitles with video.
Stars: ✭ 5,167 (+11643.18%)
Mutual labels:  fast-fourier-transform, fft
susa
High Performance Computing (HPC) and Signal Processing Framework
Stars: ✭ 55 (+25%)
Mutual labels:  fft
BurstFFT
FFT implementation in C# optimized for Unity's Burst compiler
Stars: ✭ 90 (+104.55%)
Mutual labels:  fft
lsp-dsp-lib
DSP library for signal processing
Stars: ✭ 37 (-15.91%)
Mutual labels:  fft
Gosl
Linear algebra, eigenvalues, FFT, Bessel, elliptic, orthogonal polys, geometry, NURBS, numerical quadrature, 3D transfinite interpolation, random numbers, Mersenne twister, probability distributions, optimisation, differential equations.
Stars: ✭ 1,629 (+3602.27%)
Mutual labels:  fast-fourier-transform
tinyspec-cling
tiny spectral synthesizer with livecoding support
Stars: ✭ 31 (-29.55%)
Mutual labels:  fft
drop
A LÖVE visualizer and music player
Stars: ✭ 17 (-61.36%)
Mutual labels:  fft
unity-music-visualizer
Basic music visualization project for Unity.
Stars: ✭ 39 (-11.36%)
Mutual labels:  fft
unicorn-fft
Audio visualization on the Unicorn Hat using FFTW
Stars: ✭ 36 (-18.18%)
Mutual labels:  fft
FFTVisualizer
This project demonstrates DSP capabilities of Terasic DE2-115
Stars: ✭ 17 (-61.36%)
Mutual labels:  fft
fmcw-RADAR
[mmWave based fmcw radar design files] based on AWR1843 chip operating at 76-GHz to 81-GHz.
Stars: ✭ 41 (-6.82%)
Mutual labels:  fft
BDMatch
An automatic subtitle shifter from a video to another. 将字幕由一个视频匹配到另一个的自动时间轴平移工具。
Stars: ✭ 44 (+0%)
Mutual labels:  fft
gqrx
Software defined radio receiver powered by GNU Radio and Qt.
Stars: ✭ 2,345 (+5229.55%)
Mutual labels:  fft
dsp
DSP and filtering library
Stars: ✭ 36 (-18.18%)
Mutual labels:  fft

FFTPACK

A package of fortran subprograms for the fast fourier transform of periodic and other symmetric sequences.

Actions Status Actions Status

Getting started

Get the code

git clone https://github.com/fortran-lang/fftpack.git
cd fftpack

Build with fortran-lang/fpm

Fortran Package Manager (fpm) is a package manager and build system for Fortran.
You can build using provided fpm.toml:

fpm build
fpm test --list
fpm test <test_name, see `fpm.toml` or list>

To use fftpack within your fpm project, add the following to your fpm.toml file:

[dependencies]
fftpack = { git="https://github.com/fortran-lang/fftpack.git" }

Build with Make

Alternatively, you can build using provided Makefile:

make

Links

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].