-
dsp
这是关于现代信号处理的一些课件,主要讲述了有关离散序列的傅里叶变换等(This is about some of the courseware of modern signal processing, mainly tells about the discrete Fourier transform sequence)
- 2010-12-29 16:10:55下载
- 积分:1
-
efg2d.tar
2D MATLAB EFG CODE - SQUARE DOMAIN(2D MATLAB EFG CODE- SQUARE DOMAIN)
- 2007-05-19 19:54:36下载
- 积分:1
-
rough-set-reduct-code
将core.txt文件放在C盘根目录下,然后打开matlab,点击“文件”-“打开”选中main.m文件,“运行”这个文件。
命令窗口马上就会显示出运行结果。
mm_Red.m为封装的盲目约简算法.返回值为约简结果.
sxzyd_Red为封装的基于属性重要度约简算法.返回值为约简结果.
bsjz_Red为封装的辨识矩阵约简算法.返回值为辨识矩阵和约简结果.
cal_sig为封装的求属性重要度的函数。
max_min为封装的求属性度最大,划分个数最小的属性的函数。
dele_max为封装的删除属性度最大,划分个数最小的属性的函数。
mycore.m为封装的求核函数.
myind为封装的求划分的函数.
ind_E_a为求每个属性的划分的函数.(Files on the core.txt to the C root directory, then open matlab, click on " File" - " Open" main.m file is selected, " Run this file. The command window is displayed immediately run results. mm_Red.m the package blindly reduction algorithm. return value reduction results. sxzyd_Red degree reduction algorithm based on attributes important to package the return value is the result of the reduction. bsjz_Red matrix reduction algorithm for the identification of the package. return value identification matrix and reduction results. cal_sig package attribute importance to the function. max_min demand for the package attribute degrees largest division of the function of the minimum number of attributes. delete attribute degrees dele_max package is the largest division of the function of the minimum number of attributes. mycore.m seeking nuclear function package. myind package and by function. ind_E_a for the sake of each attribute divided function.)
- 2012-10-10 22:27:47下载
- 积分:1
-
kalman_filter_success2
实现一维卡尔曼滤波,画出真实值和估测值之间的图像,通过比较,研究卡尔曼滤波的性质。(Implement a Kalman filter, draw the image and estimate the true value between the values, by comparison, study the nature of the Kalman filter.)
- 2013-12-28 17:01:05下载
- 积分:1
-
perfect1
2016年国赛建模A题中第1题风速为12m/s时的一种求解方法,画出了锚链的形状。(a solution to the first question in the wind speed of 12m/s of 2016 National Modeling Competition)
- 2016-11-09 13:39:02下载
- 积分:1
-
matlab_vc
如何在vc6中调用matlab引擎进行科学计算。
包括,初始化引擎,数据交换等。(How to call matlab engine vc6 for scientific computing. Include engine initialization, data exchange, etc..)
- 2007-12-05 20:11:42下载
- 积分:1
-
MPLAB
MPLABde 使用指南 和C指针库(jjdkkddkkdjjd)
- 2010-11-21 22:52:01下载
- 积分:1
-
histmatch
pyramidal texuture synthesis.
- 2010-12-06 23:09:53下载
- 积分:1
-
Ball-Tracking2
this program is for ball tracking
- 2014-11-11 08:58:17下载
- 积分:1
-
seam-carving
findEnergy.m 计算出图像的梯度图
findSeamImg.m 计算出所有可能的竖直缝
findSeam.m找出能量最小的一条竖直缝
removalMap.m将需要删除的N条竖直缝存储起来并按照索引逐条删除
SeamCut.m将选中的缝一条条的删除
SeamPlot.m在图中画出要删除的缝
Testseam.m调用以上函数的主程序(FINDENERGY creates an gradient img from a given RGB or grayscale image.
FINDSEAMIMG finds the seam map from which the optimal (vertical running)
seam can be calculated.
FINDSEAM returns a column vector of coordinates for the pixels to be removed (the seam).
SEAMPLOT takes as input an image and the SeamVector array and produces an image with the seam line superimposed upon the input image, x, for display purposes.
SEAMCUT takes as input a RGB or grayscale image and SeamVector array to find the pixels contained in the seam, and to remove them from the image.
REMOVALMAP takes a given image and finds the ordered set of (vertical) seams that are removed from an image and returns them in an array, where the Nth column in the array corresponds to the Nth seam to be removed.)
- 2013-04-30 15:31:15下载
- 积分:1