docs-content
docs-content copied to clipboard
Update nano-ble-sense.md
changed from ulab.scipy to ulab.utils to fix spectrogram
What This PR Changes
Based on the current example in OpenMV, the ulab.scipy seems to be deprecated. Instead, it calls for ulab.utils. The audio.init changes by dropping the highpass=0.9883 argument due to TypeError: extra keyword arguments given
Contribution Guidelines
- [x ] I confirm that I have read the contribution guidelines and comply with them.