Add noise to data to obtain target SNR (in dB).
data_0 (ndarray) – Data to which noise should be added.
target_snr_db (float) – Target SNR in dB.
Data with added noise.
ndarray