coe property

List<double> coe
getter/setter pair

Implementation

late List<double> coe = List.filled(windowLen, 1 / windowLen);