Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.1.0 - Français

Change language to:
English - 日本語 - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Aide de Scilab >> Xcos > palettes > Palette Systèmes à temps discret > DELAY_f

DELAY_f

Retard en temps discret

Aperçu

Description

Ce bloc implémente un retard à temps discret. Il est construit avec un registre à décalage et une horloge. Le retard est donnée par la pas de temps discret multiplié par le nombre d'états du registre moins un.

\left\{
    \begin{array}{l l}
        T_0=length(Register)                                                  \\
        y(t) = Register(n)      & \text{when}\ t < nT_0                     \\
        y(t) = x(n*(T - T_0))   & \text{when}\ t\in[n;n+1]*(T - T_0)
    \end{array}
\right.

Paramètres

  • Pas de temps discret

    Valeur de la période.

    Propriétés : Type 'vec' de taille 1.

  • État initiale du registre

    Valeur à l'instant initial du registre. La taille de ce vecteur conditionne le retard.

    Propriétés : Type 'vec' de taille -1.

Propriétés par défaut

  • always active: non

  • direct-feedthrough: non

  • zero-crossing: non

  • mode: non

  • regular inputs:

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

  • regular outputs:

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

  • number/sizes of activation inputs: 0

  • number/sizes of activation outputs: 0

  • continuous-time state: non

  • discrete-time state: non

  • object discrete-time state: non

  • name of computational function: csuper

Exemple

Fonction d'interfaçage

  • SCI/modules/scicos_blocks/macros/Linear/DELAY_f.sci

Report an issue
<< Discrete_pal Palette Systèmes à temps discret DELAYV_f >>

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 Feb 25 08:50:32 CET 2020