python3-numpy-rms
fast root mean square calculation for NumPy arrays
Description
This library provides a fast implementation of root mean square (RMS) calculations for NumPy arrays. It computes RMS values over fixed-size windows and returns the resulting series. The function operates on one-dimensional or two-dimensional float32 arrays stored in contiguous memory. Given an input array and a window size, it calculates the RMS value for each window, producing a sequence of RMS values. This is useful for summarising signal magnitude over time or across grouped samples. The implementation is written in C and includes architecture-specific optimisations for x86-64 (AVX) and ARM (NEON) systems, allowing efficient processing of large arrays where repeated RMS calculations would otherwise be costly. The module focuses on a single task: efficient RMS computation for NumPy array data. It does not attempt to provide a full signal-processing framework.Upload more screenshots
Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.
Upload a screenshotHint: upload an image here from your clipboard with Ctrl-V
Homepage
https://github.com/nomonosound/numpy-rms
Install this software package
If the package is available for the distribution you are currently using on your computer then install the software by clicking on…
Install python3-numpy-rms