-
BSSby-ICA-algorithm-
关于盲信号处理的毕业论文采用ICA算法,该盲信号处理主要针对语音信号号的混合和分离,用matlab进行仿真实现(About the treatment of the graduation thesis, trimmers by ICA algorithm
)
- 2012-07-01 13:08:56下载
- 积分:1
-
psk
BPSK传输系统的仿真模型。对于simulink的初学者有帮助。(a simulation system based on simulink model bpsk.)
- 2009-04-17 15:24:01下载
- 积分:1
-
matlabcodes
here are the codes in matlab for effects of temperature ,refractive index and length of the grating in FBG spectra,and reflection spectrum of TE and TM modes of 1D photonic crystals
- 2010-05-13 21:56:19下载
- 积分:1
-
wavelet-transform
一种基于matlab的图像小波去噪源代码程序(Wavelet based image denoising matlab source code program)
- 2011-05-12 12:26:02下载
- 积分:1
-
MeanShift-matlab
MeanShift运动目标跟踪 matlab程序
思路:
1.截取跟踪目标矩阵rect
2.求取跟踪目标的加权直方图hist1
3.读取视频序列中的一帧, 先随机取一块与rect等大的矩形,计算加权直方图hist2。
4.计算两者比重函数,如果后者差距过大, 更新新的矩阵中心Y,进行迭代(MeanShift是一种变步长可以迅速接近概率密度峰值的方法),直至一定条件后停止。
(MeanShift moving target tracking matlab program ideas: 1. Interception target tracking matrix rect 2. Strike target tracking weighted histogram hist1 3. Reading of a video sequence, first randomly selected one with such a large rectangle rect, calculate the weighted Histogram hist2. 4 Calculate the proportion of both functions, if the latter gap is too large, updated new matrix center Y, iterative (MeanShift is a variable step size can rapidly approaching the peak of the probability density method), until certain conditions stop.)
- 2013-09-19 11:40:07下载
- 积分:1
-
orl_fisher
模式识别的经典算法之一,fisher脸特征提取,采用matlab进行编程(One of the classic pattern recognition algorithms, fisher Face feature extraction using matlab programming)
- 2009-03-18 22:42:54下载
- 积分:1
-
matlab-duomubiaoyouhua
多目标优化与决策的基本方法基于Matlab的一种现代方法(Elementary Method for Multiobjective Optimization & Decision
A Modern Approach in Matlab
)
- 2011-12-02 19:12:06下载
- 积分:1
-
optimTipsWebinar
MATLAB软件中重要的函数的代码的源文件(An important function of MATLAB software, the code of the source file)
- 2009-11-28 16:45:51下载
- 积分:1
-
fit_maxwell_pdf
fit_maxwell_pdf - Non Linear Least Squares fit of the maxwellian 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) = sqrt(2/pi)*(a^(-3/2))*(r^2)*exp(-(r^2)/(2*a))
with parameter: a
format: result = fit_maxwell_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
if h is given empty, a figure is created.
output: result - structure with the fields
a - 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:02:55下载
- 积分:1
-
ESPRIT1
利用ESPRIT方法求目标的角度,系统为均匀线阵,阵元间距为波长的一半(Estimate the DOA of the target)
- 2012-04-13 23:42:00下载
- 积分:1