bundles / scipy 1.17.1 / scipy / fftpack / _pseudo_diffs / itilbert
function
scipy.fftpack._pseudo_diffs:itilbert
Signature
def itilbert ( x , h , period = None , _cache = <_thread._local object at 0x0000> ) Summary
Return inverse h-Tilbert transform of a periodic sequence x.
Extended Summary
If x_j and y_j are Fourier coefficients of periodic functions x and y, respectively, then
y_j = -sqrt(-1)*tanh(j*h*2*pi/period) * x_j y_0 = 0
For more details, see tilbert.
Aliases
-
scipy.fftpack.itilbert