|
Marine systems simulation
|
Generate normally distributed Chirpsignal numbers.
Collaboration diagram for Chirp signal:A chirp signal is a periodic signal (i.e sinusoid) with a frequency that changes continuously with time. This specific function generates a chirpsignal with a linearly increasing frequency.
This function has no inputs.
| Name | Width | Description |
|---|---|---|
| Out | <PortWidth> | The output signal |
| OutDot | <PortWidth> | The derivative of the output signal |
| Name | Width | Description |
|---|---|---|
| PortWidth | 1 | The number of elements in the signal. |
| StartFrequencyHz | <PortWidth> | The initial frequency of the signal (Hz) |
| StartFrequencyRads | <PortWidth> | The initial frequency of the signal (rad) |
| StopFrequencyHz | <PortWidth> |
The final frequency reached at the specified target time. [Hz] |
| StopFrequencyRads | <PortWidth> | The initial frequency of the signal (rad) |
| TargetTime | <PortWidth> |
The time when the signal reaches the final frequency [sec] |
There are no initial conditions for this function.
This SimObject is referred to as Src/Chirpsignal