rectWindow function
Implementation
Float32List rectWindow(int length, {bool periodic = true}) =>
generateWindow(length, type: WindowType.rect, periodic: periodic);
Float32List rectWindow(int length, {bool periodic = true}) =>
generateWindow(length, type: WindowType.rect, periodic: periodic);