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
cbadc/src/cbadc/utilities.py
Line 428 in 527210f
This is probably a typo, but should'nt this be scipy.signal.windows.hann(N)? Assuming you meant Hann and not Hamming window.
scipy.signal.windows.hann(N)
Although I see there is no window parameter currently, so maybe that is coming in a feature version :)
The text was updated successfully, but these errors were encountered:
Nice one :). Maybe it's time to finish that function and add the function argument!
Sorry, something went wrong.
hammal
No branches or pull requests
cbadc/src/cbadc/utilities.py
Line 428 in 527210f
This is probably a typo, but should'nt this be
scipy.signal.windows.hann(N)
? Assuming you meant Hann and not Hamming window.Although I see there is no window parameter currently, so maybe that is coming in a feature version :)
The text was updated successfully, but these errors were encountered: