搜索资源列表
KdistributionandGaussianclutter
- K分布和高斯杂波复合背景下的相干雷达目标检测-K distribution and Gaussian clutter in the context of complex coherent radar target detection
GMM
- 二维空间高斯混合模型MATLAB代码,以迭代方式逼近得到-Gaussian Mixture Model
1
- matlab上对于高斯混合模型的应用,对于图像做出处理的效果-For a Gaussian mixture model matlab on the application of the effect of the image to make a deal
ECE082
- Abstract— with the latest advancements in electronics, several techniques are used for removal of unwanted entities from signals especially that are implied in the most sophisticated applications. The removal of power line interference from m
hw2
- matlab figure of the dispersion of a Gaussian pulse in a piece of fiber-compute the dispersion of a Gaussian pulse in a piece of fiber
eliminationgauss
- Systems of linear equations Our Matlab function for naive Gaussian elimination looks like this: function x = naiv_gauss(A,b) n = length(b) x = zeros(n,1) for k=1:n-1 forward elimination for i=k+1:n xmult = A(i,k)/A(k,k) for j=k+1:n
Postprocessor
- 以MATLAB程序开发一个后处理器,产生N个样本的输入数据的直方图、PSD估计及自相关。运行后处理器的任何必要参数都通过参数文件输入,有后处理器读取。将零均值、单位方差的高斯过程的N=5000个样本通过巴特沃斯滤波器产生N个样本,这里的滤波器的截止频率为0.2fN,其中fN为奈奎斯特频率,用这样的样本测试后处理器。-MATLAB program to develop a post-processor to generate a histogram of N samples of input da