-
00000000000000000000000000000000000000000000000000
说明: 模拟退火算法解决最优路径问题,此程序只需根据需要输入数据即可,验证过了,可行(the best way)
- 2010-05-02 11:53:05下载
- 积分:1
-
FCM+Knn
用K均值算法和C模糊算法对sonar数据和iris数据进行分类。
K均值算法是一种很常用的聚类算法,其基本思想是,通过迭代寻找K个聚类的一种划分方法,使得用这K个聚类的均值来代表各类样本是所得到的的总体误差最小。
模糊C均值(FCM)算法在K均值算法的基础上,用模糊子集代替确定子集,从而得到模糊的分类结果,即分类结果的模糊化。(Sonar data and iris data are classified by means of K mean algorithm and C fuzzy algorithm.
The K mean algorithm is a very common clustering algorithm. Its basic idea is to find a partition method of K clustering by iteration, so that the average error of the mean of the K clustering is minimized.
The fuzzy C mean (FCM) algorithm is based on the K mean algorithm. The fuzzy subset is replaced by the fuzzy subset, thus the fuzzy classification result is obtained, that is, the classification result is fuzzed.)
- 2020-11-06 17:59:50下载
- 积分:1
-
Battery_Charging_Discharding_model
battery chnarging model
- 2013-04-13 19:04:33下载
- 积分:1
-
lishuhanshu3
钟型隶属函数-c参数变化钟型隶属函数-c参数变化(Bell-shaped membership function of-c parameter bell-shaped membership function-c parameter changes)
- 2009-04-10 04:35:46下载
- 积分:1
-
random-neural-network
matlab应用大全-赵海滨,第10章随机神经网络源码(matlab application Daquan- TRADITIONIS Chapter 10 random neural network source)
- 2015-01-25 11:51:45下载
- 积分:1
-
Filtro-3-vias
This is a model of a QPSK modulation system for transmission over a bandpass channel with fc = 100 Hz and B = 30 Hz and AWGN at the receiver. SRRC fi lters with excess bandwidth α = 0.18 are employed. The receiver includes an NDA timing recovery loop followed by a DD phase recovery loop. The transmitter?s symbol period is T and set to a value of 100 ms. The symbol period at the receiver is Tr. The model will produce six windows: Two constellation plots and two eye diagrams (for the real part only), at the output of the matched fi lters and after the recovery loops a plot of the phase error (output of the NCO) and a plot of the fractional timing error (used in the interpolator). The frequency off set at the receiver is denoted by deltaf. The model simulates the transmission of 8000 QPSK symbols.
- 2015-02-03 08:10:37下载
- 积分:1
-
MIMOcapacity
MIMO信道容量仿真程序,包括SIMO.MISO.MIMO.SISO几种信道容量的仿真程序(MIMO channel capacity simulation program, including several channel capacity SIMO.MISO.MIMO.SISO simulation program)
- 2021-04-17 15:28:52下载
- 积分:1
-
correlation_psd
说明: 这是一个关于自相关算法及功率谱的仿真的源代码,可以供matlab初学者学习,以便今后在做相关研究中有所帮助。(This is the one on self-correlation algorithm and power spectrum of the simulation source code can be used for matlab beginners to learn to do research in the future help.)
- 2010-03-30 15:12:26下载
- 积分:1
-
apfmoudle
有源电力滤波器是用于动态抑制谐波、补偿无功的新型电力电子装置,控制并主动输出电流的大小、频率和相位,并且快速响应,抵消负载中相应电流,实现了动态跟踪补偿,而且可以既补谐波又补无功和不平衡。(APF:Active power filter)
- 2020-06-21 16:40:01下载
- 积分:1
-
Transmission-Model
无线传感器网络定位用到的无线传输模型
Regular Model, Logarithmic Attenuation Model, DOI Model, RIM Model
(Wireless sensor network localization using wireless transmission model, Regular Model, Logarithmic Attenuation Model, DOI Model, RIM Model
Achieve functional distance and transmission attenuation swap
~~~~~~~~~~~~~~~~~~~~~~Regular Model~~~~~~~~~~~~~~~
In this model, the radio range is a circle
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ReceivedSignalStrength=SendingPower-PathLoss
e.g, RSS=Pt-Pl(d0)-10*η*log10(dist/d0)
Pt:transmit power
pl(d0):the pass loss for a reference distance of d0
ηis the path loss exponent
above parameters are saved in ../Parameters_Of_Models.mat
dist:distance between sender and receiver(m)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
typical value:Pt=0-4dBm(max),Pl(d0)=55dB(d0=1m),η(2~4)=4(indoor,outdoor)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~Logarithmic Attenuation Model~~~~~~~~~
In this model, the radio range is a circle
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ReceivedSignal)
- 2013-08-31 18:59:05下载
- 积分:1