Skip to content

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

@amtommy

Description

@amtommy

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")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions