-
proj10-01
在试验中编写程序实现了K均值聚类算法,K均值聚类的原理是:在训练样本中找到C个聚类中心,每个聚类中心代表一个类的中心。然后将样本归类到与其最近的聚类中心的那一类。 C的选择是通过先验知识或经验选取的。聚类中心是通过算法迭代求得的。(In the test preparation process to achieve a K means clustering algorithm, K means clustering principle is: in the training samples to find C a cluster center, each cluster center represents a kind of center. Then the samples are classified to the nearest cluster center with the type. C' s choice is a priori knowledge or experience through the selected. Cluster center is obtained through the iterative algorithm.)
- 2010-08-28 19:42:53下载
- 积分:1
-
entropy_max_2d
用于实现灰度图像阈值分割的二维最大熵方法,matlab源程序(Used to achieve gray image threshold segmentation of the two-dimensional maximum entropy method, matlab source)
- 2008-03-26 19:42:32下载
- 积分:1
-
LMSalgorithm
实现LMS算法的MATLAB仿真,实现自适应波束形成(LMS algorithm to achieve the MATLAB simulation, the realization of adaptive beamforming)
- 2009-05-05 20:46:40下载
- 积分:1
-
FCM_tool_box[byPfaruto]
模糊C均值(FCM)算法工具箱,可以直接使用,基于MATLAB编写,呵呵(Fuzzy C Means (FCM) algorithm toolbox, can be used directly, based on MATLAB write, huh, huh)
- 2011-05-18 10:06:42下载
- 积分:1
-
DSP
任务:
1) 借助MATLAB画出误差性能曲面和误差性能曲面的等值曲线(参考PPT2.1第17页的两幅图);
2) 写出最陡下降法以及LMS算法的计算公式(取 );
3) 用MATLAB产生方差为0.05, 均值为0白噪音S(n),并画出某次采样得到的波形(即产生任意一个噪声随机序列);
4) 根据 2)中的公式,并利用 3)中产生的S(n),在 1)中的误差性能曲面的等值曲线上叠加画出采用最陡下降法以及LMS法时H(n)的在叠代过程中的轨迹曲线(参考PPT2.1第17页的右下图的曲线1和曲线2)。
5)用MATLAB计算并画出LMS法时 随时间n的变化曲线(对应S(n)的某一次的一次实现)和e(n)波形;
注意:某一次实现的结果并不能从统计的角度反映实验的结果 的正确性,为得到具有统计特性的实验结果,可用足够多次的 实验结果的平均值作为实验的结果。用MATLAB计算并画出 采用LMS法时,J(n)的100次实验结果的平均值随时间n的变 化曲线(即 生成随机噪声信号并计算结果,重复执行100次, 求平均结果)。
6)在 1)中的误差性能曲面的等值曲线上,叠加画出采用LMS法得到的100次实验中的H(n)的平均值的轨迹曲线;
(Task:
1 ) Draw with MATLAB error performance surface and surface contour error performance curve ( refer PPT2.1 two chart on page 17 )
2 ) Write the steepest descent method and the LMS algorithm formula ( take )
3 ) Using MATLAB to generate variance of 0.05 with a mean of 0 white noise S (n), and draw a particular sampling waveform ( ie, any noise generated random sequence )
4 ) based on 2 ) of the formula , and use 3 ) generated in S (n), in a ) the error performance curves superimposed on the surface contour plot using the steepest descent method and the LMS method when H (n) the iterative process in the trajectory curve ( refer PPT2.1 page 17 bottom right of the curves 1 and 2 ) .
5 ) using MATLAB LMS method is used calculate and draw the curve with time n (corresponding to S (n) of a first implementation of a ) and e (n) waveform
Note : in a first implementation of the results are not reflected from a statistical point of view of accuracy of the experimental results ,)
- 2013-11-08 20:09:06下载
- 积分:1
-
jiangzao
小波不同于传统的傅里叶变换和短时傅里叶变换,它具有随信号频率变化的时间频率分析能力,因此可以用来去噪!(This program implement the function of the interference of the noise!)
- 2010-12-25 09:51:20下载
- 积分:1
-
dpd_simulation
功放数字预失真算法代码,用Volterra模型对功放建模,Ls算法(Power amplifier digital predistortion algorithm code, using the on the model of power amplifier modeling, Ls algorithm
)
- 2021-01-06 16:38:53下载
- 积分:1
-
pc-radar-system
对脉冲多普勒雷达信号处理过程进行了简单的仿真,对各部分功能提供了程序代码(Pulse Doppler radar signal processing simulation to provide the program code of the function of each part)
- 2021-04-03 20:29:05下载
- 积分:1
-
digital-filter-using-simulink
本文阐述了matlab/simulink在数字滤波器上的应用,利用simulink设计数字滤波器(This paper describes the Matlab/Simulink digital filter using simulink design of digital filters)
- 2012-05-18 20:09:26下载
- 积分:1
-
tracking
Tracking of visual phenomena is hard. Very, very hard. And frustrating. You should try not to get discouraged by poor tracking results, but rather concentrate on the specific reasons why your tracker may not be performing well. Is the bad performance predictable from the theoretical properties of the tracker? If so, that s a valuable observation that will serve you well in the future
- 2013-07-24 12:49:21下载
- 积分:1