Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plotter can't visualize correct wave and Filterbank energies #26

Open
amtommy opened this issue Oct 4, 2024 · 0 comments
Open

Plotter can't visualize correct wave and Filterbank energies #26

amtommy opened this issue Oct 4, 2024 · 0 comments

Comments

@amtommy
Copy link

amtommy commented Oct 4, 2024

After executing the stream_audio.py with the microphone, I got a result similar to the image below.

image

Does anyone know why this program needs to be handled like the example below?

        # Wave
        plt.plot(data[-len(data) // 2 :])

        # Filterbank energies
        plt.imshow(fbank[-fbank.shape[0] // 2 :, :].T, aspect="auto")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant