Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Vous êtes un professionnel et vous avez besoin d'une formation ? Coder avec une
Intelligence Artificielle
Voir le programme détaillé
Module « scipy.signal »

Fonction abcd_normalize - module scipy.signal

Signature de la fonction abcd_normalize

def abcd_normalize(A=None, B=None, C=None, D=None) 

Description

help(scipy.signal.abcd_normalize)

Check state-space matrices and ensure they are 2-D.

If enough information on the system is provided, that is, enough
properly-shaped arrays are passed to the function, the missing ones
are built from this information, ensuring the correct number of
rows and columns. Otherwise a ValueError is raised.

Parameters
----------
A, B, C, D : array_like, optional
    State-space matrices. All of them are None (missing) by default.
    See `ss2tf` for format.

Returns
-------
A, B, C, D : array
    Properly shaped state-space matrices.

Raises
------
ValueError
    If not enough information on the system was provided.



Vous êtes un professionnel et vous avez besoin d'une formation ? Calcul scientifique
avec Python
Voir le programme détaillé