Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
2023.0.0 - 日本語


RAMP

Ramp

Block Screenshot

Description

The Ramp block generates a signal that starts at a specified Start Time and Initial Value and increases by a specified rate (Slope parameter). The output signal is defined by the following equation:

s\left(t\right)=\begin{cases}s_{0} & \textrm{ for }t<t_{0}\\s_{0}+k.t & \textrm{ for }t>t_{0}\end{cases}

where t0 is the Start Time, s0 the Initial Value and k the Slope.

Data types

  • Output: scalar double.

Parameters

  • Slope

    Scalar. The rate of change of the generated signal.

    Properties : Type 'vec' of size 1.

  • Start Time

    Scalar. The time at which the signal begins to increase.

    Properties : Type 'vec' of size 1.

  • Initial Value

    Scalar. The initial value of the signal.

    Properties : Type 'vec' of size 1.

Default properties

  • always active: yes

  • direct-feedthrough: no

  • zero-crossing: yes

  • mode: yes

  • regular outputs:

    - port 1 : size [1,1] / type 1

  • number/sizes of activation inputs: 0

  • number/sizes of activation outputs: 0

  • continuous-time state: no

  • discrete-time state: no

  • object discrete-time state: no

  • name of computational function: ramp

Example

This diagram shows the use of RAMP block to obtain the response to a ramp signal of a first order's system defined by a transfer function.

Interfacing function

  • SCI/modules/scicos_blocks/macros/Sources/RAMP.sci

Computational function

  • SCI/modules/scicos_blocks/src/c/ramp.c (Type 4)

See also

Report an issue
<< PULSE_SC Sources palette RAND_m >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Tue Mar 07 09:29:05 CET 2023