Skip to content

Issue on page /first_steps/nussl_intro.html #53

Description

@TianMorley

' 25 MAX_FREQUENCY = DEFAULT_SAMPLE_RATE // 2 #: (int): Maximum frequency representable. 22050 Hz
26
---> 27 WINDOW_HAMMING = scipy.signal.hamming.name #: (str): Name for calling Hamming window. 'hamming'
28 WINDOW_RECTANGULAR = 'rectangular' #: (str): Name for calling Rectangular window. 'rectangular'
29 WINDOW_HANN = scipy.signal.hann.name #: (str): Name for calling Hann window. 'hann'

AttributeError: module 'scipy.signal' has no attribute 'hamming' '

I believe nussl is outdated for the current scipy version

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions