当前位置:网站首页>Preprocessing - interpolation
Preprocessing - interpolation
2022-07-07 03:45:00 【Lu 727】
1、 effect
If the function f(x) In independent variable x The function values corresponding to some discrete values are known , Then you can make an appropriate specific function p(x), bring p(x) The function value taken in these discrete values , Namely f(x) Known value of . So that you can use p(x) To estimate f(x) The function value corresponding to the independent variable between these discrete values , This method is called interpolation .
2、 Input / output description
Input : Raw data with missing values
Output : Data after adding missing values
3、matlab
x,y Is the original one-dimensional data ,xi Is the interpolation point ,method by ‘nearest’ Adjacent point interpolation ;‘linear’ linear interpolation ;‘spline’ Cubic spline interpolation ;‘pchip’ Cubic interpolation .
x,y Is the original one-dimensional coordinate data ,z Is the original height matrix ,xi,yi Is the interpolation point ,method by ‘nearest’ Adjacent point interpolation ;‘linear’ linear interpolation ;‘spline’ Cubic spline interpolation ;‘cubic’ Cubic interpolation .
4、 Modeling steps
Lagrange interpolation
Polynomial degree exceeds 7 when , Will produce serious Runge The phenomenon , Therefore, the data can be divided into multiple intervals , Interpolate independently in each interval
边栏推荐
- Optimization cases of complex factor calculation: deep imbalance, buying and selling pressure index, volatility calculation
- Introduction to opensea platform developed by NFT trading platform (I)
- 接口数据安全保证的10种方式
- Sub pixel corner detection opencv cornersubpix
- QT 使用QToolTip 鼠标放上去显示文字时会把按钮的图片也显示了、修改提示文字样式
- 卡尔曼滤波-1
- 2022年上半年HIT行业TOP50
- Search of linear table
- 枚举通用接口&枚举使用规范
- 21. (article ArcGIS API for JS) ArcGIS API for JS rectangular acquisition (sketchviewmodel)
猜你喜欢
Leetcode-02 (linked list question)
未来发展路线确认!数字经济、数字化转型、数据...这次会议很重要
A 股指数成分数据 API 数据接口
海思万能平台搭建:颜色空间转换YUV2RGB
我的勇敢对线之路--详细阐述,浏览器输入URL发生了什么
Code quality management
Introduction to opensea platform developed by NFT trading platform (I)
How to replace the backbone of the model
23. (ArcGIS API for JS) ArcGIS API for JS ellipse collection (sketchviewmodel)
Not All Points Are Equal Learning Highly Efficient Point-based Detectors for 3D LiDAR Point
随机推荐
接口数据安全保证的10种方式
QT thread and other 01 concepts
22. (ArcGIS API for JS) ArcGIS API for JS Circle Collection (sketchviewmodel)
24. (ArcGIS API for JS) ArcGIS API for JS point modification point editing (sketchviewmodel)
Vernacular high concurrency (2)
Jerry's phonebook acquisition [chapter]
Index of MySQL
SSL certificate deployment
Appx code signing Guide
2022夏每日一题(一)
CMB's written test - quantitative relationship
My brave way to line -- elaborate on what happens when the browser enters the URL
Numpy中排序操作partition,argpartition,sort,argsort
About Tolerance Intervals
海思万能平台搭建:颜色空间转换YUV2RGB
校招行测笔试-数量关系
【C语言】 题集 of Ⅸ
22.(arcgis api for js篇)arcgis api for js圆采集(SketchViewModel)
Code quality management
21. (article ArcGIS API for JS) ArcGIS API for JS rectangular acquisition (sketchviewmodel)