当前位置:网站首页>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
边栏推荐
- Introduction to opensea platform developed by NFT trading platform (I)
- About Confidence Intervals
- 我的勇敢对线之路--详细阐述,浏览器输入URL发生了什么
- Flutter3.0了,小程序不止于移动应用跨端运行
- Open3D 网格滤波
- 21. (article ArcGIS API for JS) ArcGIS API for JS rectangular acquisition (sketchviewmodel)
- 22.(arcgis api for js篇)arcgis api for js圆采集(SketchViewModel)
- 2022.6.28
- [C language] question set of IX
- R data analysis: how to predict Cox model and reproduce high score articles
猜你喜欢

QT 打开文件 使用 QFileDialog 获取文件名称、内容等

Depth analysis of compilation constants, classloader classes, and system class loaders

PHP lightweight Movie Video Search Player source code

Do you know the five most prominent advantages of E-bidding?

1200.Minimum Absolute Difference

VHDL implementation of arbitrary size matrix multiplication

装饰设计企业网站管理系统源码(含手机版源码)

Variables, process control and cursors (MySQL)

25.(arcgis api for js篇)arcgis api for js线修改线编辑(SketchViewModel)

19.(arcgis api for js篇)arcgis api for js线采集(SketchViewModel)
随机推荐
A 股指数成分数据 API 数据接口
Numpy中排序操作partition,argpartition,sort,argsort
Que savez - vous de la sérialisation et de l'anti - séquence?
U.S. Air Force Research Laboratory, "exploring the vulnerability and robustness of deep learning systems", the latest 85 page technical report in 2022
Depth analysis of compilation constants, classloader classes, and system class loaders
海思3559万能平台搭建:RTSP实时播放的支持
MySQL的存储引擎
22.(arcgis api for js篇)arcgis api for js圆采集(SketchViewModel)
1200.Minimum Absolute Difference
PHP lightweight Movie Video Search Player source code
About Tolerance Intervals
[Dameng database] after backup and recovery, two SQL statements should be executed
ubuntu20安裝redisjson記錄
About Tolerance Intervals
21. (article ArcGIS API for JS) ArcGIS API for JS rectangular acquisition (sketchviewmodel)
Shangsilicon Valley JVM Chapter 1 class loading subsystem
Flutter3.0, the applet is not only run across mobile applications
Calculation of time and space complexity (notes of runners)
VHDL实现任意大小矩阵乘法运算
编译常量、ClassLoader类、系统类加载器深度探析