-
Matrix_Pencil
出一种实现不同维间估计结果自动配对的二维频率估计算法。首先把二维频率估计问题转化成两个矩阵束的特征值问题。根据矩阵束的特征求出两个矩阵束的公共特征向量,并以此为基础同时求出两个矩阵束的特征值。算法估计误差与现有算法相近,但解决了现有算法普遍存在的配对难题。
(Matrix pencils play an important role in numerical linear algebra. The problem of finding the eigenvalues of a pencil is called the generalized eigenvalue problem. The most popular algorithm for this task is the QZ algorithm, which is an implicit version of the QR algorithm to solve the associated eigenvalue problem B − 1Ax = λx without forming explicitly the matrix B − 1A (which could be impossible or ill-conditioned if B is singular or near-singular)
)
- 2010-06-15 11:22:58下载
- 积分:1
-
tuihuo
说明: 模拟退火matlab源码,学习模拟退火很好的例子(Simulated annealing matlab source, learning good example of simulated annealing)
- 2020-11-20 13:29:36下载
- 积分:1
-
Raised_cosine_filter-original
raied cosine filter
raied cosine filter
raied cosine filter
raied cosine filter
- 2011-03-28 01:02:33下载
- 积分:1
-
MATLAB-FEM
本书主要介绍了有限元方法的MATLAB程序实现,是国外经典的计算机学科教材。(This book introduces the finite element method of the MATLAB program, a foreign classic computer science textbook.)
- 2013-11-04 18:12:46下载
- 积分:1
-
DCT-and-Image-Compression
DCT and Image Compression
In the JPEG image compression algorithm, the input image is divided into
8-by-8 or 16-by-16 blocks, and the two-dimensional DCT is computed for each
block. The DCT coefficients are then quantized, coded, and transmitted. The
JPEG receiver (or JPEG file reader) decodes the quantized DCT coefficients,
computes the inverse two-dimensional DCT of each block, and then puts the
blocks back together into a single image. For typical images, many of the
DCT coefficients have values close to zero these coefficients can be discarded
without seriously affecting the quality of the reconstructed image.
The example code below computes the two-dimensional DCT of 8-by-8 blocks
in the input image, discards (sets to zero) all but 10 of the 64 DCT coefficients
in each block, and then reconstructs the image using the two-dimensional
inverse DCT of each block. The transform matrix computation method is used.
- 2014-01-28 16:55:07下载
- 积分:1
-
hhtanddata
HHT变换的EMD方法和希尔伯特谱的一些源程序,以及一些实例数据(HHT transform the EMD method and Hilbert spectrum of some of the source, and some examples of data)
- 2010-09-12 18:21:34下载
- 积分:1
-
Ridge_point_detector
Ridge_interest point_detector in scale-space
- 2010-03-14 21:04:26下载
- 积分:1
-
FileReader
说明: 矢量栅格转化程序,可以对拓扑文件进行转化生成相应的矢量文件(Raster vector conversion process)
- 2009-08-09 01:02:45下载
- 积分:1
-
NL-Structural-Eng~Fertis
Methods of analysis of structural engineering
- 2015-02-12 18:30:23下载
- 积分:1
-
Mode-Variable-Structure
滑模变结构于matlab仿真的自带源码,pdf版本的书籍已经上传,有需要的可以下载(Sliding Mode Variable Structure comes with source code in matlab simulation pdf version of the book has been uploaded, you can download)
- 2013-05-15 23:17:11下载
- 积分:1