-
case2
power sharing method with droop controler
- 2015-03-20 16:55:15下载
- 积分: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
-
program
4个非常简单的matlab滤波程序,线性滤波、中值滤波、二维自适应滤波、top-hat滤波(4 very simple matlab filtering program, linear filtering, median filtering, the two-dimensional adaptive filtering, top-hat filter)
- 2013-03-19 22:24:58下载
- 积分:1
-
Analysis_LC_s21
这是一个在电磁场和电磁波方面 比较好用的一个小程序 如果你不知道 各个结构的相互关系 这个 你就需要(This is a relatively easy to use in terms of the electromagnetic field and the electromagnetic wave is a small program if you do not know the relationship between the various structures that you need)
- 2014-12-26 15:07:51下载
- 积分:1
-
anneal
Minimizes a function with the method of simulated annealing
- 2013-04-14 06:14:57下载
- 积分:1
-
Harris角点检测函数原理
说明: Harris corner detection function
- 2020-04-11 23:00:37下载
- 积分:1
-
Optimal_Power_Flow_Problem_Analysis
电力系统最优潮流问题解析Optimal Power Flow Problem Analysis电力系统最优潮流问题解析(Problem Analysis for Optimal Power Flow Optimal Power Flow Problem Analysis Problem Analysis for Optimal Power Flow)
- 2010-08-08 13:13:24下载
- 积分:1
-
BPSK_modulation
高斯信道下BPSK调制的matlab程序,模块化代码,可读性强(matlab code for BPSK modulation)
- 2010-12-26 16:26:21下载
- 积分:1
-
TSP-matlab
说明: 用遗传算法计算旅行商问题,MATLAB程序代码,机器可直接运行。(Traveling salesman problem using genetic algorithm, MATLAB code, the machine can be directly run.)
- 2010-04-24 21:59:08下载
- 积分:1
-
Rotorsystemcriticalspeedbeforethethird-ordermethod
汽轮机转子系统前三阶临界转速的传递矩阵法(Turbine rotor system critical speed before the third-order transfer matrix method)
- 2009-05-02 16:14:26下载
- 积分:1