Root/usrp/sps/norm

Source at commit 07b5bfddc052ab98a23cc55c060d07e037f35aae created 6 years 9 months ago.
By Werner Almesberger, atusb/atrf.sch: move invisible footprint test, to avoid confusing eeshow
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