SBAA600 October 2024 TAA5212 , TAC5111 , TAC5112 , TAC5211 , TAC5212
Threshold (TH) controls the decision boundary of the nodes of the decision tree. A higher value can increase the node thresholds of all the nodes of the decision tree, thus reducing the likelihood of false positives. Similarly, a lower value for the threshold parameter decreases the node thresholds, which reduces the likelihood of false negatives. Thus the threshold parameter can be adjusted to settle at the appropriate balance between false negatives and false positives.
Equation 4 shows the computation of the VAD_TH parameter.
where
The default value (4194304) corresponds to -12dB. Table 2-14 shows the registers that control the VAD_TH parameter.
Coefficient | Page | Register | Reset Value | Description |
---|---|---|---|---|
VAD_TH | 0x0D | 0x5C | 0x00 | TH Byte[31:24] |
0x0D | 0x5D | 0x40 | TH Byte[23:16] | |
0x0D | 0x5E | 0x00 | TH Byte[15:8] | |
0x0D | 0x5F | 0x00 | TH Byte[7:0 |