-
matlab 雷达系统建模
matlab 雷达系统建模 雷达系统设计与仿真 (matlab radar system modeling and simulation of radar system design)
- 2009-12-18 14:40:31下载
- 积分:1
-
1
说明: it is a three-phase PWM inverter
- 2013-11-17 05:21:36下载
- 积分:1
-
Learn--Radar-matlab
各种雷达信号处理的代码,全部都能用,有助于对雷达信号的学习。(A variety of radar signal processing code, all of them with the help of radar signals learning.)
- 2013-11-27 13:19:04下载
- 积分: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
-
OFDM
OFDM 系统仿真程序源代码,主要用于OFDM系统仿真(OFDM system simulation program source code, mainly used in OFDM system simulation)
- 2008-03-29 14:53:06下载
- 积分:1
-
CHAPTER9
数字PID的matlab仿真程序,针对刘金琨的先进PID控制的matlab仿真,里面的部分程序进行了修改 第九章(Digital PID of matlab simulation program for Liu Jinkun matlab advanced PID control simulation, which part of the program were modified IX)
- 2011-04-22 21:20:07下载
- 积分:1
-
MATLABchengxujiekou
MATLAB与外部程序接口编程,包括C/C++,java等等。(MATLAB external interface programming, including the C/C++,java, and so on.)
- 2012-03-25 19:12:12下载
- 积分:1
-
BUCK
DCDC电路超前滞后补偿网络设计,参数直接在初始化里面修改,参考书:电力电子建模与控制。(DCDC circuit lead lag compensation network design, parameters directly in the initialization which modify the reference book: power electronics modeling and control.)
- 2017-01-09 19:24:10下载
- 积分:1
-
matlab-study-ppt
matlab学习课件,内容基本,易懂,方便自学!(matlab learning courseware, content, basic, easy to understand, convenient self-study!)
- 2009-09-08 22:52:15下载
- 积分:1
-
Controlling_console_applications_demo
通过程序控制CMD程序的输出,并对其进行解析和过滤(CMD program through the control output, and its analysis and filtering)
- 2007-11-22 00:18:40下载
- 积分:1