FftSharp
FftSharp copied to clipboard
A .NET Standard library for computing the Fast Fourier Transform (FFT) of real or complex data
Great work on the library! I am processing a long piece of audio, cut up into segments for the FFTs. I noticed if the first segment is all zeros when...
I'm not sure where I need to go and what to implement in this repository. I see the QuickStart section, but just further confused me
I'm going to use IFFT "Spectrum length must be a power of two plus one" Please make an example
- Updated to dotnet 8 - Benchmarks added looking a the performance of the FFT and Bluestein methods
could be based on mathnet-numerics implementation: https://github.com/mathnet/mathnet-numerics/blob/master/src/Numerics/Providers/FourierTransform/ManagedFourierTransformProvider.Bluestein.cs#L252
It feels like half the methods in this library are marked obsolete The main culprit was our custom implementation of Complex #66 which was fixed about 3 months ago Pretty...
@swharden, Love your work across both this and other repos of yours such as ScottPlot, have used both extensively. I've been using FftSharp recently, and stumbled across what may potentially...
you may say yes it can be used in maui but how to read audio file? NAudio is not supported in MAUI as your demo
The FFT spectrum in the demo example doesn't resemble a realistic frequency spectrum. Is it possible to visualize audio similar to the FL Studio Parametric EQ, considering a logarithmic x-scale...