-
New-foldegfrr
David Dunavant,
High Degree Efficient Symmetrical Gaussian Quadrature Rules for the Triangle,
International Journal for Numerical Methods in Engineering,
Volume 21, 1985, pages 1129-1148.
- 2012-04-13 12:17:12下载
- 积分:1
-
Gear
GearDesign returns the basic triangulated model of a 3D spur Gear. It requires as input a few standard parameter to insert in the Gear
structure.
- 2011-06-21 17:54:22下载
- 积分:1
-
FadingPaper
Simulation Of Flat Fading Using MATLAB For Classroom Instruction
- 2011-10-10 03:28:46下载
- 积分:1
-
effects
matlab gui关于图像处理的一个简易的小程序(matlab gui image processing on a simple small program)
- 2013-11-22 19:06:25下载
- 积分:1
-
pmvf
PMV的MATLAB程序,用于计算热舒适评价指标pmv的程序(MATLAB Program of PMV for Calculating Thermal Comfort Evaluation Index PMV)
- 2018-12-12 17:21:18下载
- 积分:1
-
qpsk_ber
说明: 通信系统的仿真,在现在的毕业设计和课程设计中都有要求的(communications system simulation, the current graduation design and curriculum design, have requested the)
- 2006-05-04 20:24:26下载
- 积分:1
-
DCT-basic
基于DCT的数字水印基本代码框架,能够完整的嵌入水印信息、提取水印信息。可根据需要再此基础上修改算法。(DCT-based digital watermarking code framework, a complete embedded watermark information to extract the watermark information. According to the need for this based on the modified algorithm.)
- 2012-05-19 18:01:51下载
- 积分: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
-
Eg
说明: 在MATLAB仿真环境下,通过一具体例子对OFDM系统的的模拟仿真实现(In the MATLAB simulation environment, through a concrete example of the OFDM system simulation Simulation)
- 2010-08-26 16:01:54下载
- 积分:1
-
BEMT
说明: 直升机性能计算程序,包括matlab和C++两个版本,其中Matlab版本包含了VPM程序。(blade Element Momentum Theory Analysis Code)
- 2011-03-06 23:29:50下载
- 积分:1