public DataVector32 Sifft(WindowFunction32 window) { Unwrap(DataVector32Native.WindowedCustomSifft(_native, CallCustomWindow, window, window.IsSymmetric)); return(this); }
public DataVector32 UnapplyWindow(WindowFunction32 window) { Unwrap(DataVector32Native.UnpplyCustomWindow(_native, CallCustomWindow, window, window.IsSymmetric)); return(this); }