Skip to content

FftSharp 1.0.7

Compare
Choose a tag to compare
@swharden swharden released this 22 Aug 00:36

Published on NuGet on 2020-08-21

  • Transform.FftMagnitude() and Transform.FftPower() now return an array of length N/2 + 1 instead of N/2 (#24) Thanks @paradigmn
  • Created FftSharp.Transform.RFFT() to return just the real component of a mirrored Complex array
  • Created FftSharp.Transform.Absolute() to convert Complex[] to double[]