The application crashes with a memory related issue when attempting to run the signal processing module. Upon debugging it was found that the function butterworthLowPassCoeffs is causing the said behavior.
At this line in the iteration, operation fails because of an attempt to access out of bounds location. Attaching the screenshot of the error too.
@satanb4 can you recheck and verify the operations in the for loop and the size of the vector ?
How to simulate ?
run the sample application of the EMGprocessing module.
The application crashes with a memory related issue when attempting to run the signal processing module. Upon debugging it was found that the function butterworthLowPassCoeffs is causing the said behavior. At this line in the iteration, operation fails because of an attempt to access out of bounds location. Attaching the screenshot of the error too. @satanb4 can you recheck and verify the operations in the for loop and the size of the vector ?
How to simulate ? run the sample application of the EMGprocessing module.