Showing 137 open source projects for "fft"

View related business solutions
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • Auth0 B2B Essentials: SSO, MFA, and RBAC Built In Icon
    Auth0 B2B Essentials: SSO, MFA, and RBAC Built In

    Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.

    Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
    Sign Up Free
  • 1
    golib

    golib

    Golang packages used in frp and fft

    ...By consolidating these pieces, the ecosystem around frp/fft benefits from consistent behavior and fewer bespoke dependencies. The code is released under the Apache-2.0 license, enabling broad adoption in both open and closed source contexts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    C++ FFT

    C++ radix 2 & 3 multi-dimension complex FFT & graphical test program

    This C++ code does radix 2 & 3 multi-dimension (any) complex FFT and its inverse. Array dimensions with sizes that are not 2^m 3^n are automatically zero-padded to the nearest larger size integer of the form 2^m 3^n. The new array has the original data centered, except when a dimension size is increased by an odd number, the zero padding on the left is one less than the zero padding on the right.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Compute Library

    Compute Library

    The Compute Library is a set of computer vision and machine learning

    The Compute Library is a set of computer vision and machine learning functions optimized for both Arm CPUs and GPUs using SIMD technologies. The library provides superior performance to other open-source alternatives and immediate support for new Arm® technologies e.g. SVE2.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    SuperCollider

    SuperCollider

    Audio server, programming language, and IDE for sound synthesis

    ...It features 400+ unit generators (“UGens”) for analysis, synthesis, and processing. Its granularity allows the fluid combination of many known and unknown audio techniques, moving between additive and subtractive synthesis, FM, granular synthesis, FFT, and physical modeling. You can write your own UGens in C++, and users have already contributed several hundred more to the sc3-plugins repository. sclang, an interpreted programming language. It is focused on sound, but not limited to any specific domain. sclang controls scsynth via Open Sound Control. You can use it for algorithmic composition and sequencing, finding new sound synthesis methods, connecting your app to external hardware.
    Downloads: 6 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    FFT_Bitmap

    FFT_Bitmap

    FFT for bitmap graphics

    Zweidimensionale DFT / FFT für Grafiken im Bitmapformat mit Filtereditor
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    AUDio MEasurement System

    PC based Oscilloscope and Spectrum analyzer using sound card

    AUDio MEasurement System - a multi-platfrom system for audio measurement through sound card in the PC. It contains: generator, oscilloscope, audio spectrum analyzer (FFT) and frequency sweep plot. Compiles and works under Linux, Windows and MacOS. Source code is available in "git" and as ZIP snapshot. For more information see README.md
    Leader badge
    Downloads: 65 This Week
    Last Update:
    See Project
  • 7
    PerfectSineWaves

    PerfectSineWaves

    Perfect and bit-perfect PCM encoded sine wave audio test tones

    ...Because most audio players don't loop cleanly, the included wave files contain enough complete patterns to play 2 minutes without looping. Every sinusoid in the file contains a whole number of cycles. This ensures clean looping and allows windowless FFT analysis. Each sinusoid in the file can have a unique phase and amplitude. The included wave file generation utility uses GNU MPFR library for extended precision floating point math and FFTW for verification. Output level is nearest possible to 0 dBTP without going over.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 8
    LineSpec (Demos)

    LineSpec (Demos)

    Demo apps for LineSpec audio recording / FFT library

    Demo apps for LineSpec. More example videos: https://vimeo.com/linespec Main goal of this project are keeping the demo applications up to date, fixing bugs and occasionally add new demo applications. The demo applications can be used as regular program, as well as a screen saver. Just rename accordingly (.exe -> .scr).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Gwyddion

    Gwyddion

    Scanning probe microscopy data visualisation and analysis

    A data visualization and processing tool for scanning probe microscopy (SPM, i.e. AFM, STM, MFM, SNOM/NSOM, ...) and profilometry data, useful also for general image and 2D data analysis.
    Leader badge
    Downloads: 2,116 This Week
    Last Update:
    See Project
  • Powerful App Monitoring Without Surprise Bills Icon
    Powerful App Monitoring Without Surprise Bills

    AppSignal starts at $23/month with all features included. No overages, no hidden fees. 30-day free trial.

    Tired of monitoring tools that punish you for scaling? AppSignal offers transparent, predictable pricing with every feature unlocked on every plan. Track errors, monitor performance, detect anomalies, and manage logs across Ruby, Python, Node.js, and more. Trusted by developers since 2012 with free dev-to-dev support. No credit card required to start your 30-day trial.
    Try AppSignal Free
  • 10

    AnalyRIM

    Spreadsheet/dbms

    Spreadsheet and DBMS which runs on terminals or terminal emulators (like gnome terminal, xterm, and many others). Buildable on Linux or windows+cygwin Added logic to make more space displayable (see aparms.inc or copies thereof). Many advanced functions, each cell can contain a program. Start with analyrimlinux.zip. Build with analy-install.shellscriipt
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    SAGA GIS
    SAGA - System for Automated Geoscientific Analyses - is a Geographic Information System (GIS) software with immense capabilities for geodata processing and analysis. SAGA is programmed in the object oriented C++ language and supports the implementation of new functions with a very effective Application Programming Interface (API). Functions are organised as modules in framework independent Module Libraries and can be accessed via SAGA’s Graphical User Interface (GUI) or various scripting...
    Leader badge
    Downloads: 6,962 This Week
    Last Update:
    See Project
  • 12
    Armadillo

    Armadillo

    fast C++ library for linear algebra & scientific computing

    * Fast C++ library for linear algebra (matrix maths) and scientific computing * Easy to use functions and syntax, deliberately similar to Matlab / Octave * Uses template meta-programming techniques to increase efficiency * Provides user-friendly wrappers for OpenBLAS, Intel MKL, LAPACK, ATLAS, ARPACK, SuperLU and FFTW libraries * Useful for machine learning, pattern recognition, signal processing, bioinformatics, statistics, finance, etc. * Downloads:...
    Leader badge
    Downloads: 2,903 This Week
    Last Update:
    See Project
  • 13
    NumeRe

    NumeRe

    Framework for numerical computations, data analysis and visualisation

    Curve fitting | Data analysis | Plotting | Matrix operations | FFT | Extensible framework | Multiple file formats | Programmable | Open source | Free for everyone NumeRe: Framework for Numerical Computation is a numerical framework written for Microsoft Windows(R) and released under the GNU GPL v3 for solving and visualizing mathematical and physical problems numerically. Keep simple things simple: You want to plot a sine function?
    Leader badge
    Downloads: 50 This Week
    Last Update:
    See Project
  • 14
    FFTW++ is a C++ header class for the FFTW Fast Fourier Transform library that automates memory allocation, alignment, planning, wisdom, and communication on both serial and parallel (OpenMP/MPI) architectures. In 2D and 3D, hybrid dealiasing of convolutions substantially reduces memory usage and computation time. Wrappers for C, Python, and Fortran are included.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    SAVA

    SAVA

    A Signal Acquisition, Visualization & Analysis software

    ...Supports data exporting/importing to multiple file formats (H5, CSV, Matlab, txt) Raw and analyzed data can be visualized and inspected in real-time or via playback. Most traditional signal processing methods are available, such as trending (Mean, Peak, Min/Max, RMS, Variance, Kurtosis, Skew, MAD) and frequency domain analysis (FFT, FRF, Order Spectrum). For machinery/rotor dynamics impact testing, tacho, order tracking, order spectra, waterfall plots, orbit plots and bode plots are supported.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16
    MagicBox Player
    Magic Box 🎶: The Open-Source Multimedia Player Magic Box is a versatile, custom-built media player for desktop environments, blending a classic interface with powerful, modern features. Developed in Python with PyQt5, it supports a wide range of audio and video formats. Key Features: Dynamic Visualizer: Features a real-time, custom FFT audio spectrum visualizer that monitors system loopback audio, providing vibrant, data-driven feedback (requires manual loopback setup like Stereo Mix/PulseAudio). IPTV/Streaming Ready: Easily load and manage M3U/M3U8 playlists for streaming live TV channels or individual online media streams. Compact Mini Mode: Switch to a Mini Player for a seamless, space-saving playback experience while you multitask. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 17
    PRICE - image filtering and manipulation

    PRICE - image filtering and manipulation

    Imaging application for GNUstep and MacOS

    PRICE: a high-quality image manipulation and enhancement application, also suitable as a multi-window image viewer. For GNUstep and Mac.
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    GeigerLog

    GeigerLog

    Python program for Geiger counters and Environmental Sensors

    ...GeigerLog reads data from devices, saves them to databases, prints to screen and plots as auto-updated, customizable graphs. Quality control using Statistics, Scatter, Poisson, FFT & Autocorrelation, and more. Gamma Spectra - can be displayed, calibrated, and evaluated in GeigerLog! The Raspberry Pi 4, 5 qualify as GeigerLog hosts.
    Leader badge
    Downloads: 73 This Week
    Last Update:
    See Project
  • 19
    Eleana

    Eleana

    Program for the analysis of spectroscopic data, in particular EPR(ESR)

    Eleana is a program for manipulating, modifying and analyzing various spectroscopic data, in particular electron paramagnetic resonance spectra. It allows you to import data from Bruker spectrometers such as Elexsys or EMX and data from any ASCII file or imported from the clipboard. The program is under constant development, but already has many functions implemented for spectral analysis. Some of the basic functions include: baseline corrections, filtering, spectral clipping, integration /...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20

    C++ Complex Calculator

    C++ complex calculator with arrays, matrices, eigenvectors, functions

    ...The Numerical Recipes routines zroots and laguer rewritten in C++ find the complex roots of a polynomial with complex coefficients. Exact quartic and cubic too. FFT that zero pads to 2^m 3^n, for dimensions up to 10.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    gr-acars

    gr-acars

    ACARS decoder for GNURadio, for RTL-SDR, PlutoSDR or UHD receivers.

    ...The latest 2022 release for GNU Radio 3.9 and 3,10, following 3.8 named ng for New Generation, aims at adding bitrate clock tracking + removes the external dependence with libfftw by using the GNU Radio FFT wrapper. Doing so, multiple ACARS decoding blocks can run in parallel. Compile for x86 PC with: cd 3.10ng mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr .. make -j4 sudo make install (developed and tested on Debian GNU/Linux) Compile for RaspberryPi4/Buildroot (located in BR_PATH): cmake -DCMAKE_INSTALL_PREFIX:PATH=$BR_PATH/output/target/usr -DCMAKE_TOOLCHAIN_FILE=$BR_PATH/output/host/share/buildroot/toolchainfile.cmake ../ make -j4 make install
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Image16

    Image16

    Image viewer/editor specialized in astrophotography 16bits processing

    ...Blurring (bilateral, threshold and chroma/luma). Unsharp Masking, Laplacian. Masked Undo. Curve Undo, LCE. CLAHE. SCNR. Wavelets decomposing and denoising. Lucy-Richardson and Wiener deconvolution. FFT contrasting/denoising. Uses Astrometry.net to platesolve images. Includes Bright Star Catalogue up to mag. 5 and Tycho 2 Catalogue up to mag. 12 allowing for Star B-V color data for color balancing plate solved images. Interfaces with ASCOM, G'MIC and Starnet++. Macros. EAA. Win>=7 and Linux+Wine>=7.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 23
    HanoiVM

    HanoiVM

    HanoiVM is a recursive, AI-augmented ternary virtual machine

    🚀 HanoiVM — Recursive Ternary Virtual Machine **HanoiVM** is a recursive, AI-augmented **ternary virtual machine** built on a symbolic base-81 architecture. It is the execution core of the **Axion + T81Lang** ecosystem, enabling stack-tier promotion, symbolic AI opcodes, and entropy-aware transformations across three levels of logic: - 🔹 `T81`: 81-bit operand logic (register-like) - 🔸 `T243`: Symbolic BigInt + FSM state logic - 🔺 `T729`: Tensor-based AI macros with semantic...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    MentoLiga

    MentoLiga

    Football/Soccer Leagues Manager

    Manages the Football/Soccer! Creates, Manages any type of leagues. Manage multiple leagues. Tracking the league round to round. Results, standings, scorers, assists, disciplinary, substitutions, minutes played, recoveries, injuries, own goals, results table, play off and betting. Easy Data Entry System. (Automatic and Multi-Selection) League statistics. Disciplinary statistics. Statistics x Match. Automatic or manual fixtures. Search Engine. Filters GK - DEF - MID -...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 25
    Advanced Trigonometry Calculator

    Advanced Trigonometry Calculator

    Precision Trigonometry: Advanced Calculator for Complex Math

    Advanced Trigonometry Calculator is equipped with a user-friendly interface that allows for easy input of problems and instant computation. Professionals such as engineers who need to perform advanced trigonometric calculations in their work will find this tool extremely useful. ATC Online Alpha: https://advantrigoncalc.sourceforge.io/atc/ More info by clicking below: https://advantrigoncalc.sourceforge.io/ Advanced Trigonometry Calculator was only and always only developed by...
    Leader badge
    Downloads: 5 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB