-
MATLAB-baseddigitalsignal-BandTransmissionSystemSi
SIMULINK是 MATLAB 中动态系统建模、仿真和分析的一个集成环境 , 文中按照仿真过程基本步骤用 MATLAB 的仿真工具 SIMULINK实现了数字信号基带传输系统的仿真过程 , 对系统性能进行了分析(MATLAB SIMULINK is dynamic system modeling, simulation and analysis of an integrated environment, Simulation of the text in accordance with the basic process steps using MATLAB Simulink simulation tool to achieve a digital signal- Band Transmission System Simulation of the process, the system performance analysis)
- 2007-05-24 13:26:46下载
- 积分:1
-
harris_ncc
harris角点检测,并对检测的角点用NCC进行匹配(harris corner detection, and detection of the corner points are matched with NCC)
- 2013-07-20 16:02:39下载
- 积分:1
-
hs_err_pid1672
this is one of the best satelite code in the world to find the look angle
- 2013-08-23 11:56:31下载
- 积分:1
-
sanxiangPWM
三相pwm逆变并网仿真模型,相关研究的人可作参考(Three-phase pwm inverter grid simulation model can be used for studies of human reference)
- 2015-01-15 10:19:27下载
- 积分:1
-
Centre-of-Gravity
find the center of gravity of speech singal.
- 2013-11-09 22:31:39下载
- 积分:1
-
PCA-BEL(ToolBox1.0)
又提供一基于生理的情感神经网络,包含杏仁体,丘脑,视觉神经等重要元素,可用于分类与预测,性能优越于SVM,BP(The use of neural network based on emotional physiology, contains important elements of the amygdala, thalamus, optic nerve, etc., can be used for classification and prediction, superior performance to SVM)
- 2015-03-17 18:23:36下载
- 积分:1
-
COAXIAL_CABLE_CAPACITANCE
this is coaxial cable capacitance with FEM
- 2012-01-27 00:04:13下载
- 积分: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
-
dinnaoweihu
内含电脑维护,故障处理等,实用性极强!值得下载!(Includes computer maintenance, fault handling, practicality strong!)
- 2010-08-17 19:15:39下载
- 积分:1
-
de
说明: 样本自相关函数和偏相关函数,仅供大家参考,多多指教(Sample autocorrelation function and the partial correlation function, we only refer to the exhibitions)
- 2009-08-01 16:28:38下载
- 积分:1