Contents:
Performs CutOut: replacing values with fill.
data (np.ndarray) – IQ data
cut_start (float) – Normalized start of cut region [0.0, 1.0)
cut_duration (float) – Normalized duration of cut region (0.0, 1.0)
cut_type (str) – Type of data to fill cut region.
zeros (*)
ones (*)
low_noise (*)
avg_noise (*)
high_noise (*)
ValueError – Invalid cut_type.
CutOut IQ data.
np.ndarray