基于MATLAB的非线性信号多尺度分析程序指南
通过mallab程序介绍如何对非线性信号进行多尺度分析-How mallab procedures through the introduction of nonlinear mu
本专区汇聚了各类基于 MATLAB 开发的源码资源,共计 1000 篇资源供开发者免费下载学习。
通过mallab程序介绍如何对非线性信号进行多尺度分析-How mallab procedures through the introduction of nonlinear mu
这是一个m文件,主要介绍RLS自适应滤波器的普通应用-This is a document m, the main introduction of the ordinary RLS
simulink的经典用法,偶然在其他地方看到的,和大家共享-simulink classic usage, occasionally, in other places to se
计算超短脉冲非线性传输的一个比较成熟的M文件-Calculation of nonlinear transmission of ultrashort pulse of a more
stm32f4采集3路模拟电压,实现数据的实时采集,每个10ms发送出来,用matbal还原,电压的变化值
4第四章 M文件和程序设计。让你学会如何编写MS程序。-chapter 4 could tell you how to use M file and program it.
Function allows to insert into an existing cell array any set of new cells on the specifie
MATALAB处理优化.里面有很多好的优化处理方法-MATALAB optimize treatment. There are so many good methods to op
GAUSSGRADIENT 梯度利用一阶导数的高斯。[gx,gy]=gaussgradient(IM,sigma) 输出的梯度图像 gx 和 gy 的我使用二维高斯核函数的图像。西
有四个M文件,可以用于图像处理中的图像细化,有较好的效果-There are four M documents, can be used for image processing
粒子滤波算法,非常管用的运动估计和运动预测,mat源代码
倾斜校正,一定要有标定点,将一个倾斜的矩形变为不倾斜的。因此可以从原四边形四个点和新矩形四个点得到一个变换矩阵,根据这个矩阵再作用到全局图像就可以了。详细原理在这里,MIT的,我也