We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
' 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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
' 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
The text was updated successfully, but these errors were encountered: