-
supn
该文件可以让您的c从入门到真正的精通(在supn中)(from this file,you can learn a lots about c program in uspn)
- 2009-12-03 08:36:56下载
- 积分:1
-
ARMA11_P311
autoregressive moving average model grade 1,1
- 2011-04-20 23:08:51下载
- 积分:1
-
ELM-source
极限学习法的源程序代码,对于初学者有一定的帮助(Extreme learning method source code, for the beginners have some help
)
- 2012-05-09 17:34:32下载
- 积分:1
-
prjct-code
digital watermark using dct
- 2011-10-27 01:27:45下载
- 积分:1
-
Matlab_Sim_Code
RSSI和TOA定位算法的Matlab仿真代码(RSSI and TOA location algorithm Matlab simulation code)
- 2009-10-25 15:14:09下载
- 积分:1
-
FOMA_LOD
应用局部最优检测技术的导航信号捕获,对其进行了捕获分析,提供计算信噪比的方法(Application of local optimum detection of navigation signal capture, catch analysis was carried out, provided the SNR calculation method)
- 2010-05-16 18:10:11下载
- 积分:1
-
huayuan
在矩形区域内不重叠随机产生初始坐标,作圆。(Draw circles in the rectangle.)
- 2012-05-14 14:50:03下载
- 积分:1
-
MATLABpso_
一篇关于如何在matlab中实现pso算法的论文,从而实现优化求解。(one on how to achieve pso Matlab algorithms, resulting to the optimal solution.)
- 2007-04-12 13:46:03下载
- 积分:1
-
fuzzy_parking
基于模糊控制的自动停车系统的源代码。可以实现用任意点位置的初始位置停至指定的停车位(Based on fuzzy control automatic parking system source code. It can be implemented in the initial position at any point to stop position designated parking)
- 2021-03-25 13:29:14下载
- 积分:1
-
fit_rayleigh_pdf
fit_rayleigh_pdf - Non Linear Least Squares fit of the Rayleigh distribution.
given the samples of the histogram of the samples, finds the distribution parameter that fits the histogram samples.fits data to the probability of the form: p(r)=r*exp(-r^2/(2*s))/s
with parameter: s
format:result = fit_rayleigh_pdf( x,y,W,hAx )
input: y - vector, samples of the histogram to be fitted
x - vector, position of the samples of the histogram (i.e. y = f(x,a))
W - matrix or scalar, a square weighting matrix of the size NxN where
N = length(y), or 0 to indicate no weighting is needed.
hAx - handle of an axis, on which the fitted distribution is plotted
output: result - structure with the fields
s - fitted parameter
VAR - variance of the estimation
type- weighted LS or not weighted LS
iter- number of iteration for the solution
- 2011-02-09 19:13:28下载
- 积分:1