Skip to content

FftSharp 2.0

Compare
Choose a tag to compare
@swharden swharden released this 17 May 03:09
· 29 commits to main since this release
6f341bb

This new major version does not make breaking changes, but does mark many common methods Obsolete with messages that indicate the classes to use instead.

Major changes

  • Methods accept System.Numerics.Complex[] instead of FftSharp.Complex[] (#61)
  • FftSharp.FFT.Forward() is used instead of FftSharp.Transform.FFT()
  • FftSharp.FFT.Magnitude() is used instead of FftSharp.Transform.FFTmagnitude()
  • FftSharp.FFT.Power() is used instead of FftSharp.Transform.FFTpower()
  • FftSharp.FFT.FrequencyScale() is used instead of FftSharp.Transform.FFTfreq()

Minor Changes

  • Added FftSharp.FFT.Phase() (#58)
  • Improved support for FFT analysis of small arrays (#62)