-
FrequenceDetect
分别使用LS和TLS算法,计算出混合信号的频率。该频率估计算法的数学模型是基于ARMA模型。其中还包括详细的设计报告,有一定的参考价值。(LS and TLS algorithms were used to calculate the mixed-signal frequency. The mathematical model of the frequency estimation algorithm is based on ARMA models. It also includes detailed design report, a certain reference value.)
- 2011-01-05 17:22:14下载
- 积分:1
-
mainr1
激光回馈的计算。回馈水平、泵浦功率、移频频率对弛豫振荡的影响。(Calculation of laser feedback. Back level, the pump power, shifting frequencies influence on the relaxation oscillation.)
- 2014-10-28 18:05:26下载
- 积分:1
-
tuxiang-huadong
matlab程序,对图像做选取3*3矩阵的8邻域与中心特征值的像素差,然后按照不同的方式滑动(matlab program, the selected pixels of the image to make the neighborhood and the center differential 8 eigenvalues 3* 3 matrix, and then slide in different ways)
- 2013-12-05 15:23:52下载
- 积分:1
-
基于元胞自动机的基础matlab的行人流运动程序CA
说明: 基于元胞自动机的基础matlab的行人流运动程序(Pedestrian flow movement program based on MATLAB)
- 2019-11-29 08:48:59下载
- 积分:1
-
20070627
MATLAB语言中图像数据与信息的读取方法,绘制灰度直方图的方法,理解灰度直方图的灰度变换及均衡化的方法。(MATLAB Image data and information to read, drawing gray histogram, Gray understanding of gray histogram equalization and transform the way.)
- 2007-06-29 10:05:11下载
- 积分:1
-
matlab仿真
说明: 独立光伏发电系统的matlab仿真,一个完整的光伏发电系统。(Matlab simulation of an independent photovoltaic system, a complete photovoltaic power generation system.)
- 2019-11-05 20:22:06下载
- 积分: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
-
blok2
bone modelling for analysis
- 2011-01-19 13:52:56下载
- 积分:1
-
SerialGPS
SerialGPS 基于串行接口的GPS驱动程序,大家参考一下
基于MATLAB(SerialGPS based on the serial interface of the GPS driver, refer to U.S. based on MATLAB)
- 2008-05-20 08:39:53下载
- 积分:1
-
666
Matlab 7官方英文学习手册,全面介绍了其中的各个函数属性和例子。(MATLAB and Simulink® are the premier software packages for technical
computing in education and industry. The MATLAB & Simulink Student
Version provides all of the features of professional MATLAB, with no
limitations, and the full functionality of professional Simulink, with model
sizes up to 1000 blocks. The Student Version gives you immediate access to
high-performance numeric computing, modeling, and simulation power.)
- 2009-10-19 12:39:53下载
- 积分:1