-
Codice
经典MATLAB算法,插值计算,拟合,绘图等(Classic MATLAB algorithms, interpolation, fitting, drawings, etc.)
- 2013-12-07 21:45:36下载
- 积分:1
-
winplt
一个很好用的窗函数生成工具,能够计算得到想要的窗函数,简便易用。(A good window function used to generate tools that can calculate the desired window function, easy-to-use.)
- 2007-10-15 18:58:14下载
- 积分:1
-
Untitled
Unscented Klaman filter for estimation of frequency of simple sinusoid
- 2009-11-09 10:18:30下载
- 积分:1
-
work2
最小二乘递推算法辨识程序, 输入信号为正态分布白噪声 (RLS identification procedures for the normal white noise input signal)
- 2011-05-20 19:05:43下载
- 积分:1
-
genzong
目标跟踪算法仿真几维Cv模型跟踪匀速直线运动(Target tracking algorithm to track the simulation model several dimensional uniform linear motion Cv)
- 2011-12-06 17:09:08下载
- 积分:1
-
Digital-filters
A filter is a system which modifies some special frequencies reletive to the others. As a result it is applicable in some applications when it is necessary to have different gains & phase shifts at different frequencies to perform specific filtering tasks. For example in an audio file which is corrupted by noise it is convinient to use a filter to cancel those frequencies which are affected by noise and consequently having a better sound quality. During this MATLAB experiment we are trying to cancel the noise frequencies out of the original signal frequencies to get the original signal. Due to do this task, different types of filters such as FIR and IIR filters are used. In FIR filters, we use two type of common windows such as fixed window like Hanning and adjustable window like Kaiser. In IIR filters four different types of filter such as Butterworth, Chebyshev I, Chebyshev II, Elliptic are used.
- 2011-12-19 22:31:08下载
- 积分:1
-
stdPSO
pso优化算法matlab工具箱,很强大的代码程序,是优化单目标的非常好的工具哦(pso matlab optimization toolbox, the code is very powerful program, is a very good single-objective optimization tool for oh)
- 2011-08-28 11:47:17下载
- 积分:1
-
MATLAB
matlab中程序设计与应用的基础知识,对初学者帮助很大(matlab in program design and application of basic knowledge is very helpful for beginners)
- 2008-06-25 13:12:57下载
- 积分:1
-
matlabfunctions-Check
matlab函数速查工具指南,学习matlab的必备资料。。。(Matlab functions Check)
- 2013-02-25 14:26:16下载
- 积分:1
-
mandelbrot
This guide can draw a mandelbrot figure. In default values it calculates Z=Z^2+C for 20 iterations, where Z initally equal to zero and C has the values of every pixel created by meshgrid function(built-in).
although mandelbrot equation is Z=Z^2+C you can change the degree of the equation between 1 - 50.
higher number in iteration, points in axes gives better results in image besides more resulting time.
to zoom an area of the figure you must aproximately choose the point and then change the center values to this point values then push Show Graph button. because of this is the first version there can be any lack of usage.
(This guide can draw a mandelbrot figure. In default values it calculates Z=Z^2+C for 20 iterations, where Z initally equal to zero and C has the values of every pixel created by meshgrid function(built-in).
although mandelbrot equation is Z=Z^2+C you can change the degree of the equation between 1- 50.
higher number in iteration, points in axes gives better results in image besides more resulting time.
to zoom an area of the figure you must aproximately choose the point and then change the center values to this point values then push Show Graph button. because of this is the first version there can be any lack of usage.
)
- 2010-02-17 07:21:59下载
- 积分:1