#!/bin/sh

if [ $# -ne 1 ]
then
	echo "usage: $0 module"
	exit
fi

echo "delay estimation"
misII -f Delay_misII -t oct $1 | head -6 | tail -5
