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[, t_unit])

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.

get_window(window, Nx, **kwargs)

Calls a custom window function or scipy.signal.get_window() depending on the window argument.