-
target-HRRP-analysis
雷达回波信号的高精度一维距离像分析,功能较完整,适合初学者(the high-resolution range profile analysis of radar echos, which is complete and is suitable for beginners)
- 2020-11-06 16:19:49下载
- 积分:1
-
KFCM-master
基于核方法的模糊C均值聚类,考虑到空间数据之间的相关性,结合各点的邻域信息,在原代码中添加邻域信息:(The fuzzy C mean clustering based on kernel method, considering the correlation of spatial data and combining the neighborhood information of each point, adding neighborhood information to the original code.)
- 2017-12-12 09:13:51下载
- 积分:1
-
b
说明: matlab实现运动模糊图像的模糊长度的自动鉴别(Matlab implementation of motion blurred image fuzzy length automatic identification)
- 2012-05-03 19:21:39下载
- 积分:1
-
harriscorner
使用matlab完成harris corner检测,探测出边界点(Use matlab completed harris corner detection, detection of boundary points)
- 2014-11-08 23:17:58下载
- 积分:1
-
dijkstra
基于图论求解最短路径,经典dijkstra算法,通用版(Based on the graph theory to solve the shortest path, classical dijkstra algorithm, general version)
- 2021-03-27 11:49:12下载
- 积分:1
-
pinpu
将激光器输出的时间序列转化成频谱序列,以更好的分析频谱特性(The time series of laser output is converted into frequency series to better analyze the spectrum characteristics.)
- 2021-02-21 17:29:43下载
- 积分:1
-
Matlab 人嘴形识别
inal_image = zeros(size(img_ycbcr,1), size(img_ycbcr,2));
if(size(img_ycbcr, 3) > 1)
for i = 1:size(img_ycbcr,1)
for j = 1:size(img_ycbcr,2)
y = img_ycbcr(i,j,1);
cb = img_ycbcr(i,j,2);
cr = img_ycbcr(i,j,3);
if(y > 70 && cb > 100 && cr > 163)
if(y < 130 && cb < 150 && cr < 180)
- 2022-02-28 23:24:36下载
- 积分:1
-
music
music算法是用于估计信号到达天线阵列的到达角度信息(music estimate doa of arrival)
- 2011-09-12 16:32:28下载
- 积分:1
-
Target tracking
先对线性调频信号的压缩,然后设计了雷达对目标跟踪的源程序。(Firstly, the linear FM signal is compressed, then the source program of radar target tracking is designed.)
- 2020-07-26 22:48:41下载
- 积分:1
-
ARIMA
matlab-arima的具体编程,效果较好(matlab-arima Specific programming, the effect is better)
- 2021-01-25 12:48:44下载
- 积分:1