torchsig.transforms.functional.add_slope¶
- torchsig.transforms.functional.add_slope(data: ndarray) ndarray[source]¶
Add slope between each sample and its preceding sample is added to every sample.
Augmentation has the effect of amplifying high frequency component more than lower frequency components.
- Parameters:
data – IQ data.
- Returns:
IQ data with added slope.