analyze_waveform
Analyze a captured oscilloscope waveform and return only the summary: min/max/mean/rms/vpp stats and dominant frequency peaks via FFT, without raw samples.
Instructions
Analyze a waveform on the host and return only the summary.
The raw samples are never returned; use capture_waveform when the data itself is needed. analyses is a subset of ["stats", "fft"] (all of them when omitted). stats gives min/max/mean/rms/std/vpp in volts; fft gives the dominant frequency and the strongest peaks. Frequency accuracy is limited by frequency_resolution_hz, so do not read more digits than that.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | No | CH1 | |
| analyses | No | ||
| max_points | No |