-
multi-curve_in_one_plane
说明: 同一坐标系中的多条曲线的MATLAB程序,直接运行。希望对大家有帮助。(The same coordinate system in the curve of a number of MATLAB procedures, direct running. We want to help.)
- 2009-08-01 18:27:04下载
- 积分:1
-
ADS-B
一种基于ADS-B、WAM和雷达的组合监视方法及其架构(Based on ADS-B, WAM and a combination of radar monitoring method and its architecture)
- 2013-10-19 11:31:53下载
- 积分:1
-
PESGM2008-000049
Its IEEE paper on Control of An Islanded Distributed Energy Resource
Unit with Load Compensating Feed-Forward
- 2013-12-05 12:44:08下载
- 积分:1
-
conversion_gui
function ret = Int2Hex(var)
Prints integer array to hexadecimal string
varType = class(var)
cast signness away:
if ( u ~= varType(1) )
varType = [ u varType]
var = typecast(var,varType)
end
nBits = str2double(varType(5:end))
if (64 == nBits)
split 64 bit case into two 32 s
cuz dec2hex doesn t handle 64 bit...
varType(5:end) = 32
var = typecast(var,varType)
end
ret = dec2hex(var)
if (64 == nBits)
littleEndian = all(typecast(uint32(1), uint16 )==[1 0])
first = 1 + littleEndian
second = 2 - littleEndian
ret = [ret(first:2:end,:),ret(second:2:end,:)]
end
end
- 2010-07-30 09:39:56下载
- 积分:1
-
dpdlfwxt
单排队论服务系统,顾客源无限,选择仿真时间,选择最大来到顾客数(Single queuing theory service system, customers unlimited source, select the simulation time, select the maximum number of customers came)
- 2013-09-15 11:09:53下载
- 积分:1
-
ADA451278
This is a master thesis on fingerprint identification system. This has matlab code in appendix also.
- 2009-05-15 03:25:36下载
- 积分:1
-
DSPandapplication
是《MATLAB数字信号处理与应用》一书的源代码,该书由李正周编著 清华大学出版社出版 2008年5月
本书主要介绍基于MATLAB R2006a的信号分析与处理的原理和应用。全书共分为7章:第1章对MATLAB R2006a的特点与MATALB的基本使用进行了介绍,第2章~第7章分别讲述了MATLAB中信号处理工具、MATLAB离散时间系统与Z变换、数字滤波器及其设计、平稳随机信号分析、非平稳信号分析与处理以及自适应信号分析与处理,并且每一章节都较详细地分析了包括雷达信号、图像信号和语音信号等信号处理综合应用实例。
本书可作为高等学校数字信号处理等课程的教材或参考书,对于从事信号处理及相关领域的工程技术人员也具有重要的参考价值。(err)
- 2008-08-25 08:43:27下载
- 积分:1
-
work
关于自动控制原理的一些matlab代码,帮助大家理解和学习matlab(About automatic control theory of some matlab code)
- 2014-08-20 14:40:03下载
- 积分:1
-
KLT_Tracking
The KLT Tracker algorithm implementation. The starting location of the object must be manually initialized. Object tracking is accomplished using two methods: simple track and advanced track.
- 2009-12-18 02:50:55下载
- 积分:1
-
Artificial-Neural-Network
人工神经网络算法matlab编写,内附程序部分说明与本人学习笔记(Artificial neural network algorithm matlab prepared, containing part of the program description and my study notes)
- 2011-09-02 15:17:29下载
- 积分:1