资源列表
[matlab例程] Separation-of-two-signals-using-butterworth-filte
说明:This tutorial will teach you how to combine two signals and separate the two combined signals using MATLAB software. The signals used in this case are sinusoidal but other shaped signals of the same frequency may be used although the shape of the out<Ritesh Das> 在 2025-09-15 上传 | 大小:56kb | 下载:0
[matlab例程] Pulse-Code-Modulation-and-Line-Coding-Techniques-
说明:Pulse code modulation is a form of information conversion from discrete to digital. Pulse code modulation is used in almost all modern communication systems and is essential for digital communication. Each sampled value is given in the form of a disc<Ritesh Das> 在 2025-09-15 上传 | 大小:26kb | 下载:0
[matlab例程] sliding-mode-method
说明:航天器简化模型3D刚体摆滑模控制角速度姿态仿真程序-The attitude control of a 3D rigid pendulum with sliding mode method<田鑫> 在 2025-09-15 上传 | 大小:3kb | 下载:0
[matlab例程] pegasis_bo
说明:该协议是LEACH的改进,思想是:为了延长网络的生命周期,节点只需要和她们最近的邻居之间进行通信。节点与汇聚点间的通信过程是轮流进行的,当所有节点都与汇聚点通信后,节点间再进行新一回合的轮流进行的。由于这种轮流通信机制使得能量消耗能够统一的分布到每个节点上,因此降低了整个传输所需要消耗的能量。-The agreement is LEACH improvement idea is: To prolong the network lifetime, and between nodes only ne<张博> 在 2025-09-15 上传 | 大小:2kb | 下载:0
[matlab例程] co_occurrence
说明:matlab7.0上求灰度共生矩阵,解决7.0版本上没有grey函数的问题-Find GLCM on matlab7.0,No problem grey function solves 7.0<ysf> 在 2025-09-15 上传 | 大小:2kb | 下载:0
[matlab例程] DTW
说明:DTW算法的程序,申请两个n*m的矩阵D、d,分别为累积距离和帧匹配距离。这里n和m为测试模版与参考模版的帧数。然后通过一个循环计算两个模版的帧匹配距离d。接下来进行动态规划,为每个格点 (i,j)都计算其三个可能的前续格点的累积距离D1,D2,D3。考虑到边界问题,有些前续格点可能不存在,因此加入一些判断条件最后利用最小值函数min(),找到三个前续格点的累积 距离作为累积距离,与当前帧的匹配距离d(i,j)相加,作为当前格点的累积距离。该计算过程一直达到格点(n,m),并将D(n,m)输出,<韦卫> 在 2025-09-15 上传 | 大小:1kb | 下载:0