-
skin_morpho
Human skin detection using morphological operation...
- 2013-08-14 18:09:16下载
- 积分:1
-
永磁同步电机设计MATLAB程序
该程序能够对永磁电机磁路进行有效计算,对电机设计人员来说很有帮助。(The magnetic circuit calculation of permanent magnet motor is effective.)
- 2017-06-22 19:34:02下载
- 积分:1
-
BNT
markov2 program in matlab
- 2011-06-24 04:23:56下载
- 积分:1
-
APSK的调制与解调算法 BICM-ID
本文描述了APSK的调制与解调算法,并进行了仿真,希望对大家有一定的帮助。(This paper describes the APSK modulation and demodulation algorithm and simulation, we hope to have some help.)
- 2021-04-25 22:58:46下载
- 积分:1
-
randomsingal
随机信号 频谱分析 随机信号 频谱分析 随机信号 频谱分析 随机信号 频谱分析随机信号 频谱分析(Spectral analysis of random signalsSpectral analysis of random signalsSpectral analysis of random signalsvSpectral analysis of random signalsv)
- 2010-05-12 20:56:14下载
- 积分:1
-
6603087ICAbss
计算独立成分分析算法的matlab程序,通过串音误差来分析算法的收敛度。(The matlab program of independent component analysis algorithm is calculated, and the convergence of the algorithm is analyzed by crosstalk error.)
- 2017-09-01 10:21: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
-
AssignmentDMC
FUNCTION FILE DMC VARIABLES
- 2010-11-15 23:24:41下载
- 积分:1
-
C++_COM
这是根据”Dr. GUI and ATL” 的文章自己做的例子程序,主要是在原有接口上继承新的接口,这样在保留原接口的基础上可以扩展新的功能(This is based on "Dr.. GUI and ATL, "the article themselves examples of procedures, mainly in the original interface inheritance new interface, so that the preservation of the original interface can be extended on the basis of new functions)
- 2006-12-05 22:19:43下载
- 积分:1
-
Write2txt
这个matlab程序实现了将一个数组变量写入一个txt文件的过程。每个数组元素占据一行。(This file writes a array into a .txt file. Each member in array occupies a line in .txt file.)
- 2012-05-04 23:23:34下载
- 积分:1