-
matlab6.5
matlab6.5图形图像处理源程序,很经典的一本关于图像处理算法和代码的书。(Graphics Image Processing matlab6.5 source, it is a classic on the image processing algorithms and code book.)
- 2009-05-12 11:14:30下载
- 积分:1
-
texturefeaturesextracton
matlab code for extraction of texture featues
- 2010-12-29 16:25:35下载
- 积分: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
-
MATLAB
matlab学习书籍 内容讲述详细 包括最近比较先进的一些算法(Matlab learning books content described in detail including some recent algorithms more advanced)
- 2015-01-12 17:23:31下载
- 积分:1
-
maibo
对脉搏波信号进行处理,特征点提取,阈值检测(The pulse wave signal processing, feature point extraction, threshold detection)
- 2021-05-22 12:30:03下载
- 积分:1
-
diffcoding
Communication projects it is good
- 2013-03-28 22:29:20下载
- 积分:1
-
positioning-algorithm
这是一种使用matlab语言,权值定位方法实现的室内定位的算法源码,代码在matlab环境下模拟一个场景随机生成一个位置,然后使用此代码找到此位置。(This is a matlab language, weights positioning method of indoor positioning algorithm source code in Matlab environment simulate a the scene randomly generated a position, and then use this code to find this location.)
- 2012-11-01 21:25:57下载
- 积分:1
-
mytest
这是一个关于BP神经网络反演数据的一个实例。(an example of data retrieval using BP neural network.)
- 2014-02-19 21:13:34下载
- 积分:1
-
GLRT_colored_noise
基于AR模型的色噪声中信号的渐进最优检测器性能分析的matlab仿真程序(AR model based on the color signal noise progressive optimal detection performance analysis of the simulation program Matlab)
- 2007-07-11 00:22:28下载
- 积分:1
-
bpsk
说明: bpsk仿真中间有两个方面的内容,很好的仿真软件(There are two files in the zip folder. bpsk_spread.m and jakesmodel.m
Steps for simulation:
1] Run jakesmodel.m first
2] Then run bpsk_spread.m .
3] Note that during the first run bpsk_spread.m has no rayleigh fading.This is because the corresponding code has been commented
4] The resulting performance is stored in BER_awgn.
5] Now uncomment the Rayleigh Fading code in bpsk_spread.m file.
6] Same time comment BER_awgn (line 112) and uncomment BER_ray variable.
7] Run the simulation.
)
- 2011-03-11 15:26:22下载
- 积分:1