-
code
matlab 的短时傅里叶变换代码, STFT, 简洁实用(code of STFT with matlab)
- 2020-09-22 10:17:51下载
- 积分:1
-
maomao
连续相位调制信号(CPM)产生,毕设内容,高光谱图像基本处理,阵列信号处理的高分辨率估计。( Continuous phase modulation signal (CPM) to produce, Complete set content, basic hyperspectral image processing, High-resolution array signal processing estimates.)
- 2016-08-29 15:30:05下载
- 积分:1
-
wangfei
北京理工大学王菲教授讲述的大学物理及力学和热学的内容(Beijing Institute of Technology Professor Wang Fei told a university physics and mechanical and thermal content of)
- 2010-03-11 09:49:39下载
- 积分:1
-
mlclass-ex1
教授 Andrew Ng 的maching learning 课excise1答案(the answer of the maching learning teaching by Andrew Ng )
- 2014-11-06 08:54:35下载
- 积分:1
-
Fourier-matlab
主要介绍几种函数的傅里叶变换,及傅里叶函数变换的matlab实现(Several functions introduced Fourier transform, and the Fourier transform matlab realization function)
- 2013-11-07 20:16:21下载
- 积分:1
-
matlab实现 边缘预测
说明: 边缘预测提出了一种基于预测的、有一定自适应性的边缘检测方法。介绍了其原理和算法实现过程。通过计算两个相邻像素的灰度值的均值、均方差和梯度来预测下一个像素的灰度值,比较预测值和真实值来判断下一个像素是否是边界点。通过与现有同类算法的比较,证明了该算法的优越性(A predictive and adaptive edge detection method is proposed. The principle and implementation process of the algorithm are introduced. The gray value of the next pixel is predicted by calculating the mean, mean square deviation and gradient of the gray value of the two adjacent pixels. The prediction value and the real value are compared to determine whether the next pixel is a boundary point. The superiority of this algorithm is proved by comparing with the existing similar algorithms.)
- 2020-06-18 02:20:02下载
- 积分:1
-
Active_filter
Active filter and control strategies
- 2010-08-27 15:38:51下载
- 积分:1
-
image_dct
用matlab做得仿真,对图像进行DCT变换,分成8*8的块(matlab based simulation,dct transtion,8*8 block)
- 2009-04-23 19:11:14下载
- 积分:1
-
matlab
this is very good iris recognition code iris segmentation
- 2010-10-30 13:24:21下载
- 积分:1
-
l1_ls
说明: 最小化l1范数的Matlab代码。求解模型为:
min lambda*|x|_1+||A*x-y||_2。其中,|x|_1表示x的1-范数,||*||_2表示2-范数。该模型在稀疏成分分析、压缩传感器等领域有广泛的用途。( l1-Regularized Least Squares Problem Solver
l1_ls solves problems of the following form:
minimize ||A*x-y||^2+ lambda*sum|x_i|,
where A and y are problem data and x is variable (described below).
)
- 2009-08-06 19:51:37下载
- 积分:1