X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=rf433rcv%2Fpc%2Fdata2sample.pl;h=20ae4604be63de8ccb042fd71d6e3cc4a66d1ebe;hb=718442a4390b70ef4b961333472d26911ea91ff4;hp=26900125313b7823086ff1cec27368ef914b01d1;hpb=424193cb1859de0ef4904edef45d6d021e9d3588;p=svn42.git diff --git a/rf433rcv/pc/data2sample.pl b/rf433rcv/pc/data2sample.pl index 2690012..20ae460 100755 --- a/rf433rcv/pc/data2sample.pl +++ b/rf433rcv/pc/data2sample.pl @@ -6,7 +6,6 @@ my @input= split //,<>; print 1 x $base; print 0 x (31 * $base); - for my $current (@input) { if ($current) @@ -18,3 +17,4 @@ for my $current (@input) print 0 x (3*$base); } } +