LogFrequencySweep
Logarithmic frequency sweep
Library
Modelica/Blocks/Sources
Description
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
.
Parameters
Name | Label | Description | Data Type | Valid Values |
---|---|---|---|---|
mo_wMin | wMin | Start frequency | Scalar | |
mo_wMax | wMax | End frequency | Scalar | |
mo_startTime | startTime | Start time of frequency sweep | Scalar | |
mo_duration | duration | Duration of ramp (= 0.0 gives a Step) | Scalar |
Name | Label | Description | Data Type | Valid Values |
---|---|---|---|---|
mo__nmodifiers | Number of Modifiers | Specifies the number of modifiers | Number | |
mo__modifiers | Modifiers | Add new modifier | Structure | |
mo__modifiers/varname | Variable name | Cell of strings | ||
mo__modifiers/attribute | Attribute | Cell of strings | 'start' | |
mo__modifiers/value | Value |
Ports
Name | Type | Description | IO Type | Number |
---|---|---|---|---|
y | implicit | Connector of Real output signal | output | 1 |