1. Single Statistical Operation 1.1. Purpose Compute a single statistical measure on input signals. 1.2. Description The Single Statistical Operation calculates one specific statistical quantity from the input signal data. Unlike the Statistics operation which computes multiple statistics simultaneously, this operation focuses on a single measure and can optionally combine operations for secondary statistics (e.g., "maximum of maximums"). 1.3. Input Any signal type. 1.4. Output A single statistical value for each input signal. 1.5. Parameters Operation: The statistical measure to compute: Maximum: Find the largest value Maximum Absolute: Find the largest absolute value Minimum: Find the smallest value Mean: Calculate the arithmetic average Standard Deviation: Calculate the standard deviation Combine: When enabled, runs the operation twice for combined results (e.g., finding the maximum across multiple maximum values). Combined Name: A custom name for the output when using combined operation. Output Index: When enabled, outputs the index location where the maximum or minimum value occurs (only applicable for max/min operations). Peaks Statistics