-
matlab-edu-codes
matlab-edu-codes 32 .m files !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- 2009-10-20 23:04:06下载
- 积分:1
-
matlab
说明: matlab功能宝典,绝对经典,里面有十八个压缩文件,好好使用(A book about Matlab)
- 2009-08-12 14:13:19下载
- 积分:1
-
HaarFaceDetect
说明: 人脸检测领域经典的Haar人脸检测。使用OpenCV.(Face Detection classic Haar face detection. Use OpenCV.)
- 2006-04-07 15:53:37下载
- 积分:1
-
2009090416465604
是四层小波分解的图像融合算法 希望对大家的学习有所帮助(Is the four wavelet decomposition of image fusion hope to help the learning)
- 2010-05-21 10:28:41下载
- 积分:1
-
dubins
dubins路径的生成,起始圆,结束圆,转弯点(generation of duins path)
- 2014-01-23 15:12:53下载
- 积分:1
-
rms
说明: 通过不同大小的窗口移动,计算每个窗口内地形剖面数据的均方根值,得到的数据在双对数图中拟合直线可求得分维数(move the windows of different size and calculate the rms of the data in the window.Then using the resultant data to plot,so that the fractal dimension can be gotten.)
- 2010-05-03 17:30:18下载
- 积分:1
-
NMPC
该文件在matlab中实现了非线性mpc,并将其应用到CSRT系统中。(The file in matlab nonlinear mpc, and apply it to the CSRT system.)
- 2021-03-20 20:49:18下载
- 积分: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
-
潮流计算matlab代码
基于3个节点的闭式网络的牛顿拉夫逊迭代法(Newton Ralph Xun Diedefa based on closed network of 3 nodes)
- 2021-01-10 11:58:50下载
- 积分:1
-
Adaptiveequalizer
在信道均衡运用中,将发送的受信道失真影响的原始信号作为自适应滤波器的输入信号,可期望信号是原始信号的时延形式,如图22(a)所示。通常情况下,输入信号的时延形式在接收端是可以得到的,采用形式是标准的训练信号。当MSE达到最小时,就表明自适应滤波器代表了信道的逆模型(均衡器)。(In the use of channel equalization, will be sent by the effects of channel distortion signal as the original adaptive filter input signal, can expect signal is the original signal delay form, Figure 22 (a) as shown. Under normal circumstances, the input signal at the receiving end delay form is accessible, using the form of training is a standard signal. When the MSE to achieve the best hours, show that the adaptive filter on the channel represents the inverse model (EQ).)
- 2008-05-26 12:24:33下载
- 积分:1