From e70e9cc6dba2ad42dca52e8a8582f9c074cdb1f7 Mon Sep 17 00:00:00 2001 From: ymherklotz Date: Thu, 22 Mar 2018 20:20:59 +0000 Subject: Adding wav files --- Project/RTDSP/Matlab/create_spectrogram.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Project/RTDSP/Matlab/create_spectrogram.m') 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'); -- cgit