AM
Amplitude modulator. See https://en.wikipedia.org/wiki/Amplitude_modulation .
Note: this model is in beta. Please contact us if you find any unusual behavior.
Example usage
flux.simulationModel = { type: "AM", carrierfreq: 40, signalfreq: 1000, maxVoltage: 5, map_output_to_terminal_uid: "your-terminal-element-uid"}Fields
| Name | Type | Default | Description |
|---|---|---|---|
type | "AM" | The type of this object, always the string literal "AM" | |
carrierfreq | number | 40 | Carrier Frequency (Hz) |
signalfreq | number | 1000 | Signal Frequency (Hz) |
maxVoltage | number | 5 | Max Voltage (V) |
map_output_to_terminal_uid | string | The terminal ID corresponding to the output. |
Was this page helpful?