C library for true RMS using sliding window technique

The main purpose for creating this library is to give an idea how a method is converted into a program and used in real life. The library has only one function which takes new sample and gives new RMS value. Note that the samples must be periodic sequential meaning the time delay between each sample is constant and all samples must be passed to the function. The library is available on github.
Comments
Post a Comment