You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

decimate-it.sh 226 B

123456
  1. #!/bin/bash
  2. for i in "$@"; do
  3. nilmtool create /lees-compressor/no-leak/raw/$((4**$i)) float32_18
  4. /usr/bin/time -v nilm-decimate /lees-compressor/no-leak/raw/$((4**($i-1))) /lees-compressor/no-leak/raw/$((4**$i))
  5. done