Root/usrp/sps/norm

Source at commit ac710d0de437e2292a94498c38339d8d978adbee created 6 years 7 months ago.
By Werner Almesberger, web/index.html: update shop links; status table; link to ATUSB schematics
1#!/usr/bin/perl
2
3for ($n = 0; <>; $n++) {
4    if ($_ > $ym || !defined $ym) {
5        $xm = $n;
6        chop($ym = $_);
7    }
8}
9
10print "$xm $ym $n\n";
11

Archive Download this file



interactive