C library for true RMS using sliding window technique

sine wave sampling and equation of rms value

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

Popular posts from this blog

Actual Resolution of ACS712: How small can we measure

Serial Monitor - great tool for developers