예제 #1
0
 public DataVector32 Sifft(WindowFunction32 window)
 {
     Unwrap(DataVector32Native.WindowedCustomSifft(_native, CallCustomWindow, window, window.IsSymmetric));
     return(this);
 }
예제 #2
0
 public DataVector32 UnapplyWindow(WindowFunction32 window)
 {
     Unwrap(DataVector32Native.UnpplyCustomWindow(_native, CallCustomWindow, window, window.IsSymmetric));
     return(this);
 }