-
Adaptintegral
辛普森公式的自适应积分:在整个积分区间使用相同的小步长 ,以保持整体精度。然而,实际应用中,函数的振荡起伏的情况处处不同,这并没有考虑到曲线的某些部分变化剧烈,需要比其他部分多加考虑的情况。而有些部分,曲线的变化缓和,因此可以采用大于平均值的步长 来进行积分。因此,引入一种能够在函数值变化大的区间采用小步长的方法是很有用的。这种方法,称为自适应积分。(Adapt integral based on Simpson integral)
- 2011-12-06 23:35:05下载
- 积分:1
-
Gyrostat
A simulink model for chaotic Gyrostat system
- 2013-11-08 16:08:23下载
- 积分:1
-
DFIG_simplified_crowbar
DFIG wind turbine based on doubly feed induction generator the best generator used
- 2021-04-08 20:49:00下载
- 积分:1
-
SparseOLS_V2
Greedy Algorithms for Underdetermined but Sparse Solutions
- 2009-09-12 23:44:03下载
- 积分:1
-
the-algorithm-of-clustering
几种聚类算法的比较论文,希望对大家的论文有所帮助(Comparison of several clustering algorithms paper, we want to help the paper)
- 2011-10-28 16:12:52下载
- 积分:1
-
LSB_Audio
matlab编写的一个音频加密的程序,格式要求wav的形式,有运行结果。(matlab prepared an audio encryption procedures, the form of wav format requirements, and the results.)
- 2008-06-11 09:18:12下载
- 积分:1
-
SIR_PF_test3
基本粒子滤波算法的实现, 同时包含了仿真测试案例(the basic particle filter algorithm, including a case study.)
- 2020-06-20 23:00:01下载
- 积分:1
-
BPNN1
本人自己编写的,觉得很不错的,是关于化工数据处理方面BP程序,推荐给大家使用。(I write my own, feel very good, is about BP chemical data processing program, recommend to everyone to use.)
- 2014-12-02 22:33:32下载
- 积分:1
-
SARFilter
SAR图像三种滤波方法: 1、gamma_MAP滤波; 2、均方差滤波: 3、Lee滤波(SAR image filtering method three: 1, gamma_MAP filter 2, mean square error filter: 3, Lee filter)
- 2020-09-18 22:17:54下载
- 积分:1
-
pade
function [a,b] = pade(x,p,q)
PADE Model a signal using the Pade approximation method
----
Usage: [a,b] = pade(x,p,q)
The input sequence x is modeled as the unit sample response of
a filter having a system function of the form
H(z) = B(z)/A(z)
The polynomials B(z) and A(z) are formed from the vectors
b=[b(0), b(1), ... b(q)]
a=[1 , a(1), ... a(p)]
The input q defines the number of zeros in the model
and p defines the number of poles.
- 2012-04-18 09:52:53下载
- 积分:1