import_frequency_response_data
Import frequency response magnitude and optional phase data to create a Room EQ Wizard measurement, with configurable start frequency and points per octave for log-spaced SPL or impedance.
Instructions
Create a REW measurement from in-memory frequency response data: log-spaced magnitude values (dB SPL, or ohms for impedance) starting at startFreqHz with pointsPerOctave resolution, plus optional phase.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the resulting measurement | |
| magnitude | Yes | Magnitude values, dB SPL (or ohms when isImpedance) | |
| isImpedance | No | Data is impedance in ohms rather than SPL | |
| startFreqHz | Yes | Frequency of the first data point, Hz | |
| phaseDegrees | No | Phase values in degrees, same length as magnitude | |
| pointsPerOctave | Yes | Log spacing of the data points |