From f38ec23e601e11e51f5559958d025a22b1136f61 Mon Sep 17 00:00:00 2001 From: "Terry Embry, KJ4EED" Date: Wed, 26 Nov 2008 22:16:00 +0000 Subject: [PATCH] 16 data points for S Meter Calibration git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2479 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- yaesu/ft950.h | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/yaesu/ft950.h b/yaesu/ft950.h index e36c4ed3a..f9f4f650e 100644 --- a/yaesu/ft950.h +++ b/yaesu/ft950.h @@ -8,7 +8,7 @@ * via serial interface to an FT-950 using the "CAT" interface * * - * $Id: ft950.h,v 1.2 2008-11-01 22:39:07 fillods Exp $ + * $Id: ft950.h,v 1.3 2008-11-26 22:16:00 mrtembry Exp $ * * * This library is free software; you can redistribute it and/or @@ -68,11 +68,24 @@ RIG_OP_TO_VFO|RIG_OP_FROM_VFO) /* TBC */ -#define FT950_STR_CAL { 3, \ +#define FT950_STR_CAL { 16, \ { \ - { 10, -60 }, /* S0 */ \ - { 125, 0 }, /* S9 */ \ - { 240, 60 } /* +60 */ \ + { 0, -54 }, /* S0 */ \ + { 12, -48 }, /* S1 */ \ + { 27, -42 }, /* S2 */ \ + { 40, -36 }, /* S3 */ \ + { 55, -30 }, /* S4 */ \ + { 65, -24 }, /* S5 */ \ + { 80, -18 }, /* S6 */ \ + { 95, -12 }, /* S7 */ \ + { 112, -6 }, /* S8 */ \ + { 130, 0 }, /* S9 */ \ + { 150, 10 }, /* +10 */ \ + { 172, 20 }, /* +20 */ \ + { 190, 30 }, /* +30 */ \ + { 220, 40 }, /* +40 */ \ + { 240, 50 }, /* +50 */ \ + { 255, 60 }, /* +60 */ \ } }