Adding Gaussian Noise to a signal in Python
Gaussian noise is data that is added to a signal in order to introduce a distortion. The data follows a Gaussian/Normal distribution. It's a well understood distribution often used to introduce noise to training data as an augmentation technique. Generating noise to add to a signal is