aboutsummaryrefslogtreecommitdiffstats
path: root/Project/RTDSP/Matlab
diff options
context:
space:
mode:
Diffstat (limited to 'Project/RTDSP/Matlab')
-rw-r--r--Project/RTDSP/Matlab/create_spectrogram.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/RTDSP/Matlab/create_spectrogram.m b/Project/RTDSP/Matlab/create_spectrogram.m
index 41c0f94..44acee2 100644
--- a/Project/RTDSP/Matlab/create_spectrogram.m
+++ b/Project/RTDSP/Matlab/create_spectrogram.m
@@ -1,7 +1,7 @@
%%
% Creates the spectrogram for the audio files
-[song, fs] = audioread('../audio/phatom4_best.wav');
+[song, fs] = audioread('../audio/best_case/phantom4.wav');
song = song(1:fs*10);
figure
spectrogram(song, 256, [], [], fs, 'yaxis');