spkit.sinetracks_cleaning

spkit.sinetracks_cleaning(tfreq, minTrackLength=3)

Delete short fragments of a collection of sinusoidal tracks

Delete short fragments of a collection of sinusoidal tracks

Parameters:
tfreq: frequency of tracks 2d-array of shape = (number of frames, number of tracks)
minTrackLength: minimum duration of tracks in number of frames
Returns:
tfreqn: cleaned frequency tracks of same size as tfreq

See also

spkit

#TODO

Notes

#TODO

References

  • wikipedia -

Examples

>>> import numpy as np
>>> import spkit as sp
>>> #TODO