Peak to Peak Ripple
Taking the lowest and highest values
cat output.txt | sort | sed -n '1p;$p'
We take the difference and then convert it to a voltage
Taking the lowest and highest values
cat output.txt | sort | sed -n '1p;$p'
We take the difference and then convert it to a voltage