Add articles/Gaussian noise - Wikipedia/

This commit is contained in:
Benjamin Loison 2024-04-07 16:29:15 +02:00
parent 8748e648b5
commit 70893f0d01
Signed by: Benjamin_Loison
SSH Key Fingerprint: SHA256:BtnEgYTlHdOg1u+RmYcDE0mnfz1rhv5dSbQ2gyxW8B8

View File

@ -1,7 +1,7 @@
import numpy as np
import matplotlib.pyplot as plt
npArray = np.load('mean.npy')
npArray = np.load('mean_wavelet.npy')
npArrayMin = npArray.min()
print(f'{npArrayMin=}')
plt.imsave('np_array.png', npArray - npArrayMin)