| void ApplyWindow(float[] samples, Window left, Window right, int start, int splitter, int end)Apply a custom window function on part of a signal.Visibility | Public | Modifiers | static |
Parametersfloat[] samples | Signal to window | Window left | Window function left from the marker | Window right | Window function right from the marker | int start | Beginning of the window in samples | int splitter | The point where the two window functions change | int end | End of the window in samples |
|