Sets a boost value for bass and/or treble.
To set the default start-up boost value, use Settings for non-volatile (start-up) settings.
PC B [boost]
boost is a value between 0 and 65535.boost:boost value of 0 will turn off the audio enhancement.Treble amplitude is a twos-complement value for the amplitude.
| Treble amplitude value | Twos-complement | Binary | Hexadecimal | Treble boost (dB) | |||||
|---|---|---|---|---|---|---|---|---|---|
| 15 | -8 | 1111 | F | -12 dB | |||||
| 14 | -7 | 1110 | E | -10.5 dB | |||||
| 13 | -6 | 1101 | D | -9 dB | |||||
| 12 | -5 | 1100 | C | -7.5 dB | |||||
| 11 | -4 | 1011 | B | -6 dB | |||||
| 10 | -3 | 1010 | A | -4.5 dB | |||||
| 9 | -2 | 1001 | 9 | -3 dB | |||||
| 8 | -1 | 1000 | 8 | -1.5 dB | |||||
| 0 | 0 | 0000 | 0 | 0 dB (boost off) | |||||
| 1 | 1 | 0001 | 1 | +1.5 dB | |||||
| 2 | 2 | 0010 | 2 | +3 dB | |||||
| 3 | 3 | 0011 | 3 | +4.5 dB | |||||
| 4 | 4 | 0100 | 4 | +6 dB | |||||
| 5 | 5 | 0101 | 5 | +7.5 dB | |||||
| 6 | 6 | 0110 | 6 | +9 dB | |||||
| 7 | 7 | 0111 | 7 | +10.5 dB |
NULL | response | Enn
If no parameters are given, then response is the current boost setting.
Treble boost frequency: 10 kHz (and above)
Treble boost amplitude: +10.5 dB
Bass boost frequency: 60 Hz (and below)
Bass boost amplitude: +15 dB
treble boost = (7 * 16) + 10000/1000
= 112 + 10 = 122
bass boost = (15 * 16) + 60/10
= 240 + 6 = 246
Boost value = 122 * 256 + 246
= 31478
PC B 31478
To retrieve the current boost value:
PC B
31748
To turn off boost:
PC B 0