-
moni
用正交调制方法实现模拟调制,包括AM,DSB,SSB,LSB,FM,AM-FM等,实现后,显示时域波形和功率谱密度(Orthogonal modulation method used for analog modulation, including AM, DSB, SSB, LSB, FM, AM-FM, etc., we can show the time-domain waveform and power spectral density)
- 2008-12-13 18:18:06下载
- 积分:1
-
traffic
交通摄像头图像的机车目标分割与提取Matlab源代码(Traffic camera images locomotive object segmentation and extraction Matlab source code)
- 2013-05-10 23:25:28下载
- 积分:1
-
boost_PCM_load_reg
基于平均法的连续模式下DC/DC功率级建模步骤,包括电压模和峰值电流模(Average method based on continuous mode DC/DC power level modeling steps, including the voltage mode and peak current mode)
- 2009-03-10 10:45:45下载
- 积分:1
-
4
说明: 用matlab实现的贝叶斯分类,对x进行了分类,其中可以自行的输入x看分类是否正确(with the matlab implemented Bayesian classification, a classification of x, which can see their own classification of the input x is correct or not)
- 2010-12-14 19:22:23下载
- 积分:1
-
matlab_instance
本例程是利用MATLAB作为开发工具,编写代码实现卷积的数值运算(This routine is to use MATLAB as a development tool to write code to achieve the numerical convolution of)
- 2014-11-03 19:42:16下载
- 积分:1
-
5.-OCR
ocr image to text detection
- 2013-12-08 19:15:41下载
- 积分:1
-
Matlab-Recips
Matlab Recips for Earth Sciences--2nd Edition
- 2013-12-25 16:15: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
-
khan
for set up of sound in matlab u should use this programme
- 2009-05-30 02:36:22下载
- 积分:1
-
changeABCmatlab
基本蚁群算法,其中有算法的源码和算法改进程序(Basic ant colony algorithm, the algorithm source code and algorithms to improve procedures)
- 2012-05-22 19:40:27下载
- 积分:1