WaveformAdcExport_V0
Represents a WaveformAdcExport in Saleae binary format
This format is used to get raw ADC codes from un-calibrated MSOs.
Attributes
| Name | Type | Description |
|---|---|---|
sample_rate | int | |
gain | float | |
offset | float | |
min_adc_code | int | |
max_adc_code | int | |
num_samples | int | |
adc_codes | NDArray[np.int16] |
Methods
to_voltages() -> NDArray[np.float64]
Convert ADC codes to voltage values using gain and offset.
AI/LLM users: see llms-mso-api.txt for machine-readable documentation.