cheb_coeff.m

From Spinach Documentation Wiki
Jump to: navigation, search

Discrete cosine transform algorithm for Chebyshev expansion coefficients of the user-specified scalar function.

Syntax

    c=cheb_coeff(f,a,b,n)

Parameters

    f - function handle, must be vectorised

    a - left edge of the expansion interval

    b - right edge of the expansion interval

    n - number of Chebyshev polynomials in 
       the expansion

Outputs

    c - a vector of expansion coefficients

See also

acomm.m, arnoldi.m, atranspose.m, aux_mat.m, binpack.m, cheap_norm.m, clean_up.m, dirdiff.m, eigenfields.m, expdrop.m, expmint.m, expmint2.m, fftdiff.m, fourdif.m, fourlap.m, frob_chop.m, gaussfun.m, hdot.m, herm_spline.m, jacobianest.m, keep_rank.m, krondelta.m, kronm_new.m, logfactorial.m, lorentzcon.m, lorentzfun.m, md5_hash.m, mprealloc.m, remncomm.m, remtrace.m, rspert.m, rspt_eig.m, snormpdf.m, svd_shrink.m, tikhoind.m, tikhonov.m, trapdiff.m, unit_oper.m, unit_state.m, vvpert.m, Kernel_utilities

Version 2.7, authors: Ilya Kuprov