Signal Toolkit - strips


Function File: strips (x)
Function File: strips (x, n)
Function File: strips (x, sd, fs)
Function File: strips (x, sd, fs, scale)

Cut signal data into horizontal strips and plot for visualization.

strips (x) plots the input signal x in horizontal strips of length 250 samples each.

strips (x, n) uses strips of length n samples.

strips (x, sd, fs) uses strips of duration sd seconds given the sample rate fs (in Hz). The strip length in samples is calculated as ceil (sd * fs).

strips (x, sd, fs, scale) scales the vertical axis of each strip by the factor scale.

If x is a matrix, each column is plotted as a separate strip.