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