-
MATLAB_programming_for_numerical_computing
MATLAB编程的数值计算MATLAB programming for numerical computing(MATLAB programming numerical MATLAB programming for numerical computing)
- 2010-08-02 11:46:37下载
- 积分:1
-
ParticleEx1
EKF与PF在目标跟踪中的一个简单比较,比较实用(EKF and the PF in the target tracking in a simple comparison of practical)
- 2020-11-18 09:29:39下载
- 积分:1
-
nonlinear-solve
matlab 求解非线性方程组的相关命令流,书籍为:MATLAB语言常用算法程序集龚纯, 王正林编著第10章(matlab )
- 2012-05-03 11:25:09下载
- 积分:1
-
sms_optic_flow_2.0.tar
基于matlab的optical flow(Matlab-based optical flow)
- 2014-10-06 16:52:04下载
- 积分:1
-
m-files
Use prec=0.01 or prec=0.005 for larger image
with better resolution (and longer runtime...)
- 2014-12-19 08:56:57下载
- 积分:1
-
Leslie_model
说明: Leslie模型实例:基于Leslie矩阵的算法,同时将人口按10年一组分成m个年龄段,并根据一些影响人口数量和结构的重要因素(建立模型。再根据我国近十年的二孩出生率的实际情况并结合少数民族不受影响的因素,通过Matlab画出拟合曲线对2017-2030年我国每年人口总数做出预测。此后,根据近十年0-14岁、15-64 岁、65岁及以上三个年龄段的人数,计算出人口抚养比,用Matlab预测至2030年的人口结构。为了使预测更加精确,我们还将夫妇的生育意愿考虑到模型当中。(Based on the Leslie matrix algorithm, the population is divided into m age groups according to a group of 10 years, and according to some important factors that affect population size and structure Modeling. Then according to the actual situation of the birth rate of second-born children in China in the past ten years and combining the factors that are not affected by ethnic minorities, drawing a fitting curve through Matlab will make a prediction for the total population of China in 2017-2030. After that, based on the number of people aged 0-14, 15-64, and 65 years of age in the last ten years, calculate the dependency ratio of the population and use Matlab to predict the population structure by 2030. In order to make the prediction more accurate, we also consider the couple's fertility intention in the model.)
- 2021-01-29 09:48:39下载
- 积分:1
-
Wavelettransformofthefrequencyseprate
利用小波变换将信号中的各频率分开,得到低频信号和高频信号(Wavelet transform of the frequency of the signal separated by low-frequency signal and high frequency signals)
- 2011-01-10 14:57:01下载
- 积分:1
-
Relay-Feedback-Auto-Tuning-of-PID-Controllers
Trajectory Tracking Control of a Car-Trailer System
- 2013-10-01 04:15:37下载
- 积分:1
-
bangbai
小波包分析提取振动信号中的特征频率,基于欧几里得距离的聚类分析,插值与拟合,解方程,数据分析。( Wavelet packet analysis to extract vibration signal characteristic frequency, Clustering analysis based on Euclidean distance, Interpolation and fitting, solution of equations, data analysis.)
- 2016-05-01 16:27:23下载
- 积分:1
-
ieee754_32
Converts a floating point value to IEEE 754 32 bit binary representation.
Sign Bit: 1
Exp: 2 to 9
Frac: 10:32
Single-precision floating-point format is a computer number format that occupies 4 bytes (32 bits) in computer memory and represents a wide dynamic range of values by using a floating point. In IEEE 754-2008 the 32-bit base 2 format is officially referred to as binary32. It was called single in IEEE 754-1985. In older computers, other floating-point formats of 4 bytes were used.
For example, the 32-bit floating point bit pattern 1 01111101 00101100000000000000000 is interpreted as the following:
(− 1)1 × (1 + 0.34375) × 2(125–127) = -1.34375× 2− 2 = -0.3359375
- 2013-09-07 22:20:32下载
- 积分:1