-
Wiener-filter
完整的维纳滤波器的matlab程序,对信号进行滤波(Full Wiener filter matlab program.)
- 2011-08-25 10:22:48下载
- 积分:1
-
solar_batt
solar battery system simulation
- 2012-06-14 20:53:45下载
- 积分:1
-
PIDCONTR
PID控制 PI控制 PD控制 matlab程序 初级入门(PID control PI control PD control matlab program entry-)
- 2013-04-25 13:59:52下载
- 积分: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
-
[MATLAB智能算法30个案例分析].史峰等.扫描版 上
说明: MATLAB智能算法30个案例分析,本书采用案例形式,以智能算法为主线,讲解了遗传算法鱼群算法等。(Analysis of 30 Cases of Intelligent Algorithms in MATLAB.This book uses the case form, takes the intelligent algorithm as the main line, explains the genetic algorithm fish swarm algorithm and so on.)
- 2019-05-08 18:56:07下载
- 积分:1
-
4744300935216457079
说明: 本文件为普通潮流计算 ieee14节点的潮流计算(This document is the general power flow calculation IEEE 14 node power flow calculation)
- 2021-04-07 10:41:21下载
- 积分:1
-
Matlab
Matlab详细手册Matlab详细手册Matlab详细手册Matlab详细手册(Matlab user book)
- 2010-12-25 13:44:38下载
- 积分:1
-
matlab-codes
describe how to generate OFDM signal,but do not add interval
- 2013-10-28 17:03:56下载
- 积分:1
-
chap4
MATLAB应用大全一书的配书光盘第四章源代码,该文件夹收录了本书涉及的源文件。收录了一些优秀应用实例信息,便于读者学习了解。(MATLAB application of CD attached with books in the fourth chapter of the source code, this folder contains the book files. Includes some excellent examples of application information, convenient for readers to learn.
)
- 2014-01-17 10:55:51下载
- 积分:1
-
fly_to_the_Mars
Control optimisation. It is example of use BFGS algorithm to control satellite form Earth atmosphere to the Mars. Controled is engine power (bang-bang type) and angle of nozze.
- 2009-03-12 01:36:06下载
- 积分:1