-
mm1k
MM1K protocol simulation
- 2011-06-05 18:37:16下载
- 积分:1
-
VAD-method
基于matlab利用顺序滤波器方法进行语音端点检测的算法实现代码(Sequential filter method based on matlab voice endpoint detection algorithm code)
- 2013-03-19 21:29:41下载
- 积分:1
-
Gauss
这是一篇关于高斯伪谱法的源代码,具有很好的指导意义(This is a Gaussian pseudo-spectral method on the source code, with a good guide)
- 2013-11-28 21:09:48下载
- 积分:1
-
COAXIAL_CABLE_CAPACITANCE
this is coaxial cable capacitance with FEM
- 2012-01-27 00:04:13下载
- 积分:1
-
FDTD_1D_FreeBoundary
"1D FDTD solution for open boundary in a unitless domain with a Courant
factor > 1 (Unstable solutions leading to blow-up)"
- 2014-01-16 20:17:42下载
- 积分:1
-
tracking_ball
code matlab detect ball
- 2010-06-13 23:12:17下载
- 积分:1
-
OFDM_matlab
该程序基本涵盖了OFDM-16QAM系统传输的全过程,除了调制解调外,有添加循环前缀,加窗的过程。生成图像有各个阶段的时域、频域图,以及发射前后的星座图。(This basically covers the whole process of OFDM transmission- 16 qam system, in addition to the modem, have add cyclic prefix, plus the window procedure. Generate the image at various stages of time domain and frequency domain graph, and before and after the launch of the constellation diagram.)
- 2015-03-29 10:00:45下载
- 积分: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-impedance
通过Matlab编程计算实现的多类微波传输线阻抗在不同条件下阻抗值的计算.(Matlab programming by calculation of the multi-class microwave transmission line impedance under different conditions impedance calculations.)
- 2010-09-15 09:34:05下载
- 积分:1
-
2.ESPRIT
ESPRIT 算法MATLAB程序(ESPRIT algorithm MATLAB program)
- 2012-03-21 19:43:06下载
- 积分:1