summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2013-04-02 15:07:27 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2013-04-02 15:07:27 -0400
commit5e5d1b450bd584c84b85b8c204a09fa899416ec3 (patch)
treef31525b577e872e38e717b562e00de9f7faa3d8f /globals.h
parent1a9a1de2b2635e67998ad5a07ed0e4dbb5cbe474 (diff)
implemented basic attenuator range function (but not in cal funcs)
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/globals.h b/globals.h
index 52cf1fc..cfc17b5 100644
--- a/globals.h
+++ b/globals.h
@@ -702,6 +702,10 @@ typedef struct {
float attenuators[max_channels][max_attens]; // addr 10070
// smallest attenuators first
+ // value = magnitude of attenuation.
+ // for example, for 20 dB, use 10.0
+ // for 15 dB, use 5.62
+ // for 10 dB, use 3.16
char spare_end;