WOLFRAM SYSTEM MODELER

ChirpSignal

A block of an external chirp signal

Wolfram Language

In[1]:=
SystemModel["IntroductoryExamples.ExternalFunctions.ChirpSignal"]
Out[1]:=

Information

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.

Parameters (4)

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

Connectors (1)

y

Type: RealOutput

Description: 'output Real' as connector

Used in Examples (1)

SeriesCircuit

IntroductoryExamples.ExternalFunctions

A circuit using an external chirp signal