-
fixed_point
Fixed-Point iteration(Function fixed_point(p0, N) approximates the solution of an equation f(x) = 0, rewritten in the form x = g(x), which is a sub-function the user has to enter. the call to the function fixed_point(p0, N) returns the root of the equation f(x),i.e. the fixed-point of g(x), if the procedure is successful or a sequence of iterates in case something goes wrong. p0 is the initial approximation and N the maximum number of iterations. If, after N iterations, condition |x(k)- x(k-1)| < tol is not satisfied, all iterated values will be displayed, accompanied by a message asking the user to either change p0 in case of divergence or enter another g(x) that does not lead to complex numbers arithmetics. Reasons for the program to go wrong are the divergence of iterates and/or appearance of complex numbers for example with functions involving sqrt(x) when one of the iterates is negative. )
- 2009-05-14 04:43:58下载
- 积分:1
-
采用滑动平均法对原始信号平滑后求其时域特征图
针对滚动轴承全寿命周期试验数据,采用滑动平均法对原始信号平滑后求其时域特征图,可用于轴承性能退化评估的研究(Experimental data for the entire life cycle of rolling bearings, using the moving average method to study after the original time-domain signal smoothing seeking the feature map, can be used for bearing performance degradation assessment)
- 2021-04-08 08:49:00下载
- 积分:1
-
particle-tracking
该代码是基于背景建模的粒子滤波算法程序,代码可以运行,且效果很好。(The code is the procedure of particle filter algorithm based on background modeling, the code can be run, and the effect is very good.
)
- 2013-04-09 22:10:22下载
- 积分:1
-
fsherror
fisher方法的matlab程序,希望对大家有用(fisher method s matlab program, hope to benefit everyone)
- 2011-12-16 19:54:13下载
- 积分:1
-
NLSZcode
能量算子包络解调,可以有效识别信号的冲击成分(Energy operator envelope demodulation, the signal can effectively identify the impact of component)
- 2014-07-25 11:36:36下载
- 积分:1
-
MFCC_Gen
Import a mp3 audio file and get the time domain information by selecting sample range.
- 2012-07-05 03:34:30下载
- 积分:1
-
UsingGeneticAlgorithmsInFinancialApplica
Algorithm for using genetic algorithm in financial analysis
- 2014-10-06 23:48:00下载
- 积分:1
-
first_m61
少量投影圆形扫描法获得物象全息图的程序,可以使用3DMax生成一个三维物体的各角度投影图然后使用此程序处理,通过修改参数等可以最终生成全息图.程序测试通过,并可通过重建数值再现.(Circular scanning method to obtain a small amount of projection images hologram program, you can use 3DMax to generate a three-dimensional perspective projection of the object and then use this procedure, by modifying the parameters can ultimately generate holograms. Test procedures, and through numerical reconstruction reproduction.)
- 2011-10-25 16:00:10下载
- 积分:1
-
fanxiangjifeng
脉冲反向积分发测试混响程序,数据应该为声压时间信号()
- 2008-05-11 21:54:05下载
- 积分:1
-
yichuanmohusuanfa
说明: 模糊聚类算法,实现对数据的聚类分析,供大家参考(Fuzzy clustering algorithm, the realization of the cluster analysis of data for the U.S. reference)
- 2008-10-06 20:29:01下载
- 积分:1