-
Nonlinear-simulation-model
非线性薛定谔方程的数值仿真,对于从事光纤通信传输方面的研究具有一定的参考意义。(failed to translate)
- 2011-05-30 21:30:50下载
- 积分:1
-
N102104171_BT1
Image hiding - Steganography
This program to hide a text file in 24-bit bitmap image
- 2014-11-14 07:20:36下载
- 积分:1
-
LEACH-to-simulate-WSN
在MATLAB环境下,对添加了不同能量消耗的传感器后无线传感器网络运行仿真的LEACH算法(In the MATLAB environment, LEACH algorithm added after the energy consumption of different sensors in wireless sensor networks to run the simulation)
- 2015-02-02 19:40:32下载
- 积分:1
-
FingerPrintProject
Finger Print Code By Matlab
- 2009-10-08 02:21:16下载
- 积分:1
-
lisanxinhaofuliyebianhuan
离散傅立叶变换(DFT)及其反变换的实现,有限长序列的循环移位、循环卷积(Discrete Fourier Transform (DFT) and its inverse transform of the realization of the cyclic shift sequence of finite length, circular convolution)
- 2010-01-10 15:58:56下载
- 积分:1
-
blackmanj
利用blackman窗设计Ⅳ型数字带通滤波器MATLAB实现代码。(Blackman window design IV digital band-pass filter MATLAB code.)
- 2012-06-02 18:19:15下载
- 积分:1
-
gaussian-fitting
针对激光光斑图像或荧光小球等图像进行高斯拟合定位其中心坐标。可同时定位一幅图像中的多个小球。要求对象模型符合高斯分布。(For laser speckle images or small fluorescent balls image gaussian fitting location and its center coordinates. Can be positioning an image of the multiple balls at the same time. Request object model conforms to the gaussian distribution.)
- 2016-09-18 09:44:43下载
- 积分: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
-
pll
仿真了锁相环工作到一定时间后达到锁定状态的过程,程序采用的是一阶RC低通滤波器即二阶一型环(Simulation of the PLL to work until after a certain period of time to achieve lock-state process, the procedure is used first-order RC low-pass filter that is second-order one-ring)
- 2007-12-12 11:01:42下载
- 积分:1
-
HW1_Matlab
Matlab Hwk for Datamining / Machine Learning
- 2013-05-02 21:01:23下载
- 积分:1