Discrete Chebyshev Transform on the 'extrema grid' (x=-cos(%pi*(0:N)'/N))of the Chebyshev Polynomials of the first kind. Computed via a FFT with modified arguments.
Upload date : 2012-02-20 11:13:16 MD5 : d446df47970c24164ff585601e4f8e53 SHA1 : ee39ed254a80bc18422c193834ff2b81b8a56a5c Downloads : 1578
Hello, In order to prevent the global modification of mode() and ieee() user settings outside the function, it would be nice coding this as follow: mode_ini = mode() mode(0) ieee_ini = ieee() ieee(1) //... then, at the end, before quitting the function: mode(mode_ini) ieee(ieee_ini) Thanks Samuel