Loading...
Loading...
Available on 1 platform
Sign in to view source links and access this dataset
Module 107 provides a 4.3 KB C++ implementation of a zero-heap, zero-copy sliding window RMS power estimator for bare-metal systems. Created by Jamie Davis and released under CC BY 4.0, it uses a single-pass square accumulator and a fixed-point Babylonian root solver to calculate real-time energy profiles. The component is designed to bypass floating-point hardware requirements and contains static parameters to eliminate dynamic memory allocation.
The dataset is a TXT file containing C++ source code, not a traditional data table; users must compile or integrate the code to utilize its functionality.