MaixPy-v1_scripts
MaixPy-v1_scripts copied to clipboard
creating data of Spectrogram
Hi everyone, i was trying to create a 3d array of data of spectrogram from the FFT module produced by sipeed m1w. i can create a list of fft amplitude array base on the sample points. Anyone is doing something similar to my project ? Hope we can share some experience as well.
Hi, Im doing something similar. I've created a realtime spectogram based on the FFT demo. #68