2D Chebyshev Transform

Transforms between 2d nodal and spectral data

이 제출물을 팔로우합니다

This is a very fast and efficient script for nodal-to/from-spectral transforms using chebyshev polynomials on the unit square domain. This version does not require 2^n truncation, but does require the same truncation in both dimension. Users are encouraged to improve and redistribute this script.

인용 양식

Greg von Winckel (2026). 2D Chebyshev Transform (https://kr.mathworks.com/matlabcentral/fileexchange/4416-2d-chebyshev-transform), MATLAB Central File Exchange. 검색 날짜: .

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.0.0.0

This implementation is faster as it uses the built-in fft and ifft functions and is completely vectorized.