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 ? Mise en oeuvre d'IHM
avec Qt et PySide6
Voir le programme détaillé
Module « scipy.signal »

Fonction sepfir2d - module scipy.signal

Signature de la fonction sepfir2d

Description

help(scipy.signal.sepfir2d)

out = sepfir2d(input, hrow, hcol)

    Convolve with a 2-D separable FIR filter.

    Convolve the rank-2 input array with the separable filter defined by the
    rank-1 arrays hrow, and hcol. Mirror symmetric boundary conditions are
    assumed. This function can be used to find an image given its B-spline
    representation.

    Parameters
    ----------
    input : ndarray
        The input signal. Must be a rank-2 array.
    hrow : ndarray
        A rank-1 array defining the row direction of the filter.
        Must be odd-length
    hcol : ndarray
        A rank-1 array defining the column direction of the filter.
        Must be odd-length

    Returns
    -------
    output : ndarray
        The filtered signal.

    Examples
    --------
    Examples are given :ref:`in the tutorial <tutorial-signal-bsplines>`.



Vous êtes un professionnel et vous avez besoin d'une formation ? RAG (Retrieval-Augmented Generation)
et Fine Tuning d'un LLM
Voir le programme détaillé