diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2013-04-02 15:07:27 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2013-04-02 15:07:27 -0400 |
commit | 5e5d1b450bd584c84b85b8c204a09fa899416ec3 (patch) | |
tree | f31525b577e872e38e717b562e00de9f7faa3d8f /globals.h | |
parent | 1a9a1de2b2635e67998ad5a07ed0e4dbb5cbe474 (diff) |
implemented basic attenuator range function (but not in cal funcs)
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; |