-
线性判别
linear descrimination
- 2022-03-23 10:40:01下载
- 积分:1
-
TSP解决在使用蚁群算法(ACO)
旅行商问题(TSP)询问以下问题:由于城市的名单,每对城市之间的距离,那是什么访问每个城市恰好一次,并返回到出发城市的最短路线。它是组合优化的NP难问题,在运营研究和理论计算机科学的重要。我们使用蚁群算法使用这个问题,因为输入一些基准,计算城市之间的距离的使用蚂蚁作为平行于构建解决方案,这将是城市之间的最短路径解决这个问题。
- 2022-05-05 09:17:56下载
- 积分:1
-
计算一颗行星上面的轨道高度。
一个MATLAB函数来计算任何地球上任何轨道的高度。
Form:
% h = Altitude( r, f, a, units )
% ------
% Inputs
% ------
% r (3,:) ECI position vectors (units)
% f (1,1) Flattening factor
% a (1,1) Equatorial radius
% units
- 2023-05-23 13:25:03下载
- 积分:1
-
daimayunxing
说明: 是自适应滤波的一个源代码,用matlab编写,可以直接复制进行运行(Adaptive filtering is a source code, matlab written copy can be run)
- 2010-03-20 11:40:21下载
- 积分:1
-
suptitle
说明: 在子图像上面添加标题的matlab函数 (A function to place a title above all subplots)
- 2011-04-17 01:27:31下载
- 积分:1
-
seg22
一种用于尿沉渣图片的分割方法,先用小波变换和形态学,再使用边缘检测和阈值分割(urine for a picture segmentation method, use wavelet transform and morphology, re-use of edge detection and thresholding segmentation)
- 2007-03-30 16:26:29下载
- 积分:1
-
fuel-cell
simulation of fuel cell -part1
- 2013-07-29 15:55:22下载
- 积分:1
-
Lucas_Kanade
matlab编写的用lk算法进行光流计算的程序,很好的例程(lk algorithm using matlab prepared for optical flow calculation program, a good routine)
- 2011-07-02 09:11:35下载
- 积分:1
-
drtoolbox
Matlab Toolbox for Dimensionality Reduction
- 2012-06-12 17:37:14下载
- 积分:1
-
project
Pulse-code modulation (PCM) is a method used to digitally represent sampled analog signals. It is the standard form of digital audio in computers, Compact Discs, digital telephony and other digital audio applications. In a PCM stream, the amplitude of the analog signal is sampled regularly at uniform intervals, and each sample is quantized to the nearest value within a range of digital steps. Quantization Noise occurs in PCM.
- 2013-10-06 05:07:20下载
- 积分:1