Peak to Peak Ripple
View file | ||||
---|---|---|---|---|
|
Taking the lowest and highest values
Code Block | ||
---|---|---|
| ||
cat output_fast.txt | sort | sed -n '1p;$p' |
We take the difference and then convert it to a voltagemathinline
Code Block |
---|
...
( (211776 - |
...
207842) * 4.092 ) / (2^24) * 1000 * 1000 = 959.51128 uV = ~1mV |