Skip to content

Commit aa7ccc0

Browse files
authored
Update README.md
1 parent ec96d5b commit aa7ccc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,8 +363,8 @@ cqt_kernel = zaf.cqtkernel(sampling_frequency, octave_resolution, minimum_freque
363363
plt.figure(figsize=(17, 5))
364364
plt.imshow(np.absolute(cqt_kernel).toarray(), aspect="auto", cmap="jet", origin="lower")
365365
plt.title("Magnitude CQT kernel")
366-
plt.xlabel("FFT length")
367-
plt.ylabel("CQT frequency")
366+
plt.xlabel("FFT index")
367+
plt.ylabel("CQT index")
368368
plt.show()
369369
```
370370

0 commit comments

Comments
 (0)