WOLFRAM SYSTEM MODELER
ChirpSignalA block of an external chirp signal |
SystemModel["IntroductoryExamples.ExternalFunctions.ChirpSignal"]
The ChirpSignal block implements a source using the Chirp function.
The default parameters are set such that the signal increases from 0 to 10 rad/s in 10 seconds. This can be seen by simulating the model and studying the result:
For a step by step tutorial see Using External Code.
w_start |
Value: 0 Type: AngularVelocity (rad/s) Description: Angular velocity at start time |
---|---|
w_end |
Value: 10 Type: AngularVelocity (rad/s) Description: Angular velocity at end time |
A |
Value: 1 Type: Real Description: amplitude of signal |
M |
Value: 10 Type: Real Description: time period for signal |
y |
Type: RealOutput Description: 'output Real' as connector |
---|
IntroductoryExamples.ExternalFunctions A circuit using an external chirp signal |