get_frequency_response
Retrieve a measurement's frequency response as a log-spaced decimated curve with summary statistics. Provides readable data points for further analysis or plotting.
Instructions
Get a measurement's frequency response as a log-spaced curve, decimated to a readable number of points, plus summary statistics. For interpretation (peaks/nulls/band balance) prefer analyze_response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxPoints | No | Maximum points returned (log-spaced bin averages) | |
| smoothing | No | REW smoothing, e.g. '1/6', '1/12', 'Variable', 'None' (default: the measurement's current smoothing) | |
| measurement | Yes | Measurement UUID (preferred — stable) or 1-based index (shifts when measurements are added/removed) |