2021-05-24 07:22 AM
2021-05-25 12:53 AM
Yes, if you want to process the data directly in the MCU, Cortex M4 with floating point units is commonly used for the examples we were showing. As always, it is about amount of data to process and complexity of the algorithm implemented. The anomaly detection algorithm NANOEDG1 allows you to optimize your detection library for the MCU you wish to use, so it is possible to set limits on the memory size and the MCU core as an example.