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