-
dens
estimarea densitatii de probabilitate prin
nucleele lui Parzen
- 2011-06-04 04:59:06下载
- 积分:1
-
3
本程序实现多模态故障检测与故障诊断,用的方法是LPP_GMM_FJ,对象为CSTH,GMM是用的FJ算法,效果很好(This procedure realize multimodal, fault detection and fault diagnosis method is LPP_GMM_FJ, object for CSTH, GMM FJ algorithm is used, the effect is very good)
- 2013-08-31 15:48:58下载
- 积分:1
-
src
How to use the ordinary Voronoi partition generator. The m-files also have
their own help documentation that you can view in Matlab. This code creates
a bounding polygon that is a square. Then it randomly creates 10 points
and then creates and draws the partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(2, 10)
regions = voronoi(bounds, points)
drawRegions(bounds, regions)
================================
This is a brief set of instructions on how to use the Multiplicatively-
weighted Voronoi partition generator.
Each of the m-files has a help section, so in Matlab you can call:
help mwvoronoi
help drawRegions
Here is an example that creates a bounding polygon, a square with side
length 10. Then it randomly creates six points with random weights.
Finally, the code draws the resulting partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(3, 6)
regions = mwvoronoi(bounds, points)
drawRegions(bounds, regions)
Enjoy!
- 2013-10-30 12:23:18下载
- 积分:1
-
slcthead
S-L头模型重建,X-CT图像重建算法的仿真研究(SL head model reconstruction, X-CT image reconstruction algorithm simulation)
- 2010-01-03 14:46:53下载
- 积分:1
-
saite
各种优化程序的汇总1主要为一些惩罚函数法的优化程序!(various optimization procedures summary of a major punitive function of the optimization program!)
- 2007-06-19 20:08:16下载
- 积分:1
-
hht.new
能够把输入信号分解为多个IMF分量,并进行Hilbert变换,求得信号的时频分布谱图。(Be able to input signal is decomposed into several IMF components and carry out Hilbert transform, time-frequency distribution obtained spectrum.)
- 2009-12-03 09:48:57下载
- 积分:1
-
matlabfile
many matlab code with Fftseq ,uniform to gauss
AM DSB FM modulation
- 2009-12-20 14:06:57下载
- 积分:1
-
PMUSIC
自适应滤波器中MUSIC算法的MATLAB程序·(Adaptive filter algorithm in the MATLAB program MUSIC)
- 2010-12-25 22:38:07下载
- 积分:1
-
Frequency-Synthesis-by-Phase-Lock
说明: 老外的一本绝版好书,绝版~有钱买不到的东西(Foreigners an out of print books, out of print ~ the things money can not buy)
- 2011-04-07 10:01:19下载
- 积分:1
-
code_multihop_last-1
The objective of this project is to investigate the possibility of applying a dynamic channel allocation to cMCN. The proposed method is a multihop dynamic channel assignment (MDCA) scheme that works by assigning channels based on interference information in the surrounding cells. A channel searching strategy, sequential channel searching (SCS) is developed for the MDCA scheme. This strategy is responsible for the channel updation which includes channel assignment for a new request and channel release after the completion of the communication process. Through computer simulation, we show that the proposed MDCA scheme using the SCS strategy improves the system capacity significantly.
- 2013-07-13 01:28:59下载
- 积分:1