-
highpassfilter
a matlab .m file describing a function acts as high pass filtr on an image
- 2009-11-09 01:54:58下载
- 积分:1
-
pskup
Built-in Matlab speed-up
- 2010-11-03 19:00:54下载
- 积分:1
-
SVPWM60
自己做的采用60度坐标系的三电平SVPWM模块
用的是matlab2009b
(60-degree three-level SVPWM module
Matlab2009b)
- 2021-04-19 20:38:50下载
- 积分:1
-
iterative-learning-control
详细介绍了迭代学习控制的各种算法,针对各种算法有详细的推导过程,对控制器的设计有一定的理论支撑。(Details of the iterative learning control algorithms, for a variety of algorithms have detailed derivation of the controller design has some theoretical support.)
- 2013-11-14 09:07:06下载
- 积分:1
-
1
说明: matlab使用垂直Sobel算子,自动选择阈值
[VSFAT Threshold]=edge(f, sobel , vertical )
边缘探测
figure,imshow(f),title( 原始图像 ),
显示原始图像
figure,imshow(VSFAT),title( 垂直图像边缘检测 )
显示边缘探测图像
使用水平和垂直Sobel算子,自动选择阈值
SFST=edge(f, sobel ,2)
figure,imshow(SFST),title( 水平和垂直图像边缘检测 )
显示边缘探测图像
使用指定45度角
Sobel算子滤波器,指定阈值
s45=[-2 -1 0 -1 0 1 0 1 2]
SFST45=imfilter(f,s45, replicate )
SFST45=SFST45>=2
figure,imshow(SFST45),title( 45度角图像边缘检测 )
显示边缘探测图像
(matlab I=rgb2gray(I0)
J0=double(I) [VSFAT Threshold]=edge(f, sobel , vertical ) figure,imshow(f),title figure,imshow(VSFAT),title)
- 2013-12-18 15:42:14下载
- 积分:1
-
Particle-Swarm-Optimization
粒子群优化算法 包含3个文件 AsyLnCPSO PSO SelPSO(Particle Swarm Optimization)
- 2013-11-19 09:35:25下载
- 积分:1
-
杜分方程
说明: 齿轮动力学分析,计算duffing系统下特性,振动情况等(To solve the nonlinear problem of gear dynamics analysis, the calculation of duffing system characteristics, vibration, and so on)
- 2020-11-20 08:47:46下载
- 积分:1
-
自适应滤波工具箱 v4
为了便利自适应滤波工具箱的用法,作者选择了使用类似的原型
所有的功能,只要它是可能的。之后我们说明了这种原型:
函数 [outputVector,......
errorVector,......
coefficientVector] = Affine_projection(desired,input,S)
在哪里,
.所需: 所需的信号称为 d(k) [1]
.输入: 输入的信号称为 x(k) [1]
.outputVector: 自适应滤波的输出称为 y(k) [1]
- 2023-04-16 07:55:03下载
- 积分:1
-
ss
说明: Source code for subsampling
- 2010-12-29 13:18:13下载
- 积分:1
-
lorenz-fenchatu
这是我搜集的Lorenz系统的分岔图,里面有好几个,对分岔图的方法也给出了几种(This is my collection of the bifurcation diagram of the Lorenz system, there are several on the bifurcation diagram also shows several methods)
- 2021-04-10 15:18:59下载
- 积分:1