edgeimpulse / processing-blocks

Signal processing blocks
Apache License 2.0
34 stars 11 forks source link

How x,y,z arguments need to be passed for spectral-analysis #34

Closed ajithkjajith closed 8 months ago

ajithkjajith commented 1 year ago

Document says :

But the data needs to be sent as

Alex-EEE commented 8 months ago

We don't really support using these blocks from the command line, this code will be removed shortly.

Call directly in python, see an example for spectral-analysis here : https://github.com/edgeimpulse/processing-blocks/blob/master/run_spectral_analysis_via_python.py (this file was added after this post I believe)