Man Scilab

hilb
Scilab Function

hilb - Hilbert transform

Calling Sequence

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

Parameters

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 .

Examples


plot(hilb(51))
 
  

Author

C. B.

Back