WOLFRAM SYSTEM MODELER

LogFrequencySweep

Logarithmic frequency sweep

Wolfram Language

In[1]:=
SystemModel["Modelica.ComplexBlocks.Sources.LogFrequencySweep"]
Out[1]:=

Information

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

The output y performs a logarithmic frequency sweep. The logarithm of frequency w performs a linear ramp from log10(wMin) to log10(wMax). The output is the decimal power of this logarithmic ramp.

For time < startTime the output is equal to wMin.

For time > startTime+duration the output is equal to wMax.

LogFrequencySweep.png

Parameters (4)

wMin

Value:

Type: Real

Description: Start frequency

wMax

Value:

Type: Real

Description: End frequency

startTime

Value: 0

Type: Time (s)

Description: Start time of frequency sweep

duration

Value:

Type: Time (s)

Description: Duration of ramp (= 0.0 gives a Step)

Connectors (1)

y

Type: RealOutput

Description: Connector of Real output signal

Used in Examples (2)

ShowTransferFunction

Modelica.ComplexBlocks.Examples

Test Complex Transfer Function Block

SeriesBode

Modelica.Electrical.QuasiStationary.SinglePhase.Examples

Series circuit with Bode analysis

Used in Components (4)

FrequencySweepVoltageSource

Modelica.Electrical.QuasiStationary.SinglePhase.Sources

Voltage source with integrated frequency sweep

FrequencySweepCurrentSource

Modelica.Electrical.QuasiStationary.SinglePhase.Sources

Current source with integrated frequency sweep

FrequencySweepVoltageSource

Modelica.Electrical.QuasiStationary.MultiPhase.Sources

Voltage source with integrated frequency sweep

FrequencySweepCurrentSource

Modelica.Electrical.QuasiStationary.MultiPhase.Sources

Current source with integrated frequency sweep