FftSharp 1.0.5
Published on NuGet on 2020-06-11
- The
Window
module now hasGetWindowNames()
andGetWindowByName()
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 thePad
module and has additional overloads so it can work onComplex[]
anddouble[]
#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 immutableSytem.Numerics.Complex