-
duonihe
matlab 求信号的最大频率曲线程序,很简便~~(matlab curve seek the maximum frequency of the signal process, it is easy ~ ~)
- 2010-05-29 20:35:11下载
- 积分:1
-
domp
omp 算法 你可以通过这个算法完成图像恢复,效果好,恢复时间短,误码率低,解决凸优化算法复杂度高的缺点(omp algorithm you can accomplish by this algorithm for image restoration, good effect, shorter recovery time, error rate, to solve the shortcomings of convex optimization algorithm with high complexity)
- 2014-01-13 20:52:13下载
- 积分:1
-
STBC_MIMO_OFDM
说明: MIMO通信系统 使用matlab描述和仿真(MIMO communication system description and simulation using matlab)
- 2010-04-25 10:39:59下载
- 积分:1
-
matlabguipro
一些关于MATLAB GUI设计的例程,值得借鉴。(Some of the routines on MATLAB GUI design, it is worth learning from.)
- 2011-10-11 22:48:50下载
- 积分:1
-
genzong
目标跟踪算法仿真几维Cv模型跟踪匀速直线运动(Target tracking algorithm to track the simulation model several dimensional uniform linear motion Cv)
- 2011-12-06 17:09:08下载
- 积分:1
-
yiqunsuanfa
蚁群算法是目前应用最广的智能算法之一,该程序应用蚁群算法求解最优路径(Ant colony algorithm is one of the most widely used intelligent algorithm, the program ant colony algorithm for optimal path)
- 2014-01-16 11:07:52下载
- 积分:1
-
work
这使单相电机变频调速方面的MATLAB仿真资料,很好的(This allows single-phase motor VVVF MATLAB simulation aspects of information, good)
- 2008-08-04 14:49:22下载
- 积分:1
-
E-plot
Electric field plot of a cylindrical antenna, conformally mapped, in matlab(source code)
- 2011-05-04 08:33:25下载
- 积分:1
-
AsynchronousMachineModel
Asynchronous machine_model
- 2010-05-27 03:09:35下载
- 积分: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