-
Gauss-Laguerre
matlab勒让德 - 高斯求积,用于计算勒让德 - 高斯求积分(Gauss–Laguerre quadrature)
- 2015-02-17 14:43:58下载
- 积分:1
-
mvdr
mvdr算法是最小方差无畸变响应波束形成器,它的原理来自是使非期望波达方向的任何干扰贡献的功率最小,但又能保持观测方向的信号功率不变。(mvdr algorithm is the minimum variance beamformer response distortion, its principle is that any interference from the direction of arrival of the undesired contributions to a minimum power, but the power of the signal while maintaining constant observation direction.)
- 2013-12-15 22:15:37下载
- 积分:1
-
matlab-mathematical-modeling
matlab mathematical modeling lectures (matlab mathematical modeling lectures)
- 2011-08-05 15:42:00下载
- 积分:1
-
PSO
PSO优化算法用于函数优化,具体的函数包括Quadric,Rastrigin等等(PSO optimization algorithm for function optimization, specific functions including Quadric Rastrigin and so on
)
- 2021-03-24 15:59:15下载
- 积分:1
-
PID
Proportional-Integral-Derivative (PID) control is the most common control algorithm used in industry and has been universally accepted in industrial control. The popularity of PID controllers can be attributed partly to their robust performance in a wide range of operating conditions and partly to their functional simplicity, which allows engineers to operate them in a simple, straightforward manner (exp. ref:national instruments).
This file analyse different conditions and methods for tuning the PID controllers.
- 2017-09-21 14:02:20下载
- 积分:1
-
vc+mat2
这是一个用vc和matlab混合变成的例子,在两者环境下结合编成是很好的思路,有很大的应用前景,希望对大家有所帮助(with vc and mixed into Matlab example, in other circumstances combined organization is a good idea, a great prospect, we hope to help)
- 2005-05-14 03:16:54下载
- 积分:1
-
DNRZ
使用Matlab实现双极性不归零码,画出波形并给出功率谱。(use Matlab bipolar not NRZ, paint and wave power spectrum is given.)
- 2007-05-17 18:02:20下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1
-
sat_orbit
satellite orbit visualization
- 2014-01-28 05:14:26下载
- 积分:1
-
thresh_tool
This tool launches a GUI for thresholding an intensity input image. A line on the histogram indicates the current threshold level. A binary image is displayed in the top right based on the level, click and drag the line. The output image updates automatically.
- 2010-09-30 16:13:55下载
- 积分:1