All Projects → 0x09 → dspfun

0x09 / dspfun

Licence: MIT license
Set of *nix utilities for experimentation and learning about spectral analysis of images

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to dspfun

Fourier-and-Images
Fourier and Images
Stars: ✭ 81 (+285.71%)
Mutual labels:  signal-processing, fourier-series, fourier-analysis
computer-vision-notebooks
👁️ An authorial set of fundamental Python recipes on Computer Vision and Digital Image Processing.
Stars: ✭ 89 (+323.81%)
Mutual labels:  signal-processing, digital-signal-processing
RTspice
A real-time netlist based audio circuit plugin
Stars: ✭ 51 (+142.86%)
Mutual labels:  signal-processing, digital-signal-processing
DTMF-Decoder
A Java program to implement a DMTF Decoder.
Stars: ✭ 28 (+33.33%)
Mutual labels:  signal-processing, digital-signal-processing
Audio Signal Processing
Audio or speech signal processing guide.
Stars: ✭ 45 (+114.29%)
Mutual labels:  signal-processing, digital-signal-processing
RpiANC
Active Noise Control on Raspberry Pi
Stars: ✭ 49 (+133.33%)
Mutual labels:  signal-processing, digital-signal-processing
Rustfft
A mixed-radix FFT library written in pure Rust
Stars: ✭ 183 (+771.43%)
Mutual labels:  signal-processing
pose-estimation-3d-with-stereo-camera
This demo uses a deep neural network and two generic cameras to perform 3D pose estimation.
Stars: ✭ 40 (+90.48%)
Mutual labels:  signal-processing
Brainflow
BrainFlow is a library intended to obtain, parse and analyze EEG, EMG, ECG and other kinds of data from biosensors
Stars: ✭ 170 (+709.52%)
Mutual labels:  signal-processing
Signals And Systems Lecture
Continuous- and Discrete-Time Signals and Systems - Theory and Computational Examples
Stars: ✭ 166 (+690.48%)
Mutual labels:  signal-processing
FScape-next
Audio rendering software, based on UGen graphs. Issue tracker: https://codeberg.org/sciss/FScape-next/issues
Stars: ✭ 13 (-38.1%)
Mutual labels:  signal-processing
ooura
Javascript port of Ooura FFT implementation
Stars: ✭ 23 (+9.52%)
Mutual labels:  signal-processing
Iir1
IIR realtime filter library written in C++
Stars: ✭ 224 (+966.67%)
Mutual labels:  signal-processing
Tftb
A Python module for time-frequency analysis
Stars: ✭ 185 (+780.95%)
Mutual labels:  signal-processing
spectrum-analyzer
A real-time spectrum analysis VST plugin
Stars: ✭ 92 (+338.1%)
Mutual labels:  signal-processing
Pycbc
Core package to analyze gravitational-wave data, find signals, and study their parameters. This package was used in the first direct detection of gravitational waves (GW150914), and is used in the ongoing analysis of LIGO/Virgo data.
Stars: ✭ 177 (+742.86%)
Mutual labels:  signal-processing
Apollo
Apollo is a Open-Source music player for playback and organization of audio files on Microsoft Windows, built using Python.
Stars: ✭ 13 (-38.1%)
Mutual labels:  signal-processing
Audio Reactive Led Strip
🎵 🌈 Real-time LED strip music visualization using Python and the ESP8266 or Raspberry Pi
Stars: ✭ 2,217 (+10457.14%)
Mutual labels:  signal-processing
Moogladders
🔉 Collected C++ implementations of the classic 4-pole moog ladder filter
Stars: ✭ 211 (+904.76%)
Mutual labels:  signal-processing
flirt
Are you ready to FLIRT with your wearable data?
Stars: ✭ 41 (+95.24%)
Mutual labels:  digital-signal-processing

DSP Funbox - Set of *nix utilities for experimentation and learning about spectral analysis of images.

dspfun

Overview

  • spec - Generate DCT spectrums for viewing or invertible spectrums for editing in a regular image editor.
  • motion - 3-dimensional frequency-space editor for video.
  • applybasis - Tools for working with basis functions of a variety of 2D transforms.
  • zoom - Interpolate images against a cosine basis.
  • scan - Progressively reconstruct images using various frequency space scans.

See subprojects for respective READMEs.

Dependencies

Most tools in this framework depend on FFTW, ImageMagick, and/or FFmpeg.

Building

Running

make

From the top level will build each project.

TODO

Lots and lots of documentation.

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