Skip to content

FftSharp 2.1

Latest
Compare
Choose a tag to compare
@swharden swharden released this 22 Aug 00:29
· 3 commits to main since this release
ba2edb3
  • FFT: Added InverseReal() methods (#74, #71) Thanks @gsgou and @FrankHileman
  • Window: Added HammingPeriodic and HanningPeriodic windows (#76, #75) Thanks @gsgou
  • IWindow: Added IsSymmetric property (#76)
  • FFT: Fixed ForwardReal() overload that accepts System.Numerics.Complex[] (#78, #73) Thanks @FrankHileman
  • FFT: Added FftShift() method (#69, #68) Thanks @MV10
  • Experimental: Added Bluestein() for calculating FFT of data whose length is not a power of 2 (#77) Thanks @gsgou