waveline.utilsΒΆ

Utility functions and classes.

Functions

decibel_to_volts(decibel)

Convert from dB(AE) to volts.

volts_to_decibel(volts)

Convert from volts to dB(AE).

Classes

HitMerger([max_queue_size])

Merge AE and TR records into HitRecords based on the transient recorder index (trai).

HitRecord(ae, tr)

Merged hit record combining AERecord and TRRecord.

Exceptions

QueueFullError

Exception raised when a queue is full.