-
RectWave
矩形波路径规划算法,从起始点通过用矩形波传递到达目标点的方法来获得连通路径。适用于已知地形的栅格图。(Rectangular wave path planning algorithms, from the starting point by using the rectangular wave transmission methods to reach the target point to get connectivity path. Applicable to the known topography of the grid map.)
- 2008-03-18 20:12:26下载
- 积分:1
-
Differential-Evolution
本程序为标准的微分进化算法,可以提供开发人员进行扩充。(differential evolution)
- 2012-05-28 23:49:17下载
- 积分:1
-
EXERCICIO5A
single phase active harmonic filter
- 2013-09-08 02:01:24下载
- 积分:1
-
backprop
BACK PROPOGATION ALGORITHM FOR MATLAB
- 2010-05-11 08:19:26下载
- 积分:1
-
Q10
SIR (signal to interference) calculation given power matrix and association information. S/I for 1st interferer, 2nd interferer and all weak interferers combined are also calculated
- 2014-12-14 22:08:39下载
- 积分:1
-
三自由度直齿轮动力学方程求解
三自由度直齿轮动力学方程求解,希望对初学者有所帮助。(
Dynamic equation of three-DOF gear, hope it is helpful for beginners.)
- 2020-11-19 21:19:37下载
- 积分:1
-
MATLAB书的例题程序
本书是比较好的matlab学习资料 可以帮助初学者掌握基本的编程,里边也包含了程序源是很方便的。(This book is a good matlab learning material to help beginners master the basic programming, which also contains the program source is very convenient.)
- 2020-06-18 03:00:02下载
- 积分:1
-
SPXY样本划分方法
说明: 用于数据建模时的样本集自动划分方法,基于X、Y矩阵的校正集及验证的划分(Automatic sample set partition method for data modeling, calibration set and validation partition based on X and Y matrices)
- 2020-08-03 17:28:36下载
- 积分:1
-
NC-MFSK
nc mfsk调制,包括了bfsk,qfsk,8fsk等东西(nc mfsk modulation, including bfsk, qfsk, 8fsk and other things)
- 2009-04-26 03:03:41下载
- 积分:1
-
TVL1_HCS_v1
TVL1重建从混合压缩采样,rice大学泊松分布图像重建与全变分正规化的代码(Note:
(1)Fore small-scale data, hybrid sampling consists of Bernoulli random sampling and low-resolution sampling (TVL1_HCS)
(1)Fore large-scale data, hybrid sampling consists of Fourier radial sampling and low-frequency sampling (TV_RecPF)
Copyright (C) 2010 Xianbiao Shu, Computer Vision and Robotics Lab, University of Illinois at Urbana-Champaign.
Acknowledgement: RecPF (Rice University)
PDCO (Stanford University)
Twister (MIT)
Reference:
X. Shu, N. Ahuja,
Hybrid Compressive Sampling via a New Total Variation TVL1,
In Proceedings of ECCV 2010.
Usage:
>> run_me_first
>>[Im_rec, PSNR_est1,PSNR_est2] = TVL1L2_HCS_test( Ball1_32.bmp , 0.35,3)
>>[Im_rec, PSNR_est1,PSNR_est2] = TVL1L2_HCS_test( Ball1_32.bmp , 0.35,3)
>>[Im_rec, PSNR1, PSNR2, G_error, Ratio] = TV_RecPF_test( Chest.png , 5, 10, 0, 1e-10, 0) )
- 2011-04-20 22:47:01下载
- 积分:1