blockTransientPhasor
Transient {norm, phase} of vector
Extends from Partials.MO.
Information
The signal is a two-dimensional vector in polar representation.
Norm and phase change from {a_start, ph_start} to {a_end, ph_end}
at time t_change with a transition duration t_duration.
The transition function is a hyperbolic tangent for both norm and phase.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | n (from MO) | 1 | dim of output signal-vector |
| SI.Time | t_change | 0.5 | time when change |
| SI.Time | t_duration | 1 | transition duration |
| Real | a_start | 1 | initial norm |y| |
| Real | a_end | 1 | final norm |y| |
| SI.Angle | ph_start | 0 | initial phase (y) |
| SI.Angle | ph_end | 0 | final phase (y) |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealOutput | y (from MO) | output signal-vector |