-
filterImage
There are different m files for different filter to use.
perwit.m:=uses window Wx=[1 0 -1 1 0 -1 1 0 -1]/3
and Wy=Wx and then convolves this window with the image.
sobel.m:=uses window W=[1 0 -1 2 0 -2 1 0 -1]/4
lablacian.m=uses window W=[0 1 0 1 -4 1 0 1 0]
convolve.m=convolves window and image
- 2011-07-27 23:15:28下载
- 积分:1
-
hvdc-simulink
该文件是针对高等电力系统分析中电流控制的高压直流输电系统的模型,是研究生的大作业,用Matlab的较低版本方可打开。(This file is for high voltage DC transmission system control of current advanced analysis in power system model, is the graduate student major operations, with lower Matlab version can be opened.
)
- 2014-12-25 16:54:05下载
- 积分:1
-
fdtd3D_dipole
三维FDTD程序,实现了葛德彪书中P132页的例子,提供了理论值与数值结果的比较。(Three-dimensional FDTD program, the the Ge Debiao P132 page book example provides a comparison of the theoretical and numerical results.)
- 2020-12-19 16:49:09下载
- 积分:1
-
arnold
基于Arnold 变换的图像置乱Matlab 程序(Based on Arnold transform image scrambling Matlab procedures)
- 2007-08-19 15:54:02下载
- 积分:1
-
第一章 计算机辅助设计与仿真技术概述
用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象(with Canny operator to detect the edges in the image P0404 : image thresholding segmentation P0405 : water line threshold method image segmentation P0406 : matrix Quadtree P0407 : images into text and non-text of the two categories P0408 : morphological gradient detection Binary Image Edge P0409 : morphology example-- Images from the PCB to delete all current lines, retaining only chip targets)
- 2005-05-12 17:05:56下载
- 积分:1
-
bpnnet_154
用MATLAB编写的用BP网络完成函数的逼近源程序,希望有人用的上(MATLAB BP prepared by the network to be completed by the function approximation source, hoping that someone on the)
- 2006-08-21 09:53:40下载
- 积分:1
-
singlePHhalf
Simulation of Single phase halfwave controlled rectifier
- 2014-10-19 03:25:51下载
- 积分:1
-
Hw1_02
This code is for Smith Controller in model predictive control.
- 2014-11-17 02:19:34下载
- 积分:1
-
simple-calculator
使用MATLAB的GUI接口设计一个简单的计算器,实现两个数的基本运算。(Use the GUI interface of MATLAB to design a simple calculator,realizing basic operations of two numbers.)
- 2013-09-29 21:40:36下载
- 积分:1
-
3D_SL0
压缩感知:3维压缩感知重构算法,采用最速下降法和梯度投影原理,逐步逼近最优解。是本人精心编写调试好的,请放心使用。(cs:3 dimensional compressive sensing reconstruction algorithm, using the steepest descent method and the gradient projection principle, and gradually approaching the optimal solution.
)
- 2016-07-02 09:09:24下载
- 积分:1