/* * Copyright (c) 1991 Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms are permitted * provided that the above copyright notice and this paragraph are * duplicated in all such forms and that any documentation, * advertising materials, and other materials related to such * distribution and use acknowledge that the software was developed * by the University of California, Lawrence Berkeley Laboratory, * Berkeley, CA. The name of the University may not be used to * endorse or promote products derived from this software without * specific prior written permission. * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ static const char rcsid[] = "@(#) $Header: tonetab.c,v 1.2 96/03/16 13:12:54 van Exp $ (LBL)"; /* * Tone tables for the various tone generator modes. */ const unsigned char tonemax[] = { 141, 130, 130, 141, 255, 13, 2, 2, 13, 255, 141, 130, 130, 141, 255, 13, 2, 2, 13, 255, 141, 130, 130, 141, 255, 13, 2, 2, 13, 255, 141, 130, 130, 141, 255, 13, 2, 2, 13, 255, 141, 130, 130, 141, 255, 13, 2, 2, 13, 255, 141, 130, 130, 141, 255, 13, 2, 2, 13, 255, 141, 130, 130, 141, 255, 13, 2, 2, 13, 255, 141, 130, 130, 141, 255, 13, 2, 2, 13, 255, 141, 130, 130, 141, 255, 13, 2, 2, 13, 255, 141, 130, 130, 141, 255, 13, 2, 2, 13, 255, 141, 130, 130, 141, 255, 13, 2, 2, 13, 255, 141, 130, 130, 141, 255, 13, 2, 2, 13, 255, 141, 130, 130, 141, 255, 13, 2, 2, 13, 255, 141, 130, 130, 141, 255, 13, 2, 2, 13, 255, 141, 130, 130, 141, 255, 13, 2, 2, 13, 255, 141, 130, 130, 141, 255, 13, 2, 2, 13, 255, }; const unsigned char tone0dBm[] = { 165, 154, 154, 165, 255, 37, 26, 26, 37, 255, 165, 154, 154, 165, 255, 37, 26, 26, 37, 255, 165, 154, 154, 165, 255, 37, 26, 26, 37, 255, 165, 154, 154, 165, 255, 37, 26, 26, 37, 255, 165, 154, 154, 165, 255, 37, 26, 26, 37, 255, 165, 154, 154, 165, 255, 37, 26, 26, 37, 255, 165, 154, 154, 165, 255, 37, 26, 26, 37, 255, 165, 154, 154, 165, 255, 37, 26, 26, 37, 255, 165, 154, 154, 165, 255, 37, 26, 26, 37, 255, 165, 154, 154, 165, 255, 37, 26, 26, 37, 255, 165, 154, 154, 165, 255, 37, 26, 26, 37, 255, 165, 154, 154, 165, 255, 37, 26, 26, 37, 255, 165, 154, 154, 165, 255, 37, 26, 26, 37, 255, 165, 154, 154, 165, 255, 37, 26, 26, 37, 255, 165, 154, 154, 165, 255, 37, 26, 26, 37, 255, 165, 154, 154, 165, 255, 37, 26, 26, 37, 255, }; const unsigned char tone6dBm[] = { 179, 169, 169, 179, 255, 51, 41, 41, 51, 255, 179, 169, 169, 179, 255, 51, 41, 41, 51, 255, 179, 169, 169, 179, 255, 51, 41, 41, 51, 255, 179, 169, 169, 179, 255, 51, 41, 41, 51, 255, 179, 169, 169, 179, 255, 51, 41, 41, 51, 255, 179, 169, 169, 179, 255, 51, 41, 41, 51, 255, 179, 169, 169, 179, 255, 51, 41, 41, 51, 255, 179, 169, 169, 179, 255, 51, 41, 41, 51, 255, 179, 169, 169, 179, 255, 51, 41, 41, 51, 255, 179, 169, 169, 179, 255, 51, 41, 41, 51, 255, 179, 169, 169, 179, 255, 51, 41, 41, 51, 255, 179, 169, 169, 179, 255, 51, 41, 41, 51, 255, 179, 169, 169, 179, 255, 51, 41, 41, 51, 255, 179, 169, 169, 179, 255, 51, 41, 41, 51, 255, 179, 169, 169, 179, 255, 51, 41, 41, 51, 255, 179, 169, 169, 179, 255, 51, 41, 41, 51, 255, };