-
contourletoolbox
高频系数融合均采用基于像素点绝对值取大的规则,这里要注意的是,比较的对象是两幅原始图像的像素点的绝对值,而融合后图像的像素点的取值是两幅原始图像像素点绝对值大的那一点的值,也就是说,要取绝对值大的那个点的实际值
- 2010-10-23 20:40:53下载
- 积分:1
-
CMA_ES
一种协方差矩阵自适应优化算法的说明文档和MATLAB实现。测试函数经测试可以运行。(A covariance matrix adaptive optimization algorithm for documentation and MATLAB implementation. The test function can be run by testing.)
- 2020-12-14 22:39:14下载
- 积分:1
-
SWcomplex
生成小世界网络的Matlab程序,比较好,很多人都在用这个(Generate small-world network Matlab program, better, a lot of people are using this)
- 2010-11-26 20:07:02下载
- 积分:1
-
GaussSeidel
Gauss Seidel equation solving for power system analysis
- 2013-02-23 08:28:47下载
- 积分:1
-
abhpeak
matlab code for peak of speach
- 2014-12-06 12:42:36下载
- 积分:1
-
LQR_Pathtracking
说明: 线性约束下基于LQR方法的车辆路径跟踪,用于无人驾驶。(Vehicle path tracking based on LQR method under linear constraints is used for unmanned driving.)
- 2020-09-07 00:38:22下载
- 积分:1
-
Restoration
图像恢复的几个程序,旋转恢复是用vc写的,其余是matlab的,这几个程序比较挑图像,如果一幅效果不好,换一个做,图像恢复程序大都这样。()
- 2007-08-25 18:01:20下载
- 积分:1
-
matlab
本文讲述的是运用matlab软件编写线性卷积和循环卷积,运行程序并得到正确结果,附上运行结果图让大家参照对比。
- 2010-12-15 10:23:39下载
- 积分:1
-
910
说明: 思源科技出版 matlab基础与提高 9-10章 源代码(Si Yuan Foundation and enhance the scientific publishing matlab source code chapter 9-10)
- 2010-04-24 11:57:28下载
- 积分:1
-
date-calculate
计算这一年已经逝去的天数(包括当天)。在平年中,它的取值范围为1到365,在闰年中,它的取值范围1到366。编写一个MATLAB程序,输入年,月,日,输出为对应的该天是当年的第几天。
闰年是这样规定的
1).能被400整除的年为闰年
2)能被100整除但不能被400整除的年不为闰年
3).能被4整除但不能被100整除年为闰年
4).其余的年份不为闰年
(This year has calculated the number of days elapsed (including that day). In non-leap year, it ranges from 1 to 365 in a leap year, it s the range of 1 to 366. Write a MATLAB program, enter the year, month, day, corresponding to the output of the first year of the day is a few days.
This leap is required
1) is divisible by 400 is a leap year
2) can be divisible by 100 but not divisible by 400 years is not a leap year
3) be divisible by 4 but not divisible by 100 is a leap year
4) the rest of the year is not leap year)
- 2011-12-13 23:35:17下载
- 积分:1