15.12.2012 Views

scipy tutorial - Baustatik-Info-Server

scipy tutorial - Baustatik-Info-Server

scipy tutorial - Baustatik-Info-Server

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

SciPy Reference Guide, Release 0.8.dev<br />

Notes:<br />

sc_diff(cs_diff(x,a,b),b,a) == x For even len(x), the Nyquist mode of x is taken zero.<br />

ss_diff(x, a, b, period=None, _cache={})<br />

ss_diff(x, a, b, period=2*pi) -> y<br />

Return (a,b)-sinh/sinh pseudo-derivative of a periodic sequence x.<br />

If x_j and y_j are Fourier coefficients of periodic functions x and y, respectively, then<br />

Input:<br />

y_j = sinh(j*a*2*pi/period)/sinh(j*b*2*pi/period) * x_j y_0 = a/b * x_0<br />

a,b<br />

Defines the parameters of the sinh/sinh pseudo-differential operator.<br />

period<br />

The period of the sequence x. Default is 2*pi.<br />

Notes:<br />

ss_diff(ss_diff(x,a,b),b,a) == x<br />

cc_diff(x, a, b, period=None, _cache={})<br />

cc_diff(x, a, b, period=2*pi) -> y<br />

Return (a,b)-cosh/cosh pseudo-derivative of a periodic sequence x.<br />

If x_j and y_j are Fourier coefficients of periodic functions x and y, respectively, then<br />

Input:<br />

y_j = cosh(j*a*2*pi/period)/cosh(j*b*2*pi/period) * x_j<br />

a,b<br />

Optional input:<br />

Defines the parameters of the sinh/sinh pseudo-differential operator.<br />

period<br />

The period of the sequence x. Default is 2*pi.<br />

Notes:<br />

cc_diff(cc_diff(x,a,b),b,a) == x<br />

shift(x, a, period=None, _cache={})<br />

shift(x, a, period=2*pi) -> y<br />

Shift periodic sequence x by a: y(u) = x(u+a).<br />

If x_j and y_j are Fourier coefficients of periodic functions x and y, respectively, then<br />

y_j = exp(j*a*2*pi/period*sqrt(-1)) * x_f<br />

Optional input:<br />

period<br />

The period of the sequences x and y. Default period is 2*pi.<br />

3.3. Fourier transforms (<strong>scipy</strong>.fftpack) 173

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!