Smooth Operator (Stineman 1D Interpolation)

버전 1.0.1 (113 KB) 작성자: Meg Noah
interp1_stineman - interpolates using the Stineman interploation. Demo shows performance against spline and pchip interpolations.
다운로드 수: 48
업데이트 날짜: 2021/12/26

라이선스 보기

Purpose: to compute the stineman interpolation of a 1D curve stineman interpolation is warranted when the input sample data (x, v) require that:
  1. The curve requires piecewise smoothness between sample data, e.g., the values of ordinates at specified points change monotonically and the slopes of the line segements joining the points change monotonically, then the interpolating curve and its slope will change monotonically.
  2. No discontinuity in the slope of the interpolated curve: If the first derivative of segments of the sample data join monotonically, then the interpolated curve will also change monotonically through that point.
  3. Stability: Small changes in the sample ordinate value will result in small changes of the interpolated curve.
References:

인용 양식

Meg Noah (2024). Smooth Operator (Stineman 1D Interpolation) (https://www.mathworks.com/matlabcentral/fileexchange/104195-smooth-operator-stineman-1d-interpolation), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2021b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.1

more descriptive title.

1.0.0