资源列表

« 1 2 ... .78 .79 .80 .81 .82 14783.84 .85 .86 .87 .88 ... 15812 »

[matlab例程DTW

说明:DTW算法的程序,申请两个n*m的矩阵D、d,分别为累积距离和帧匹配距离。这里n和m为测试模版与参考模版的帧数。然后通过一个循环计算两个模版的帧匹配距离d。接下来进行动态规划,为每个格点 (i,j)都计算其三个可能的前续格点的累积距离D1,D2,D3。考虑到边界问题,有些前续格点可能不存在,因此加入一些判断条件最后利用最小值函数min(),找到三个前续格点的累积 距离作为累积距离,与当前帧的匹配距离d(i,j)相加,作为当前格点的累积距
<韦卫> 在 2025-04-25 上传 | 大小:1kb | 下载:0

[matlab例程hough

说明:霍夫变换,用于图像中直线检测,可以通过改变阈值设置改变结果-used in image processing for line detection after transform done threshold can be set on the result.
<magcin> 在 2025-04-25 上传 | 大小:1kb | 下载:0

[matlab例程ttMatlab

说明:基于MATLAB的双稳态随机共振的计算方法和仿真代码-Matlab-based bistable stochastic resonance method and simulation code
<毛伟> 在 2025-04-25 上传 | 大小:1kb | 下载:0

[matlab例程burg

说明:Energy detection for cognitive radio requires the use of a spectral estimation technique. We present the burg technique in this archive
<adeiza> 在 2025-04-25 上传 | 大小:1kb | 下载:0

[matlab例程FFT

说明:此代码是用MATLAB进行对数据做FFT变换-This code is done using MATLAB FFT transform data
<陈杰> 在 2025-04-25 上传 | 大小:1kb | 下载:0

[matlab例程prony

说明:prony算法,复指数函数的线性组合来描述等间隔采样数据的数学模型。-prony algorithm,Linear combination of mathematical models to describe the complex exponential function equally spaced sampling data
<张云凯> 在 2025-04-25 上传 | 大小:1kb | 下载:0

[matlab例程matlab4finalfinal

说明:是基于STBC的MIMO-OFDM的MATLAB仿真,生成误码率曲线-MATLAB simulation is based on the STBC MIMO-OFDM generate BER curves
<maoshiqi> 在 2025-04-25 上传 | 大小:1kb | 下载:0

[matlab例程NNSF

说明:利用最近邻域标准滤波器(NNSF)和概率数据互联滤波器(PDAF)进行航迹绘制并进行相互比较。-Use nearest neighbor standard filter (NNSF) and probabilistic data association filter (PDAF) be drawn and compared with each other track.
<汪望松> 在 2025-04-25 上传 | 大小:1kb | 下载:0

[matlab例程Singer

说明:应用Singer模型算法对机动目标进行跟踪,一个两坐标雷达对一平面上运动的目标进行观测.-Applications Singer model algorithm for maneuvering target tracking, a two-coordinate of a radar target on the observation plane motion.
<汪望松> 在 2025-04-25 上传 | 大小:1kb | 下载:0

[matlab例程KF

说明:将卡尔曼滤波器应用于雷达对海平面目标的跟踪,一个两坐标雷达对一海面上运动的目标进行观测-The Kalman filter is used in radar target tracking sea level, a target of a two-coordinate radar observations on the movement of the sea
<汪望松> 在 2025-04-25 上传 | 大小:1kb | 下载:1

[matlab例程Convolution

说明:数字信号处理中实现对卷积同态系统的模拟,可进一步加深对卷积同态系统原理和基本性质的理解-Digital signal processing to achieve the convolution homomorphic systems simulation, can further deepen the convolution homomorphic systems principles and basic understanding o
<汪望松> 在 2025-04-25 上传 | 大小:1kb | 下载:0

[matlab例程entropy

说明:输入为两幅灰度图像,输出为两幅图像的熵的差值-Two input gray image, the output of the entropy of the difference between two images
<小怪兽> 在 2025-04-25 上传 | 大小:1kb | 下载:0
« 1 2 ... .78 .79 .80 .81 .82 14783.84 .85 .86 .87 .88 ... 15812 »

源码中国 www.ymcn.org