const = magnitude * t# White noise.noise = np.random.normal(-1,1, size=t.shape)# Make examples of each signal and corresponding labels.# Sine is class index 0, Const class index 1, Noise class index 2.sine_examples = vggish_input.waveform_to_examples(sine, sr) sine_labels = np.ar...