spectrum-analyzer 1.2.3

A simple and fast `no_std` library to get the frequency spectrum of a digital signal (e.g. audio) using FFT. It follows the KISS principle and consists of simple building blocks/optional features.
Documentation

spectrum-analyzer

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 6 feature flags, 3 of them enabled by default.

default

  • microfft-real

microfft-real

  • microfft

microfft

    This feature flag does not enable additional features.

rustfft-complex

  • rustfft

microfft-complex

  • microfft

rustfft

    This feature flag does not enable additional features.