summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorroot <root@avtech.domain.avtechpulse.com>1970-01-01 10:08:59 +0900
committerroot <root@avtech.domain.avtechpulse.com>1970-01-01 10:08:59 +0900
commit0776239b5a5dca3382fa0dd3e4b9b8f4a7400d18 (patch)
treebef521e01b3684365b2b1c4ed1ded8a5900129a1 /globals.h
parent52ab11e9bdac98d7c8ea0111d92118325da7f4b3 (diff)
add PW distortion for AVR-E, AVIR, AVL. 0% at max amplitude, 100% below set valueINSTRUMENT_6_2_11b
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/globals.h b/globals.h
index 58b6fb7..234b505 100644
--- a/globals.h
+++ b/globals.h
@@ -614,7 +614,8 @@ typedef struct {
float max_duty_mid2[max_channels]; /* addr 8094 */
float duty_ampl_mid2[max_channels]; /* addr 8102 */
- char spare_char[288]; /* 8110 */
+ float distort_fully_below_ampl[max_channels]; /* addr 8110 - used with pulse_width_pol_tweak, see S/N 13453 */
+ char spare_char[280]; /* 8118 */
float current_limit_pulse_mode[max_channels]; /* 8398 */
float current_limit_dc_mode[max_channels]; /* 8406 */