Add description to noise.
Cat's Eye Technologies
13 years ago
2 | 2 | # noise[.pl] v2001.0622 Chris Pressey |
3 | 3 | # Fairly realistic line noise simulator. |
4 | 4 | # Usage: [perl] noise[.pl] [average-long-delay-in-seconds] & |
5 | ||
6 | # `noise` is a tiny utility whose purpose is to simulate line noise -- those | |
7 | # random bursts of static that occur when communicating with a non-error- | |
8 | # correcting modem over an unreliable phone line. Start it up in the | |
9 | # background and keep working at your shell prompt -- or, keep *trying* to! | |
5 | 10 | |
6 | 11 | # As of May 21 2012, this source is hereby placed in the public domain. |
7 | 12 |