Skip to content

Duplication of transient detector

There is a duplication of the Transient detector in the core-code:

  • handles st->hTranDet and st->transientDetection
  • structures typedef struct TransientDetection and typedef struct TransientDetection_structure

Moreover, a revision is proposed to bring BASOP code in transient_detection_fx.c closer to its float counterpart, namely add const to input function parameters, add missing return, one parameter per line in function definitions.