Root/usrp/sps/norm

Source at commit 805db6ebf5d80692158acadf88e239da9d3e67af created 6 years 3 months ago.
By Stefan Schmidt, fw/atusb: add extra steps needed for HULUSB in README
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