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 /flash.c | |
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 'flash.c')
-rw-r--r-- | flash.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -723,6 +723,8 @@ static void initFlashValues(FlashStruct *mem) mem->max_duty_mid2[i]=0.0; mem->duty_ampl_mid2[i]=0.0; + mem->distort_fully_below_ampl[i]=0.0; + mem->min_slew[i]=90e6; mem->max_slew[i]=210e6; mem->max_high_rl_duty[i]=80.0; |