time (skrf.time)

Time domain functions

time_gate(ntwk[, start, stop, center, span, ...])

Time-domain gating of one-port s-parameters with a window function from scipy.signal.windows.

detect_span(ntwk)

Detect the correct time-span between two largest peaks.

find_n_peaks(x, n[, thres])

Find a given number of peaks in a signal.

indexes(y[, thres, min_dist])

Peak detection routine.