-
curvefitting
各种有用插值计算方法,曲线拟合方法,工程上实用(Variety of useful interpolation method, curve fitting, practical engineering)
- 2010-05-30 17:06:17下载
- 积分: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
-
Flashover-voltage-analysis
本软件可以实现闪络电压在不同环境条件下的分析,并绘制相应的闪络电压图,对实际结果具有指导意义。(The software can analyze the flashover voltage under different environmental conditions, and draw the corresponding flashover voltage graph has a guiding significance for the actual results.)
- 2020-11-08 10:29:48下载
- 积分:1
-
watermark
To reduce the piracy .....here we use a watermark technique...
- 2010-06-09 00:17:26下载
- 积分:1
-
matlabcode
matlab实现的短时过零率,mfcc和lpc源代码语音段都有(matlab to achieve short-term zero crossing rate, mfcc and lpc voice segment has source code)
- 2010-10-22 17:21:48下载
- 积分:1
-
tuxiangjianqie-
实现图像实时剪切,并显示
实现图像实时剪切,并显示
实现图像实时剪切,并显示
(Cut to achieve real-time image, and displays the images in real time to achieve cutting, shearing and displays the images in real time to achieve, and display)
- 2016-11-10 10:06:58下载
- 积分:1
-
training
用于信道估计的LS算法仿真 我们对基于信道估计的训练序列进行了一个详细的研究,此种训练序列是用在中继节点的转接放大设计上。(we provide a complete study on the
training based channel estimation issues for relay networks that
employ the amplify-and-forward (AF) transmission scheme.)
- 2010-11-04 20:55:08下载
- 积分:1
-
3D-FDTDmatlabPEC
三维电磁场FDTD程序(3D-FDTD matlab)PEC边界( 3-D FDTD code with PEC boundaries
)
- 2010-01-18 10:33:03下载
- 积分:1
-
fit_ML_normal
fit_ML_normal - Maximum Likelihood fit of the normal distribution of i.i.d. samples!.
Given the samples of a normal distribution, the PDF parameter is found
fits data to the probability of the form:
p(r) = sqrt(1/2/pi/sig^2)*exp(-((r-u)^2)/(2*sig^2))
with parameters: u,sig^2
format: result = fit_ML_normal( x,hAx )
input: x - vector, samples with normal distribution to be parameterized
hAx - handle of an axis, on which the fitted distribution is plotted
if h is given empty, a figure is created.
output: result - structure with the fields
sig^2,u - fitted parameters
CRB_sig2,CRB_u - Cram?r-Rao Bound for the estimator value
RMS - RMS error of the estimation
type - ML
- 2011-02-09 19:09:33下载
- 积分:1
-
FOS_convert
MATLAB实现快速正交变换,与传统的FFT算法相比拥有更高的分辨率,但是运算时间较大, 在目标检测、频率分析、降噪方面都有着广泛的应用(MATLAB to achieved FOS_convert, compared with the traditional FFT algorithm has a higher resolution, but the computation time is large, the target detection, frequency analysis, noise reduction have a wide range of applications)
- 2013-09-27 10:28:11下载
- 积分:1