-
angle
给定2个点坐标,计算其连线与水平方向的夹角,夹角范围[0,2*pi](failed to translate)
- 2009-12-12 22:16:24下载
- 积分:1
-
sancigouzhangjihans
三次样条插值函数边界条件由实际问题对三次样条插值在端点的状态要求给出.以第1边界条件为例,用节点处二阶导数表示三次样条插值函数,用追赶法求解相关方程组.通过Matlab编制三次样条函数的通用程序,可直接显示各区间段三次样条函数体表达式,计算出已给点插值并显示各区间分段曲线图.(Cubic spline interpolation function from the real problems of boundary conditions cubic spline interpolation is required to give the state of the endpoint. Boundary conditions in the first example, the second derivative with node represents a cubic spline interpolation function, solving equations associated with catch-up method group. preparation of common procedures cubic spline function through Matlab, can directly display each range segment cubic spline function body expression, to the point of interpolation has been calculated and displayed for each sub-interval graphs.)
- 2014-01-13 09:20:17下载
- 积分:1
-
FivePointCubicMethod
五点三次法实现振动信号趋势项的消除,
1、 计算出数据的均值、均方值、方差 ;
2、 用matlab编制五点三次法消趋势项程序。
3、 在同一坐标下绘出消趋势项前后时域信号,并分析比较。
绘出消趋势项前后信号的自相关函数。( Five points three times a method to achieve the elimination of the trend of the vibration signal,
1, to calculate the mean of the data, the mean square value, variance
2, the preparation of the five points three times France extinction trend procedure using matlab.
3, plotted in the same coordinate consumer trends before and after the time-domain signal, analyzed and compared.
Draw to eliminate the trend before and after the signal autocorrelation function.
)
- 2012-03-15 02:09:43下载
- 积分:1
-
55555332342342
给出了BD-gmd-thp编码的详细MATLAB仿真,保证能仿真的通(It gives the BD-gmd-thp coded detailed MATLAB simulation, guaranteed through simulation)
- 2021-04-15 22:48:54下载
- 积分:1
-
ACAfilterbank
matlab重要的学习资料 初学者的好帮手 程序代码非常重要 滤波器组设计的好帮手(matlab important information for beginners to learn a good helper program code is very important filter bank is a good helper)
- 2010-10-06 20:01:54下载
- 积分:1
-
Dxiangguixian
基于MATLAB的确定性系统的分岔与混沌的设计程序(MATLAB-based deterministic system, bifurcation and chaos in the design process)
- 2009-12-30 21:45:40下载
- 积分:1
-
MATLAB
matlab 在信号分析处理及其应用signal and proce(matlab in signal analysis and its application to deal with signal and proce)
- 2008-12-29 00:02:04下载
- 积分:1
-
windowsprog
说明: 本书介绍了在Microsoft Windows 98、Microsoft Windows NT 4.0和Windows NT 5.0下程序写作的方法。这些程序用C语言编写并使用原始的Windows Application Programming Interface(API)。如在本章稍后所讨论的,这不是写作Windows程序的唯一方法。然而,无论最终您使用什么方式写作程序,了解Windows API都是非常重要的。(This book describes the Microsoft Windows 98, Microsoft Windows NT 4.0 and Windows NT 5.0 under the process writing approach. These procedures used C language and use the original Windows Application Programming Interface (API). As discussed later in this chapter, and it is not writing the only way to Windows program. However, regardless of how you use the writing process, understand the Windows API are very important.)
- 2009-08-12 20:58:53下载
- 积分:1
-
Matlab2014
关于matlab的矩阵数据结构部分,可以更深入掌握,和符号计算相衔接(About matlab matrix data structure part, you can have a better understanding, and symbolic computation convergence)
- 2014-11-09 16:35:04下载
- 积分:1
-
knn1
K最邻近密度估计技术是一种分类方法,不是聚类方法。
不是最优方法,实践中比较流行。
通俗但不一定易懂的规则是:
1.计算待分类数据和不同类中每一个数据的距离(欧氏或马氏)。
2.选出最小的前K数据个距离,这里用到选择排序法。
3.对比这前K个距离,找出K个数据中包含最多的是那个类的数据,即为待分类数据所在的类。(K nearest neighbor density estimation is a classification method, not a clustering method.
It is not the best method, but it is popular in practice.
Popular but not necessarily understandable rule is:
1. calculate the distance between the data to be classified and the data in each other (Euclidean or Markov).
2. select the minimum distance from the previous K data, where the choice sorting method is used.
3. compare the previous K distances to find out which K data contains the most data of that class, that is, the class to which the data to be classified is located.)
- 2017-08-09 21:06:38下载
- 积分:1