Showing 139 open source projects for "fft"

View related business solutions
  • Earn up to 15% annual interest with Nexo. Icon
    Earn up to 15% annual interest with Nexo.

    Let your crypto work for you

    Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • Earn up to 15% annual interest with Nexo. Icon
    Earn up to 15% annual interest with Nexo.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 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
    reverse-SynthID

    reverse-SynthID

    Reverse engineering Gemini's SynthID detection

    Reverse-SynthID is a research-focused project that analyzes and reverse-engineers Google’s SynthID watermarking system used in AI-generated images. It leverages signal processing and spectral analysis techniques to identify hidden watermark patterns without access to proprietary encoding methods. The project introduces a multi-resolution “SpectralCodebook” that maps watermark characteristics across different image sizes. Using this approach, it can detect SynthID watermarks with high...
    Downloads: 7 This Week
    Last Update:
    See Project
  • One platform for global hiring and contractor management. Icon
    One platform for global hiring and contractor management.

    For mid-sized companies hiring independent contractors

    TFY unifies applicant tracking, team onboarding, compliance, contractor payments, and billing automation in a single, powerful platform, eliminating the need for multiple disconnected tools.
    Learn More
  • 5
    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: 5 This Week
    Last Update:
    See Project
  • 6
    FFT_Bitmap

    FFT_Bitmap

    FFT for bitmap graphics

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

    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: 66 This Week
    Last Update:
    See Project
  • 8
    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: 8 This Week
    Last Update:
    See Project
  • 9
    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
  • Create and manage the email signature you need Icon
    Create and manage the email signature you need

    For companies and organizations that need an email signature solution

    With WiseStamp it’s easy to unify your brand and turn your emails into a powerful marketing tool. Get the most out of your emails with a professionally designed custom email signature.
    Learn More
  • 10
    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: 1,727 This Week
    Last Update:
    See Project
  • 11

    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: 0 This Week
    Last Update:
    See Project
  • 12
    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: 8,334 This Week
    Last Update:
    See Project
  • 13
    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,679 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: 6 This Week
    Last Update:
    See Project
  • 15
    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: 47 This Week
    Last Update:
    See Project
  • 16
    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: 8 This Week
    Last Update:
    See Project
  • 17
    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: 0 This Week
    Last Update:
    See Project
  • 18
    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: 1 This Week
    Last Update:
    See Project
  • 19
    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: 67 This Week
    Last Update:
    See Project
  • 20
    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: 4 This Week
    Last Update:
    See Project
  • 21

    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
  • 22
    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
  • 23
    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: 17 This Week
    Last Update:
    See Project
  • 24
    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
  • 25
    Statistics101 - Resampling Statistics

    Statistics101 - Resampling Statistics

    Use simulation to perform statistical analyses.

    Statistics101 is an Integrated Development Environment (IDE) that uses a simple, powerful language called “Resampling Stats” to develop Monte Carlo programs to analyze and solve statistical problems. The original Resampling Stats language and computer program were developed by Dr. Julian Simon and Peter Bruce as a new way to teach Statistics to social science students. Of course, social science students aren't the only ones who can benefit. Anyone who wants to learn statistics will find that...
    Downloads: 2 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB