-
bagoffeature
这是图像识别方法bag of feature 的matlab源代码(This is image recognition method bag of feature matlab source code)
- 2009-03-09 19:52:52下载
- 积分:1
-
tic_toc_use
matlab中tic与toc函数联合进度条使用例子(tic toc function matlab in combination with the use of examples progress bar)
- 2013-07-31 15:47:16下载
- 积分:1
-
couple_line
FDTD法计算平行耦合双微带线电容电感参数的程序(FDTD method parallel microstrip line coupling capacitance- inductance parameters of the process)
- 2007-05-29 14:50:47下载
- 积分:1
-
Quadratic-programming-matlab-code
二次规划的matlab源代码,很有用的优化工具!(Quadratic programming matlab source code, very useful optimization tool!)
- 2013-09-25 00:05:23下载
- 积分:1
-
sanxiangspwm
三相电压型spwm逆变器仿真 IGBT模型已修改 电流跟踪型逆变器仿真(three v spwm inventor)
- 2020-12-05 20:29:23下载
- 积分:1
-
activeContoursSnakesDemo
本演示实现了主动轮廓模型由Kass等人提出。
要运行它的图形用户界面
1。基于MATLAB型引导提示。
2。关于“到现有的图形用户界面,点击”
3。选择在与本文件相同的目录snk.fig文件
4。按一下上方的绿色箭头启动图形界面
一旦GUI已经启动,您可以通过使用蛇
1。点击“新形象”,并加载输入图像。提供的样品图像。
2。平滑参数设置“西格玛”或保留其默认值并点击“过滤器”。这将平滑图像。
3。只要你点击“过滤器”,头发会出现交叉,用他们和你左击鼠标,您可以选择在图像上的初始轮廓的位置。会出现一个红色圆圈到处您单击并在多数情况下,你应该单击对象周围的一切你想要的部分。最后一点,必须挑选使用右键单击,以阻止更多的积分为MATLAB的要求。
4。设置各种蛇参数(在能源方面的相对权重的蛇目标函数)或离开它们的默认值,然后按一下他们“迭代”按钮。蛇会出现和移动,因为它收敛到它的低能量状态。(This demo implements the Active Contour Models as proposed by Kass et al.
To run it with GUI
1. Type guide on the matlab prompt.
2. Click on "Go to Existing GUI"
3. Select the snk.fig file in the same directory as this file
4. Click the green arrow at the top to launch the GUI
Once the GUI has been launched, you can use snakes by
1. Click on "New Image" and load an input image. Samples image are provided.
2. Set the smoothing parameter "sigma" or leave it at its default value and click "Filter". This will smooth the image.
3. As soon as you click "Filter", cross hairs would appear and using them and left click of you mouse you can pick initial contour location on the image. A red circle would appear everywhere you click and in most cases you should click all the way around the object you want to segment. The last point must be picked using a right-click in order to stop matlab for asking for more points.
4. Set the various snake paramete)
- 2010-07-05 11:54:13下载
- 积分:1
-
Huffman
This is matlab source files for implementing haffman codes
- 2013-05-21 23:59:57下载
- 积分:1
-
AKF
自适应KF对航行器进行滤波,包括sage_husa,和简化的自适应算法。(KF adaptive filtering for aircraft, including sage_husa, and simplified adaptive algorithm.)
- 2020-12-10 21:19:19下载
- 积分:1
-
pow2cep
CEP2POW convert cepstral means and variances to the power domain
- 2009-03-05 16:52:02下载
- 积分:1
-
Modeling-Rayleigh-fading-channel-based-on-modifie
This Matlab Code models a Rayleigh fading channel using a modified Jakes channel model.
A modified Jakes model chooses slightly different spacings for the scatterers and scales their waveforms using Walsh–Hadamard sequences to ensure zero cross-correlation.
alpha_n = frac{pi(n-0.5)}{2M} and eta_n = frac{pi n}{M},
results in the following model, usually termed the Dent model or the modified Jakes model:
R(t,k) = sqrt{frac{2}{M}} sum_{n=1}^{M} A_k(n)left( cos{eta_n} + jsin{eta_n}
ight)cos{left(2pi f_d t cos{alpha_n} + heta_{n}
ight)}.
The weighting functions A_k(n) are the kth Walsh–Hadamard sequence in n. Since these have zero cross-correlation by design, this model results in uncorrelated waveforms. The phases ,! heta_{n} are initialized randomly and have no effect on the correlation properties. Matlab fast Walsh-Hadamard transform function is used to efficiently generate samples using this model.
- 2015-03-10 15:15:01下载
- 积分:1