You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FftSharp.Bluestein now has Forward() and Inverse() methods for calculating DFT using Bluestein's chirp z-transform algorithm for arrays of any length (#77) @gsgou
FftSharp.DFT has Forward() and Inverse() methods for calculating DFT (simply but inefficiently) moved out of the Experimental class
Updated tests, documentation, and demo application to use ScottPlot 5 (https://ScottPlot.net)
Removed FftSharp.Complex and related methods which have been marked Obsolete for over a year. All methods now use System.Numerics.Complex