WOLFRAM SYSTEM MODELER

Sinc

Generate sinc signal

Wolfram Language

In[1]:=
SystemModel["Modelica.Blocks.Sources.Sinc"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

The Real output y is a sinc signal: amplitude*(sin(2*π*f*t))/((2*π*f*t))

Sinc.png

Parameters (5)

amplitude

Value: 1

Type: Real

Description: Amplitude of sine wave

f

Type: Frequency (Hz)

Description: Frequency of sine wave

continuous

Value: false

Type: Boolean

Description: Make output (continuously) differentiable by starting at offset + amplitude rather than just offset

offset

Value: 0

Type: Real

Description: Offset of output signal y

startTime

Value: 0

Type: Time (s)

Description: Output y = offset for time < startTime

Connectors (1)

y

Type: RealOutput

Description: Connector of Real output signal

Used in Examples (1)

CompareSincExpSine

Modelica.Blocks.Examples

Compare sinc and exponential sine signal