Scilab Function

hilb - Hilbert transform

Sequence d'appel

[xh]=hilb(n[,wtype][,par])

Parametres

Description

returns the first n points of the Hilbert transform centred around the origin.

That is, xh=(2/(n*pi))*(sin(n*pi/2))^2.

Exemples

Auteur