-
otsu2th
两个阈值的基于otsu的图像分割方法,使总方差达到最大(image segmentation using Otsu with two thresholds)
- 2010-06-04 20:33:45下载
- 积分:1
-
xinhachuligongjuxiang
工具箱提供了各种常用的信号处理,图象处理函数,例如小波分析,平滑滤波等等.非常便于学习和直接调用.(Toolbox offers a variety of commonly used signal processing, image processing functions, such as wavelet analysis, filtering and so on. Very easy to learn and direct calls.)
- 2007-07-22 22:16:07下载
- 积分:1
-
precisematlab6
介绍matlab用法,一些简单的编程实例,与GUI的结合(Introduction matlab usage, some simple programming examples, and a combination of GUI)
- 2007-11-16 08:08:34下载
- 积分:1
-
SVMNR
实现基于支持向量机的非线性识别,可以取得较好的效果(SVM-based nonlinear identification, achieved good results can be)
- 2010-12-04 16:43:37下载
- 积分:1
-
Microstrip_MMR
微带多模谐振器的谐振频率的提取程序,就是在已知线宽,线长和介质基底的情况下如何计算得到其多个谐振频率。学习多模谐振器数值分析的同学可以参考一下。(Multi-mode microstrip resonator resonance frequency extraction procedure is known in the case of the line width, line length and the dielectric substrate to which a plurality of resonance frequencies calculated. Learning multimode resonator numerical analysis of the students can refer to.)
- 2014-09-22 10:04:43下载
- 积分:1
-
ait_picmatch
Author: Fahd Ahmad Abbasi
Summary: Matches two pictures given as arguments.
MATLAB Release: R13
Required Products: Image Processing Toolbox
Description: The function takes two images as argument and using edge detection checks whether they are the same or not...a cool and simple code which can be used in security systems. The level at which the two pictures should be matched can be controlled. (Author : Fahd Ahmad Abbasi Summary : Matches two pictures given as arguments. MATLAB B. Release : R13 Required Products : Image Processing Toolbox Description : The function takes two images as argument and us ing edge detection checks whether they are the s ame or not ... a cool and simple code which can be u sed in security systems. The level at which the t wo pictures should be matched can be controlled .)
- 2007-05-18 13:28:28下载
- 积分:1
-
gpvjbtmm
采用的是脉冲对消法,LDPC码的完整的编译码,是路径规划的实用方法,IMC-PID是利用内模控制原理来对PID参数进行计算,构成不同频率的调制信号,MIMO OFDM matlab仿真,鲁棒性好,性能优越。( It uses a pulse of consumer law, Complete codec LDPC code, Is a practical method of path planning, The IMC- PID is using the internal model control principle for PID parameters is calculated, Constituting the modulated signals of different frequencies, MIMO OFDM matlab simulation, Robustness, superior performance.)
- 2016-04-11 21:18:26下载
- 积分:1
-
particleMatlab
国外牛人写的经典的粒子滤波的源代码。很适合入门者研究。有详细的注释。(Classic foreign cattle were written the source code for Particle Filtering. Very suitable for beginners of. Detailed notes.)
- 2010-06-12 11:18:20下载
- 积分:1
-
imaqplot
IMAQPLOT is a simple demonstration of previewing video data using the toolbox s TimerFcn callback. IMAQPLOT also allows users to integrate the video preview into any MATLAB GUI. These are capabilities that are present in the toolbox s PREVIEW command, but are presented here as a demonstration of TimerFcn callback.
Using toolbox callback properties, you can configure a video input object to generate a live image plot display.
Do you want a basic preview window created for you? Simply call:
obj = videoinput( matrox , 1)
obj.TimerFcn = @imaqplot
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
Do you want to add a preview window to an existing GUI? Simply provide IMAQPLOT a handle to an image object and it will update it for you:
obj = videoinput( dt , 1)
obj.TimerFcn = {@imaqplot, hImage}
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
- 2009-10-21 15:20:29下载
- 积分:1
-
22
说明: 非平稳信号的一些处理函数,包括计算瞬时频率和群延迟及非平稳信号的生成。(Some non-stationary signal processing functions, including the calculation of the instantaneous frequency and group delay and non-stationary signal generation.)
- 2010-07-13 11:17:34下载
- 积分:1