Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RichieHakim committed Apr 1, 2024
1 parent fe9a577 commit 8f58784
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ my_vqt = vqt.VQT(
plot_pref=False, ## Can show the filter bank
)
spectrograms, x_axis, frequencies = my_vqt(signal)
spectrograms = my_vqt(signal)
x_axis = my_vqt.get_xAxis(n_samples=signal.shape[1])
frequencies = my_vqt.get_freqs()
```
<img src="docs/media/freqs.png" alt="freqs" width="300" align="right"
style="margin-left: 10px"/>
Expand Down

0 comments on commit 8f58784

Please sign in to comment.