该文件包含一维离散信号的 Chirplet 变换 ("Chirplet_Transform.m") 函数,以及 Chirplet 变换中双 LFM 信号的时频表示,它们在 STFT(STFT.m) 和小波变换中(CWT_Morlet.m) 。 只需运行“TEST1.m”即可查看上述所有结果。 代码由涂国伟(现就读于上海交通大学机械工程学院,联系我:GuweiweiTu@sjtu.edu.cn)。 原始的Chirplet变换算法在[1]中进行了介绍; 而这里的代码是由 [2] 激发的,它为 Chirplet 变换提供了新的见解。 [1].Steve Mann,Simon Haykin,Chirplet 变换:物理考虑, IEEE 信号处理交易,卷。 43,没有。 11 1995 年 11 月[2].Peng ZK, Meng G., Lang ZQ, Chu FL, Zhang WM
2021-12-02 00:43:07 5KB matlab
1
matlab喷泉码代码Luby-转换-代码 Luby Transform Code (LT Code),一种属于“喷泉”代码类的纠错算法,一种可以生成无限数量的数据包来重建在不同网络传输过程中丢失的数据的校正器代码。 这种类型的算法在传输没有任何方式要求再次恢复数据的情况下特别有用我已经为LT代码构建了Arduino,Matlab和C编程算法。 对于 Arduino,您必须下载/安装 RadioHead 库
2021-11-30 17:18:46 21KB 系统开源
1
基本概念(概要) 1. 读取输入图像2. 将图像大小调整为 1024 x 1024 图像3. 定义 Haar 滤波器矩阵 { 1/sqrt(2)*[1 1; 1 -1] } 4. 执行过滤沿着 Colms 然后沿着 Rows 并向下采样 2 迭代更新输出图像5. 多分辨率图像的显示6. 执行恢复沿行然后沿 Colms 并按 2 上采样迭代更新输出图像7. 显示最终恢复的 Img
2021-11-29 15:24:59 97KB matlab
1
用霍夫变换进行直线、圆和椭圆的检测。 matlab代码
2021-11-28 10:32:41 2KB 霍夫变换,直线检测
1
Image reconstruction by domain-transform manifold learning
2021-11-26 12:11:04 5.85MB 深度学习 图像重建
1
通过CSS动画实现的网页字符串切换特效。 特效介绍页面:https://blog.csdn.net/evanyanglibo/article/details/121441913
2021-11-20 18:02:56 1KB CSS动画 translate3d transform animation
1
Being able to transform objects at runtime using a set of intuitive and professional gizmos can be extremely valuable especially if you are working on a runtime editor or a game in which the player can move, rotate and scale objects. Want to build a modding tool for your players? Then you definitely need some way to allow them to manipulate the objects in the scene and this plugin will prove to be invaluable for such tasks!
2021-11-20 11:27:12 1.68MB unity runtime transform gizmos
1
主要介绍了结合 CSS3 transition transform 实现简单的跑马灯效果的示例的相关资料,小编觉得挺不错的,现在分享给大家,也给大家做个参考。一起跟随小编过来看看吧
2021-11-19 17:09:14 125KB CSS3 transition transform 跑马灯
1
霍夫变换-线检测 Hough变换的Python实现,用于检测图像中的线条。 在我的博客文章中解释了工作原理: 要求 在Python 2.7和Python 3.6上测试 pip install -r requirements.txt 用法 python hough_transform . py 样本 测验 python hough_transform_test . py 资源 OpenCV霍夫变换文档: : EGGN 512霍夫变换演讲分为3部分: : uDB2qGqnQ1g
2021-11-18 19:35:35 125KB python Python
1
您好,请访问以下链接如何将数据从我的sql传输到sql server [^]
2021-11-17 12:53:54 53KB MySQL SQL-Server transform data
1