-
IEEE4and14and30and57and118and300
说明: 非常全面详细的各种ieee标准节点的稳定计算分析,基于matlab的源代码,值得收藏。。。(it is well know for every electrical engineer,and it is esay for learning。。。)
- 2010-04-25 23:48:48下载
- 积分: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
-
MATLAB
Mathlab实验报告 包含实例图片,报告(Mathlab test report contains examples pictures, report)
- 2011-01-08 16:58:18下载
- 积分:1
-
3
说明: 本文叙述了判决反馈均衡器结构和研究了LMS算法(This paper describes the decision feedback equalizer structure and studied the LMS algorithm)
- 2008-07-31 15:55:22下载
- 积分:1
-
fdtd2D_TE
code about fdtd gooood2
- 2011-07-14 14:53:33下载
- 积分:1
-
demo2
利用matlab串口工具箱,显示飞思卡尔智能车摄像头数据,生成图像显示。程序为开发过程中的命令行下的测试样例,仅供入门。可在此框架下添加自己的功能(Use of the a matlab serial Toolbox Freescale smart car camera data, generate image display. The program for the test sample, under the command line in the development process for entry only. Can add their own functions under this framework)
- 2012-09-09 16:46:32下载
- 积分:1
-
codes
this code in used in neural network mlp with back propagation training algorithm and geradian descends algorithm for optimization.in some of this codes I used full propagation algorithm or mlp one layer or two layer with different activation function.this code can be use for prediction or control system by useing neural networks.
- 2013-11-28 02:31:46下载
- 积分:1
-
weiner-filter-design
维纳滤波器的设计,内含程序,完整的报告PPT,绝对好用!(Wiener filter design, contains the program, complete report PPT, absolutely to use!)
- 2011-12-05 16:37:18下载
- 积分:1
-
SARSignalProcessingMATLABAlgorithms
雷达信号处理matlab仿真处理程序合计(包含各种雷达处理子程序)(Simulation of radar signal processing matlab total treatment program (including a variety of radar deal Subroutine))
- 2009-03-30 22:54:37下载
- 积分:1
-
xiaofang
城市消防站点选址问题的代码 用于求出两点间最短距离以及选址最佳坐标(City Fire Station Location code is used to calculate the shortest distance between two points and the location of the best coordinate)
- 2012-08-14 09:05:29下载
- 积分:1