-
Lachryma 修正版
说明: you should not download this file.
- 2020-06-22 01:40:02下载
- 积分:1
-
matlab
数字信号处理及其MATLAB实现,详细介绍了数字信号处理的原理和过程,并给出详细的MATLAB实现程序。(Digital signal processing and MATLAB realization of digital signal processing described in detail the principles and processes, and gives a detailed implementation program MATLAB.)
- 2009-11-25 22:11:33下载
- 积分:1
-
cd
说明: matlab based lens designing code
- 2012-04-12 21:50:24下载
- 积分:1
-
my_lssvm1
基于台湾大学林智仁教授开发的LSSVM工具箱编写的鸢尾属植物分类程序,基于四个特征中的后两个进行的分类,分类效果相当好!(classification for iris data using lssvm)
- 2011-06-13 10:19:30下载
- 积分:1
-
matlab-longgekuta
三阶龙格库塔,四阶龙格库塔程序,程序完善,通用性强!(The third order runge kutta, fourth order runge kutta procedures, process improvement, strong commonality.
)
- 2013-12-10 20:25:28下载
- 积分:1
-
M文件1
通过编程得到正交的1egendre(N)函数序列(Orthogonal sequence of Legendre (N) functions obtained by programming)
- 2020-06-24 16:00:01下载
- 积分:1
-
canny
用matlab实现的canny边缘检测 (Using matlab implementation of the canny edge detection )
- 2009-03-21 10:47:31下载
- 积分:1
-
sanshechengxu
说明: 关于雨点的散射程序,希望和有关同行探讨探讨(The scattering process on the rain, hope, and the study of peer)
- 2010-04-21 00:04:08下载
- 积分:1
-
LFM_radar
雷达的线性调频信号matlab仿真模拟,适合雷达信号处理初学者,程序已经过验证。(The linear FM signal matlab radar simulation, is suitable for beginners of radar signal processing, the program has been verified.)
- 2009-09-13 20:12:29下载
- 积分:1
-
newnethodotsu
一个新设计的OTSU算法,使用方法如下:% load clown
% subplot(221)
% imshow(X/max(X(:)))
% title( Original , FontWeight , bold )
% for n = 2:4
% Iseg = otsu(X,n)
% subplot(2,2,n), colormap(gray)
% imshow(Iseg)
% title([ n = int2str(n)], FontWeight , bold )
% end(OTSU design a new algorithm, using the method as follows: load clown subplot (221) imshow (X/max (X (:))) title (Original, FontWeight, bold) for n = 2:4 Iseg = otsu (X, n) subplot (2,2, n), colormap (gray) imshow (Iseg) title ([n = int2str (n)], FontWeight, bold) end)
- 2007-11-14 12:45:49下载
- 积分:1