From db947b27428c5975583c02f0bfe8ebf28d337487 Mon Sep 17 00:00:00 2001 From: "Matthew C. Kelley" Date: Thu, 28 Dec 2023 00:36:23 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6b9661..0822cbd 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ using WAV using Plots s, fs = wavread("iwantaspectrogram.wav") s = vec(s) -phonspec(s, fs, ylim=(0, 5000)) +phonspec(s, fs) ``` ![A spectrogram of the phrase "I want a spectrogram"](imgs/iwantaspectrogram.png)