Hello:
I'm trying to get the VOLIB TDU DTMF MF Digit Sequence Detection in the tdusim project to produce the Detection Output report as described in the TDU Test docs TDU_TEST document as shown below. Is there something I am missing in the tduSim.options settings or maybe something in the Enable Detection Reports settings for the TDU package or some other setting to produce the report???
Thanks Brian
MF Digit Sequence Detection
Detection Output
When a DTMF detection event occurs, information regarding the event is output. For example, digit detection may appear as:
Digit: "1" : Event: ALERT ON, Time: 15 ms, Power: -83 dBm0, Frame: 1128 Digit: "1" : Event: ON, Time: 30 ms, Power: -11 dBm0, Frame: 1132 Digit: "1" : Event: OFF, Time: 20 ms, Power: -580 dBm0, Frame: 1141
In the example above, each line represents a digit detection event.
The first line indicates:
- Event "ALERT ON" occurred. This provides early warning of a potential digit "ON" event.
- The digit is "1"
- The lag time for reporting is ~15ms (the potential digit started ~15ms ago.
The second line indicates:
- Event "ON" occurred. The digit has been detected.
- The digit is "1"
- The digit power is ~ -11 dBm0
- The lag time for reporting is ~30ms (the confirmed digit started ~30ms ago.
The third line indicates:
- Event "OFF" occurred. The digit has ended.
- The digit was "1"
- The lag time for reporting is ~20ms (the digit ended ~20ms ago.
- Note:
- It is expected that each of the 16 digits are identified as in the example above. Though the lag times may vary, each digit should follow the event progression of "ALERT", "ON" followed by "OFF".