-
RecoverChirp
线性调频信号是典型的脉冲压缩信号,在雷达波形设计中要重要的作用。本实例给出了调频雷达中混入正弦波噪声和高斯噪声时如何抑制噪声从而恢复调频信号的过程(LFM signal is a typical pulse compression signal, the radar waveform design to an important role. This example shows the sine wave frequency modulated radar mixed with noise and Gaussian noise, how to suppress the noise FM signal to the process of recovery)
- 2010-12-13 12:10:13下载
- 积分:1
-
fit_ML_log_normal
fit_ML_normal - Maximum Likelihood fit of the laplace distribution of i.i.d. samples!.
Given the samples of a laplace distribution, the PDF parameter is found
fits data to the probability of the form:
p(x) = 1/(2*b)*exp(-abs(x-u)/b)
with parameters: u,b
format: result = fit_ML_laplace( x,hAx )
input: x - vector, samples with laplace distribution to be parameterized
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
u,b - fitted parameters
CRB_b - Cram?r-Rao Bound for the estimator value
RMS - RMS error of the estimation
type - ML
- 2011-02-09 19:07:30下载
- 积分:1
-
1
说明: matlab simulation fenchatu
- 2014-10-15 20:33:09下载
- 积分:1
-
MyKmeans
实现聚类K均值算法: K均值算法:给定类的个数K,将n个对象分到K个类中去,使得类内对象之间的相似性最大,而类之间的相似性最小。 缺点:产生类的大小相差不会很大,对于脏数据很敏感。 改进的算法:k—medoids 方法。这儿选取一个对象叫做mediod来代替上面的中心 的作用,这样的一个medoid就标识了这个类。步骤: 1,任意选取K个对象作为medoids(O1,O2,…Oi…Ok)。 以下是循环的: 2,将余下的对象分到各个类中去(根据与medoid最相近的原则); 3,对于每个类(Oi)中,顺序选取一个Or,计算用Or代替Oi后的消耗—E(Or)。选择E最小的那个Or来代替Oi。这样K个medoids就改变了,下面就再转到2。 4,这样循环直到K个medoids固定下来。 这种算法对于脏数据和异常数据不敏感,但计算量显然要比K均值要大,一般只适合小数据量。(achieving K-mean clustering algorithms : K-means algorithm : given the number of Class K, n will be assigned to target K to 000 category, making target category of the similarity between the largest category of the similarity between the smallest. Disadvantages : class size have no great difference for dirty data is very sensitive. Improved algorithms : k-medoids methods. Here a selection of objects called mediod to replace the center of the above, the logo on a medoid this category. Steps : 1, arbitrary selection of objects as K medoids (O1, O2, Ok ... ... Oi). Following is a cycle : 2, the remaining targets assigned to each category (in accordance with the closest medoid principle); 3, for each category (Oi), the order of selection of a Or, calculated Oi Or replace the consumption-E (Or))
- 2005-07-26 01:32:58下载
- 积分:1
-
fangzhen5
这个程序是一个风力机一阶和三阶模型相关问题的研究和仿真。(This program is the study and simulation of a wind turbine first-order and third-order model-related issues.)
- 2015-01-22 11:18:55下载
- 积分:1
-
p_train
MATLAB实现的核估计后验概率算法,输入训练集和窗函数带宽,得到坐标的概率估计(matlab ptrain)
- 2010-01-26 11:53:50下载
- 积分:1
-
Entropy
Entropy R.Data This is an implementation of Entropy in R.
- 2010-05-13 00:24:49下载
- 积分:1
-
BEAM
这为一个波束形成的软件,对雷达和天线领域的人员有帮助(This is a software beamforming, radar and antenna field personnel to help)
- 2011-09-18 19:17:09下载
- 积分:1
-
TestBroCombo
Combo history box GUI class
- 2014-11-30 22:28:59下载
- 积分:1
-
segmentation
sample code for image segmentation
- 2012-10-06 22:50:05下载
- 积分:1