This commit is contained in:
commit
f4088cb03f
Binary file not shown.
|
After Width: | Height: | Size: 53 KiB |
|
|
@ -1,11 +0,0 @@
|
||||||
clear all
|
|
||||||
close all
|
|
||||||
clc
|
|
||||||
|
|
||||||
[y, fs] = audioread("sound/modulator22.wav");
|
|
||||||
t = [0:1/fs:(length(y)-1)/fs];%%in seconds
|
|
||||||
plot(t, y);
|
|
||||||
title ("Sound Wave");
|
|
||||||
xlabel ("time (s)");
|
|
||||||
ylabel ("Amplitude (u)");
|
|
||||||
%audiowrite("sound/output.wav", y, fs*2);
|
|
||||||
Loading…
Reference in New Issue