登录
首页 » matlab » dbscan

dbscan

于 2021-04-17 发布 文件大小:10KB
0 86
下载积分: 1 下载次数: 20

代码说明:

  DBSCAN clustering matlab code

文件列表:

data.mat,7399,2015-01-24
dbscan.m,4255,2015-01-24
distance.m,401,2015-01-24
license.txt,1310,2015-01-24

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • fuzzytimeseries
    it s a helpfull paper about fuzzy time series
    2010-08-05 22:41:41下载
    积分:1
  • matlab
    周期函数的傅立叶级数与信号重构基波与谐波(Periodic function of the Fourier series and the fundamental and harmonic signal reconstruction)
    2010-05-19 20:14:45下载
    积分:1
  • matlab
    本文首先研究了ISAR成像的基本原理,在理想转台模型的基础上对距离-多普勒(R-D)成像算法做了分析,对目前常用的运动补偿技术进行了对比和研究,并将这些技术用于雅克-42飞机的实测数据中。然后,论文系统地论述了压缩感知主体理论,重点对信号重构中的基追踪(BP)算法和正交匹配追踪(OMP)算法进行了深入的研究和讨论,并通过正弦信号的仿真结果验证了两种方法的有效性。(Firstly, the basic principle of ISAR imaging study, based on an ideal model for distance turntable- Doppler (RD) imaging algorithm to do the analysis of the motion compensation techniques currently used are compared and studied, and the use of these technologies in the measured data in the Yak-42 aircraft. Then, the paper systematically discusses the theory of compressed sensing body, focusing on the signal reconstruction of the base track (BP) algorithm and orthogonal matching pursuit (OMP) algorithm is conducted in-depth studies and discussions, and the simulation results verify the sinusoidal signal the effectiveness of the two methods.)
    2021-04-25 22:28:46下载
    积分:1
  • ABS
    研究了汽车制动过程中车速、轮速等的变化过程和影响因素;以化整为零的思想,研究得到制动过程中各物理量间的微分方程关系;进而建立在ABS下的数学模型;继而通过使用simulink建立仿真模型;采取逻辑门限的控制方法,综合仿真的整个动态变化过程;得到车速、轮速、滑移率、路面附着系数和制动距离随时间的变化曲线;最后利用图像分析的方法对各物理量进行分析、比较,对比有无ABS系统下制动距离的变化,得出使用ABS控制策略能显著缩短制动距离,提高制动安全性。数据分析和处理主要应用MATLAB软件。(The braking dynamics model of quarter vehicle ABS is established. It simulates the dynamic behavior of a vehicle under hard braking conditions. We researched the change of the vehicle speed and wheel speed during the vehicle braking. According to Newton s first and second law, then dfferential equations are obtained, so we get the Mathematical model. Next the response of the system is simulated by using Simulink in MATLAB . Based on the logic threshold control, we get the curve that Speed, wheel speed, slip ratio and road adhesion coefficient and brake distance changes over time. Contrasting with ABS or without ABS , using the ABS control strategy can significantly shorten the braking distance. Data analysis and processing mainly used MATLAB software.)
    2020-11-26 11:39:30下载
    积分:1
  • 44
    说明:  BP算法是为了解决多层前向神经网络的权系数优化而提出来的;所以,BP算法也通常暗示着神经网络的拓扑结构是一种无反馈的多层前向网络(BP algorithm is to solve the multi-layer feedforward neural network weights optimization and put forward Therefore, BP algorithm usually implies that the topology of neural network is a multi-layer feedback-free network)
    2008-11-10 20:55:07下载
    积分:1
  • nlsr
    A new non-linear least squares (NLS) DRSS location estimator that uses correlated shadowing information to improve performance is introduced. The existing maximum likelihood (ML) estimator and Cram′er Rao lower bound (CRLB) for RSS-based localization given do not account for correlated shadowing.
    2020-07-04 17:20:02下载
    积分:1
  • simulation
    在一个移动通信系统中,发射信号是一个未调制的音频x(t)=cos(2πft),其中f=f0+fi。设标称载波为f0=1GHz,并设fi =512Hz。假定移动用户在一个繁忙的高速公路上距离基站l公里处的地方,从开始从每小时60公里的速度开始,其速度(在0.01秒的时间间隔内测量)以1/2的概率随机的增加或减少1/10公里每小时。试仿真移动用户在这2s的时间间隔内所接收到的信号(及其频谱)。接收信号可以表示为: y(t)=a(t)Cos[2π(fo+f1)(t-△t)] 式中 △(t)=d(t)/c 且 a(t)=k/d2(t) 在上面的表达式中d(t)是在t时刻基站与移动用户的距离,c是光速,△(t)是传播延迟,而a(t)是信号在t时刻的衰减,并假设在这2s内a(t)是一个常数。利用复低通等效模型来进行仿真。(In a mobile communication system, the transmitted signal is an unmodulated audio x (t) = cos (2πft), where f = f0+ fi. Let nominal carrier of f0 = 1GHz, and set fi = 512Hz. Assume that mobile users on a busy motorway station l kilometers place, starting the beginning of 60 kilometers per hour, the speed (measured in 0.01 second interval) to increase the probability of a random 1/2 or reducing 1/10 km/h. Simulation test signal which the mobile subscriber in the 2s time intervals of the received (and its spectrum). The received signal can be expressed as: y (t) = a (t) Cos [2π (fo+ f1) (t- △ t)] Where △ (t) = d (t)/c And a (t) = k/d2 (t) In the above expression, d (t) at time t is a base station and a mobile user s distance, c is the speed of light, △ (t) is the propagation delay, and a (t) is the attenuation of the signal at time t, and assuming that 2s within a (t) is a constant. Using complex low-pass equivalent model for emulation.)
    2015-11-24 17:16:20下载
    积分:1
  • DNN_WMMSE
    使用深度神经网络解决无线网络中资源分配问题(Using deep neural networks to solve the problem of resource allocation in wireless networks)
    2020-11-25 09:49:32下载
    积分:1
  • polarization-of-electromagnetic-wave
    在matlab平台上对线极化、圆极化、椭圆极化电磁波的电场和磁场的情况进行仿真(On the platform of the situation matlab linear polarization, circular polarization, elliptical polarization of electromagnetic waves and magnetic field simulation)
    2020-12-14 16:09:14下载
    积分:1
  • encoding
    编码,交织,编纂和调制的GSM信道仿真。具有一定得应用价值(have something)
    2009-04-23 19:48:57下载
    积分:1
  • 696518资源总数
  • 104228会员总数
  • 45今日下载