[y,Fs] = audioread("modulator22.wav");
t = (0:length(y)-1)/Fs;
plot(t, y);
xlabel("Timee (s)");
ylabel("Amplitude");