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.
|
123456 |
- #!/bin/bash
-
- for i in "$@"; do
- nilmtool create /lees-compressor/no-leak/raw/$((4**$i)) float32_18
- /usr/bin/time -v nilm-decimate /lees-compressor/no-leak/raw/$((4**($i-1))) /lees-compressor/no-leak/raw/$((4**$i))
- done
|