-
genzong
说明: meanshift代码,包括相机校正的程序,强烈推荐(meanshift code, including camera calibration procedures, strongly recommended)
- 2010-04-24 19:39:09下载
- 积分:1
-
chapter5
说明: 《MATLAB在电子信息课程中的应用》中的第五章的习题源程序( MATLAB curriculum in electronic information applications in Chapter V source Exercises)
- 2008-11-28 15:57:50下载
- 积分:1
-
OFDM
ofdm的matlab仿真代码,包括多径信道,频偏估计算法等。(ofdm matlab simulation of the code, including multi-path channel, frequency offset estimation algorithm.)
- 2011-09-28 20:27:00下载
- 积分:1
-
APH
层次分析法,解决多属性决策问题,MATLAB源代码.R2019版本测试通过,只需要修改里面的评判矩阵数据即可(Analytic Hierarchy Process (AHP) to solve multi-attribute decision-making problems, the source code of MATLAB. R2019 version passed the test.)
- 2020-06-18 04:00:01下载
- 积分:1
-
1191286762Tx-2Rx-STBC-MIMO
说明: 两发两收编码,实现信道估计的算法,最小二乘法的信道估计(STBC)
- 2010-04-21 12:32:43下载
- 积分:1
-
study_on_handoff_algorithm
说明: 本文提
出了基于功率预留的准入控制策略。首先介绍一种资源分配算法,该算法将可用信
道完全分配从而实现基站发射功率最小化。在此基础上,分别为小区间切换用户和
小区内切换用户设计预留策略,并根据系统的业务载荷自适应地调整功率预留量,
从而实现GOS的最优化。
(there exists a fundamental tradeoff between bandwidth and power. In this thesis, we
propose a novel admission control scheme based on power reservation. Foremost, we
introduce a joint subchannel and power allocation algorithm for WiMAX system, which
minimizes the overall downlink transmit power by utilizing all available subchannels.
Based on this, we propose two power reservation schemes for inter-cell handoff calls and
intra-cell handoff calls, respectively. The amount of reserved power is determined in an
adaptive manner for optimizing the metric of Grade of Service(GoS).
)
- 2010-04-28 09:18:00下载
- 积分:1
-
videofig
A figure ready to scroll through and play videos. You can also draw any custom graphics on it.
(VIDEOFIG(NUM_FRAMES, @REDRAW_FUNC) creates a figure with a horizontal scrollbar and shortcuts to scroll automatically. The scroll range is 1 to NUM_FRAMES. The function REDRAW_FUNC(F) is called to redraw at scroll position F (for example, REDRAW_FUNC can show the frame F of a video).
This can be used not only to play and analyze standard videos, but it also lets you place any custom Matlab plots and graphics on top.
Jiro posted a great example on the Pick of the Week blog, along with a nice GIF animation so you can see it in motion:
http://blogs.mathworks.com/pick/2010/12/10/video-player-for-your-frame-based-processing/
EXAMPLE 1
Place this in a file called "redraw.m":
function redraw(frame)
imshow([ AT3_1m4_ num2str(frame, 02.0f ) .tif ])
end
Then from a script or the command line, call:
videofig(10, @redraw)
redraw(1)
The images "AT3_1m4_01.tif" ... "AT3_1m4_10.tif" are part of the Image
Processing Toolbox and there s no ne)
- 2010-12-14 16:38:11下载
- 积分:1
-
matlabahiyong1
matlab实用程序百例,这个主要是平时经常用到的一些程序!(matlab utility hundred cases, the principle is often used some of the programs in peacetime!)
- 2011-05-11 01:02:02下载
- 积分:1
-
Matlab_Lyapunov-summary
一个matlab编程求取李雅普诺夫指数的大概汇总,可供编程参考(A matlab programming to obtain the Lee Yap Andrianof indices about summary, for programming reference
)
- 2014-02-25 21:28:14下载
- 积分:1
-
matlab_sourcecode_for_Axes
FPEXTRACTDEMO 指纹特征提取演示程序 一个完整的指纹特征提取程序。包括常用的所有算法...
选项:
- Centralize: 二值化图像,计算中心点
- Crop: 图像修剪
- Sectorize: 可视化扇形
- Normalize: 归一化输入图像
- Gabor filters: 可视化Gabor滤波器
- Convolute: 计算输入图像和Gabor滤波器的convolution
- Features: 特征可视化
- FingerCode: 在数据库中加入该指纹 - Check: 指纹匹配(Fingerprint Feature Extraction FPEXTRACTDEMO demo program a complete fingerprint feature extraction procedures. Including all the algorithms commonly used options ...:- Centralize: binary image, Center Point- Crop: image pruning- Sectorize: Visualization fan- Normalize: normalized input image- Gabor filters: Visualization Gabor Filter- Convolute: Calculation of the input image and Gabor filter convolution- Features: Characteristics of visualization- FingerCode: in the database to join the fingerprint- Check: Fingerprint matching)
- 2021-03-11 13:09:26下载
- 积分:1