diff options
author | root <root@avtech.domain.avtechpulse.com> | 1970-01-01 10:08:59 +0900 |
---|---|---|
committer | root <root@avtech.domain.avtechpulse.com> | 1970-01-01 10:08:59 +0900 |
commit | 0776239b5a5dca3382fa0dd3e4b9b8f4a7400d18 (patch) | |
tree | bef521e01b3684365b2b1c4ed1ded8a5900129a1 /globals.h | |
parent | 52ab11e9bdac98d7c8ea0111d92118325da7f4b3 (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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 */ |