当前位置:网站首页>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
边栏推荐
- Can the applet run in its own app and realize live broadcast and connection?
- 【C语言】 题集 of Ⅸ
- 函数重入、函数重载、函数重写自己理解
- ubuntu20安裝redisjson記錄
- .net中 接口可以有默认实现了
- 线性表的查找
- Depth analysis of compilation constants, classloader classes, and system class loaders
- It's too convenient. You can complete the code release and approval by nailing it!
- 如何替换模型的骨干网络(backbone)
- About Tolerance Intervals
猜你喜欢
1200.Minimum Absolute Difference
[dpdk] dpdk sample source code analysis III: dpdk-l3fwd_ 001
VHDL实现任意大小矩阵乘法运算
RestClould ETL 社区版六月精选问答
Open3D 网格滤波
Flutter3.0了,小程序不止于移动应用跨端运行
Probability formula
A 股指数成分数据 API 数据接口
Enumeration general interface & enumeration usage specification
QT thread and other 01 concepts
随机推荐
Search of linear table
Codeworks 5 questions per day (1700 average) - day 7
25. (ArcGIS API for JS) ArcGIS API for JS line modification line editing (sketchviewmodel)
Stored procedures and functions (MySQL)
如何自定义Latex停止运行的快捷键
Basic concepts of Huffman tree
SSL certificate deployment
[dream database] add the task of automatically collecting statistical information
未来发展路线确认!数字经济、数字化转型、数据...这次会议很重要
Under the tide of "going from virtual to real", Baidu AI Cloud is born from real
Calculation of time and space complexity (notes of runners)
1200.Minimum Absolute Difference
源代码保密的意义和措施
Introduction to opensea platform developed by NFT trading platform (I)
Leetcode-02 (linked list question)
Vernacular high concurrency (2)
Flutter3.0, the applet is not only run across mobile applications
20.(arcgis api for js篇)arcgis api for js面采集(SketchViewModel)
ubuntu20安裝redisjson記錄
太方便了,钉钉上就可完成代码发布审批啦!