Skip to content

FftSharp 1.0.5

Compare
Choose a tag to compare
@swharden swharden released this 12 Jun 03:29

Published on NuGet on 2020-06-11

  • The Window module now has GetWindowNames() and GetWindowByName() to make it easy to populate a drop-down menu with a list of windows, then generate the window data from that name alone #18
  • the ZeroPad() method moved into the Pad module and has additional overloads so it can work on Complex[] and double[] #17
  • new FFTmagnitude() method returns normalized FFT magnitude
  • FFTpower() arguments are simplified and returned data is now properly normalized
  • A FftSharp.Complex mutable datatype was created to replace the immutable Sytem.Numerics.Complex