This function estimates the points at which a given waveform crosses the x-axis.
x = zerocrossing (w, y)
This is an Octave function. This function estimates the points at which a given waveform y = y(w) crosses the x-axis. It uses linear interpolation.