搜索资源列表
microwave_matlab
- 微波技术基础的matlab仿真,包括单支节串联、并联匹配,双支节串联并联匹配,威尔金森功分器、定向耦合器matlab仿真,以及总体GUI界面,并包括界面需要的文件,m函数-matlab simulation of microwave technology base, including single-series, parallel matching, double-series parallel matching Wilkinson power divider, directional cou
Fast-2-D-convolution
- 图像处理中经常用到卷积运算,它并不能等同于普通的二维矩阵的卷积运算,为了解决边界效应,通常都要采取一些优化手段。请仔细阅读代码,必有收获。- Y = CONVOLVE2(X, M, SHAPE) where SHAPE is a string returns a subsection of the 2-D convolution with size specified by SHAPE
newpdprocess_backup.m
- 神经网络去噪算法,包括提取脉冲,脉冲判断,去除干扰 , 绘图 , FIR滤波子程序, 脉冲提取子程序 等步骤。-Denoising algorithm of neural networks, including the extraction pulse, pulse judgment to remove the interference, mapping, FIR filter subroutine, pulse extraction subroutine and other steps.
image-segmentation-
- 1.read_mpeg.m把mpg格式的视频存为一帧一帧的jpg格式的图像 2.im_fg_y.m是对文件进行阈值分割,可以自动读取图片并分割图像,显示效果。必要时可以做成函数用plc.m调用一次对多幅图片进行处理。 3.im_fg_b.m是对图像利用canny算子进行边缘检测,用于分析与显示。同样可以做成函数来调用。 4.pcl.m是对图像文件批处理,一次可以读入多幅图像,处理后再存储。 5.pcl1.m是调用边缘检测函数对一组图像进行分割并保存。
2-shapes3d.m.tar
- This code shows you how to generate level set descr iptions of various three dimensional interfaces.
3-boolean.m.tar
- This code shows you how perform various boolean operation on sets using level set functions.
matlab-fusiontool
- 该融合工具箱由一系列保存成.m的格式文件函数组成,可对经过配准好的灰度图像进行融合操作。界面操作简单,在界面上可以对相关参数进行设置。-The integration kit is saved into a format function of m, operating after registration good grayscale image fusion. The interface is simple, set the relevant parameters in the interf
mablab
- 运用mablab实现形态学图像的边缘提取,其中包括.m文件和处理效果图-To use mablab morphological image edge extraction, including the m files and the treatment effect Figure
OstuBlock
- 图像二值化,采用的是分块Ostu二值化算法,可以自行改动分块的行列数目。-It accomplishes the binary work to an imge, using Ostu algorithm but with n*m blocks. The parameters can be changed by yourself.
IteratorBlock
- 图像二值化函数,采用的是分块迭代二值化,效果比较好,分块数目可以自己定。-It accomplishes the binary work to an imge, using iteratin algorithm with n* m blocks.
StatisBlock
- 图像二值化函数,采用的是分块统计的方法,效果比较好,分块数目可以自己决定。-It accomplishes the binary work to an imge, using the statistical algorithm, with n*m blocks.
voltera_filter
- 全套voltera滤波器检测目标回波信号,且全部都是m文件,没有加密,并附原始信号,以供验证。-Complete voltera filter detection of the target echo signal, and all the m files are not encrypted, together with the original signal, for verification.
Image_MATLAB
- 经典图像处理算法集合,包括所有基本的数字图像处理算法-Collection of classical image processing algorithms, including all the basics of digital image processing algorithms
mode1_filter_up_down.m
- 生成太阳震荡数据处理中的p1模式滤波函数-Generated p1-mode oscillations in solar data processing filter function
didactic
- 这套M-文件的目的是在一个简单的方法适用于不同计划的行为表明,解决基站-This set of M-files is intended to show in an easy way the behavior of different schemes applied to solve B-S differential equations
splitmerge
- 包含两个代码,m文件,基于区域的分裂合并图像分割方法,predicate规定了分裂合并准则,splitmerge用于分裂合并,数字图像处理,冈萨雷斯,Matlab版第十章第四节,区域分离与合并-Contains two code, m files, split and merge region-based image segmentation methods, predicate to the provisions of division merger guidelines, the split
Human-Motion-Tracking
- 一个人体运动识别跟踪的示例程序,里面附带了一个运动视频,运行run.m文件。程序里包含了轮廓提取,跟踪算法,很好的tracking学习程序-A human motion recognition tracking sample program, which comes with a sports video, to run run.m file. The program includes a contour extraction and tracking algorithm, good track
neuron-perceptron
- 设计单一及多个神经元的感知器、BP神经网络。文件a1.m是一个神经元,a2.m是两个神经元,test36.m是bp神经网络。 -Design of single and multiple neuron perceptron, BP neural network. The file a1.m a neurons a2.m, two neurons the test36.m bp neural networks.
RGB-huoyan
- matlab实现对火焰在rgb模型下出的特征提取,对于二维数组来说,它的size是指它的行数和列数;三维数组是指它的各个维的维度,可以理解为m行,n列和p层,即一共有m*n*p个元素-matlab to achieve extraction of the characteristics of the flame in the rgb model for two-dimensional array, its size is the number of rows and columns three
choas
- 1、faii.m 求复杂网络矩阵A的对角线元素 2、logistic.m 逻辑斯蒂映射 3、mh_feedback_Lorenz.m & Lorenz.m 洛伦兹方程连续反馈 4、mh_daleytime_feedback.m & Lorenzdt.m 洛伦兹方程延时反馈 5、mh_Henon_map.m 埃农映射 6、mh_ogy_Henon.m OGY方法(参数微扰法)控制埃农映射 7、mh_ogy_logistic.m OGY方法控制逻辑斯蒂映射 8、ode45