Matrices

共 38 篇文章
Matrices 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 38 篇文章,持续更新中。

JPEG压缩matlab源码

JPEG压缩解压缩的matlab源代码: 1) take an image (2D matrix) and devide it to 8x8 matrices 2) for each matrix (8x8) use the DCT conversion (from the signal processing toolbox). you will get an (8x8) mat

用Mitel 的模拟开关阵列设计大型开关矩阵

Traditionally, the design of large analog switching matrices has been based upon the use of electrom

模糊图像的重构技术Deblurring Images Matrices, Spectra, and Filtering

<p>本书主要关注于图像去模糊的方法,模糊图像的重构技术,描述的算法和技巧就是众所周知的光谱滤波方法。在重构图像时,奇异值分解以及其他的分解方法对于正则化或者滤波是必要的。希望本书对你们有所帮助,注意是英文版的。<br/></p>

MATLAB之父《编程实践 》中译本 带书签目录

<p>MATLAB之父&nbsp; 编程实践&nbsp; 中译本__PDF电子书下载 带书签目录 完整版</p><p>目 录</p><p>第1 章迭代(Iteration) 1<br/></p><p>第2 章斐波那契数(Fibonacci Numbers) 15<br/></p><p>第3 章日历与时钟(Calendars and Clocks) 29<br/></p><p>第4 章矩阵(Matr

Digital.Image.Processing.

This edition of Digital Image Processing is a major revision of the book. As in<br /> the 1977 and 1987 editions by Gonzalez and Wintz, and the 1992, 2002, and 2008<br /> editions by Gonzalez and Wood

Random+Matrix+Theory

From its inception, random matrix theory has been heavily influenced<br /> by its applications in physics, statistics and engineering. The landmark<br /> contributions to the theory of random matrices

Approche de routage optimal avec comme parametres les matrices de liens, de capacit茅 ainsi que la di

Approche de routage optimal avec comme parametres les matrices de liens, de capacit茅 ainsi que la direction des flots (origine destination)

SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems

SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems of linear equations on high performance machines. The library is written in C and is callable from e

此文件是引文原版的matlab programming 它包括以下内容 Creating and Concatenating Matrices Accessing Elements of a M

此文件是引文原版的matlab programming 它包括以下内容 Creating and Concatenating Matrices Accessing Elements of a Matrix Getting Information About a Matrix 。。。。。 总之包括所有matlab的使用方法

Matrix Transposition and Multiplication It is a MIPS assembly program that does the following: give

Matrix Transposition and Multiplication It is a MIPS assembly program that does the following: given two matrices, M1 and M2, first transpose M2 to obtain M2tran. Then multiply M1 and M2tran.

a software code for computing selected eigenvalues of large sparse symmetric matrices

a software code for computing selected eigenvalues of large sparse symmetric matrices

function y_cum = cum2x (x,y, maxlag, nsamp, overlap, flag) %CUM2X Cross-covariance % y_cum = cum2x

function y_cum = cum2x (x,y, maxlag, nsamp, overlap, flag) %CUM2X Cross-covariance % y_cum = cum2x (x,y,maxlag, samp_seg, overlap, flag) % x,y - data vectors/matrices with identical dimensions %

算法实现:Jieping Ye. Generalized low rank approximations of matrices. Machine Learning, Vol. 61, pp. 167

算法实现:Jieping Ye. Generalized low rank approximations of matrices. Machine Learning, Vol. 61, pp. 167-191, 2005.

This collection of C++ templates wraps the FORTRAN or C interfaces for LAPACK so that they integrate

This collection of C++ templates wraps the FORTRAN or C interfaces for LAPACK so that they integrate with the Boost uBLAS library. Currently implements Cholesky decomposition, LU decomposition, invers

matlab矩阵处理例程。A matrix processor, Matx_Proc() is developed which can be used to process and edit ma

matlab矩阵处理例程。A matrix processor, Matx_Proc() is developed which can be used to process and edit matrices and state space models, and perform various kind of matrix analysis in a visible way.

OFELI is an object oriented library of C++ classes for development of finite element codes. Its main

OFELI is an object oriented library of C++ classes for development of finite element codes. Its main features are : * Various storage schemes of matrices (dense, sparse, skyline). * Direct methods of

Quaternions are hypercomplex numbers (that is generalizations of the complex numbers to higher dimen

Quaternions are hypercomplex numbers (that is generalizations of the complex numbers to higher dimensions than two). For an introduction, refer to the Wikipedia article on Quaternions. Quaternion to

ARM下 Implement matrix multiplication of 2 square matrices, with data read from an input file and pri

ARM下 Implement matrix multiplication of 2 square matrices, with data read from an input file and printed both to the console and to an output file. &#8226 Assume a file with correct data (no garbage,

This program visualizes eigenvectors for 2x2 matrices.

This program visualizes eigenvectors for 2x2 matrices.

% COMPDIR Computes a search direction in a subspace defined by Z. % Helper function for NLCONST.

% COMPDIR Computes a search direction in a subspace defined by Z. % Helper function for NLCONST. % Returns Newton direction if possible. % Returns random direction if gradient is small. % Otherwi