-
xinhaochuli
xinhaochuli ,matlab做的,信号导入。滤波。有注释(xinhaochuli, matlab do, signal import. Filtering. Annotated)
- 2010-11-23 09:59:55下载
- 积分:1
-
functionz
说明:
在三次样条中,要寻找三次多项式,以逼近每对数据点间的曲线。在样条术语中,这些数据点称之为断点。因为,两点只能决定一条直线,而在两点间的曲线可用无限多的三次多项式近似。因此,为使结果具有唯一性。在三次样条中,增加了三次多项式的约束条件。通过限定每个三次多项式的一阶和二阶导数,使其在断点处相等,就可以较好地确定所有内部三次多项式。此外,近似多项式通过这些断点的斜率和曲率是连续的。然而,第一个和最后一个三次多项式在第一个和最后一个断点以外,没有伴随多项式。因此必须通过其它方法确定其余的约束。最常用的方法,也是函数spline所采用的方法,就是采用非扭结(not-a-knot)条件。这个条件强迫第一个和第二个三次多项式的三阶导数相等。对最后一个和倒数第二个三次多项式也做同样地处理。
(the Cubic Spline, to find three polynomial, approaching every right to point the data curve. The kind of terms, these data points called breakpoints. Because only two points a straight decisions, and in between the two curves can be used an infinite number of cubic polynomial approximation. Therefore, in order for the outcome of uniqueness. The Cubic Spline, add the cubic polynomial bound by the conditions. By limiting each cubic polynomial of the first order and second-order derivative, it breakpoint in the same Department, we can better identify all internal cubic polynomial. In addition, the polynomial approximation of these breakpoints slope and curvature is continuous. However, the last one and a cubic polynomial in a breakpoint and the final one, not accompanied by polynomials. There)
- 2006-03-15 21:19:29下载
- 积分:1
-
func_algorithm2_strict
A Joint Time-Invariant Filtering Approach to the Linear Gaussian Relay Problem
- 2015-03-23 17:50:11下载
- 积分:1
-
capm-daima
CAPM代码,资本资产定价模型在Matlab中的实际应用。(Capital Asset Pricing Model with Missing Data)
- 2020-07-04 12:00:01下载
- 积分:1
-
黑通道图像去雾
黑色通道优先算法在处理单幅户外场景图像去雾方面取得了一定的效果,但是该方法需要消耗大量的存储和计算资源,另外对天空区域的处理不够准确.本文仍然基于黑色通道先验知识,对图像边缘和非边缘分别采用不同的模板处理得到透射图,并通过分割天空区域或者雾最浓区域求得准确的大气光值,利用该方法可以恢复出和原方法基本一致甚至更准确的结果,并且可以大大减少消耗,提升计算速度
- 2023-03-13 06:15:05下载
- 积分:1
-
MyGUI
这是用MATlab进行用户界面设计的程程序这是界面的功能是:对连续时间函数w(t)=exp(-abs(t))在【-5,5】区间内进行采样,利用样条插值重构该连续函数,绘出重构图形并输出重构误差。(It is used MATlab process of user interface design process which is the interface functions are: a continuous time function w (t) = exp (-abs (t)) in the range】 【-5,5 samples, using spline Reconstruction of the continuous interpolation function, draw the reconstruction graphics and output reconstruction error.)
- 2009-10-27 11:38:54下载
- 积分:1
-
smoke
smoke detc... along with source code
- 2009-11-07 04:47:06下载
- 积分:1
-
saoyie
利用matlab写成的窄带噪声发生,使用高阶累积量对MPSK信号进行调制识别,通过虚拟阵元进行DOA估计。( Using matlab written narrowband noise occurs, Using high-order cumulants of MPSK signal modulation recognition, Conducted through virtual array DOA estimation.)
- 2016-09-21 14:20:57下载
- 积分:1
-
SVD_TLS
一种用总体最小二乘法来估计ARMA模型的实例,在MATLAB中进行了仿真,附有MATLAB仿真程序(A total least squares method to estimate the ARMA model examples were carried out in the MATLAB simulation, with a MATLAB simulation program)
- 2021-05-01 11:01:53下载
- 积分:1
-
vcc_mex
一般情况下,我们都是在MATLAB命令行或DOS命令行下编译MEX程序。 所用的命令就是:mex filename.c 这有很多不方便的地方:
a. 虽然mex也可以编译C++的mex程序,但是它的主框架仍是C的 a. 当程序有多个模块时,需要多次使用mex命令,操作很麻烦
b. 不能利用VC特有的ClassWizard自动创建和维护类
c. 不能用MFC类库编写应用程序
d. 不能方便地进行类似VC的项目管理
本文详细解说如何在IDE中编译MEX程序(Under normal circumstances, we are all in the MATLAB command line or DOS command line program to compile MEX. Command is used by: mex filename.c This has a lot of inconvenient places: a. Although the mex can also compile C++ The mex program, but it is still the main frame C of a. When the procedure has a number of modules the need to repeatedly use the mex command, the operation is cumbersome b. Can not use VC-specific ClassWizard automatically create and maintain the category c. can not use MFC class library to write applications easily d. should not conduct a similar project management VC a detailed explanation of how this article IDE compiling MEX procedures)
- 2007-09-27 15:44:55下载
- 积分:1