blockExpSine
Generate exponentially damped sine signal
Extends from Interfaces.SignalSource (Base class for continuous signal source).
Information
The Real output y is a sine signal with exponentially changing amplitude:
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | amplitude | 1 | Amplitude of sine wave |
| SI.Frequency | f | Frequency of sine wave | |
| SI.Angle | phase | 0 | Phase of sine wave |
| SI.Damping | damping | Damping coefficient of sine wave | |
| Real | offset (from SignalSource) | 0 | Offset of output signal y |
| SI.Time | startTime (from SignalSource) | 0 | Output y = offset for time < startTime |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| RealOutput | y (from SO) | Connector of Real output signal |