搜索资源列表
matlab信号处理源程序2
- MATLAB,即“矩阵实验室”,它是以矩阵为基本运算单元。因此,从最基本的运算单元出发,介绍MATLAB的命令及其用法2。-MATLAB, "Matrix lab," It was based on the matrix of the basic computing unit. Therefore, from the most basic computing element is introduced, and MATLAB ordered two of its use.
matlab信号处理源程序3
- MATLAB,即“矩阵实验室”,它是以矩阵为基本运算单元。因此,从最基本的运算单元出发,介绍MATLAB的命令及其用法3。-MATLAB, "Matrix lab," It was based on the matrix of the basic computing unit. Therefore, from the most basic computing element is introduced, and MATLAB ordered three of its use.
moving_average_v3.1
- Smooths a matrix (with/without NaN s) via recursive moving average method and eliminates data gaps. -MOVING_AVERAGE(X,F) smooths the vector data X with a boxcar window of size 2F+1, i.e., by means of averaging each element with the F elements at hi
SparseMatrixArithmeticUnit
- 稀疏矩阵是指那些多数元素为零的矩阵。利用“稀疏”特点进行存储和计算可以大大节省存储空间,提高计算效率。实现一个能进行稀疏矩阵基本运算的运算器。在一个矩阵中,可以用一个三元组〈row,column,value〉唯一地确定一个矩阵元素,因此,可以利用一个三元组数组(三元组表)来表示一个稀疏矩阵。此程序代码实现了两个稀疏矩阵相加、相减和相乘的运算。稀疏矩阵的输入形式采用三元组表示,而运算结果的矩阵则以阵列形式列输出。-Are those most sparse matrix element is ze
Matrix
- 一个用列主元法求解矩阵的程序,对数值运算的同志应该有所帮助。-A main element method with the column matrix of the process of numerical computation of the comrades should help.
matrix
- 這是一個用C寫的矩陣程式 可對矩陣做插入、刪除陣列中某一個元素和找元素的動作-This is a matrix program written by C matrix can be inserted, deleted the array elements and to find a particular element of the action
finite-element-sparse-matrix
- 有限元稀疏矩阵的保存和提取,基于ANSYS提取稀疏矩阵后在matlab中的重新整理。-Preservation and extraction of finite element sparse matrix
the-largest-element-in-a-matrix.
- 一个矩阵中最大元素所在的行数与列数的求解-The rows and columns of the largest element in a matrix.
ZJ
- 设计、编写和调试面向对象C++程序,采用运算符重载机制实现两个矩 阵的加、减、乘及输入/输出操作,要求通过()运算符重载来提取或设置矩阵 元素值(函数原型:返回值为double&,两个整型参数表示矩阵元素行、列值)。-Design, writing and debugging of object-oriented C++ program, using operator overloading mechanism to achieve two matrix addition, subtra
exp2
- 学习和掌握运算符重载,理解异常处理机制。 实验内容: (1)编程实现一个实数矩阵类,它可以进行加、减、乘和赋值运算,并且要重载运算符“()”,用来返回矩阵元素的值。 (2)该类还要支持异常处理机制,能够处理可能的非法矩阵操作。-Learn and master operator overloading, understanding exception handling mechanism. Experiment: (a) programming a real matrix cl
Sparse-matrix-compression
- 稀疏矩阵压缩存储的基本操作实现实验 要求:数据元素类型ElemType取float。 1)从键盘输入两个稀疏矩阵A、B的各元素。(行<=5,列<=5) 2)完成矩阵的加法运算,并输出。-Compressed storage of sparse matrix operations to achieve the basic experimental requirements: data element types ElemType take float. 1) from th
abc
- 实现一个实数矩阵类,它可以进行加、减、乘和赋值运算,并且要重载运算 符“()”,用来返回矩阵元素的值。 -The realization of a real matrix class, which can add, subtract, multiply and assignment operators, and to override operator " ()" , is used to return the value of the matrix element.
LDPC_Gen
- 生成PCHK格式校验矩阵对应的生成矩阵: 附带相应参数,各参数如下: 校验矩阵文件名 待生成的生成矩阵文件名(文件扩展名为“gen”) sparse/dense(生成矩阵中元素“1”稀疏还是密集) 例:校验矩阵a.pchk生成生成矩阵a.gen,生成矩阵中元素“1”尽量稀疏: -PCHK format generated check matrix corresponding generator matrix: with the appropriate parameters, ea
element-stiffness-matrix-matlab
- 用matlab建立单元刚度矩阵,考虑边界条件,求解简单结构位移的程序-Establish the element stiffness matrix using matlab, consider the boundary conditions, solving simple structural displacement procedure
matrix-
- 矩阵相乘的小程序,第一个矩阵的每一行元素与第二个矩阵的每一列元素一一相乘,得到结果矩阵的每一个位置上的元素。-Matrix multiplication of small programs, the first element of each row and each column of the matrix elements of the second matrix is multiplied by one, to get a location on each el
source
- 设计、实现稀疏矩阵的数据结构 (存储结构和逻辑结构),并且稀疏矩阵要有以下的函数接口(功能)。 1. 能够修改 (访问) 矩阵中元素的值 2. 矩阵的转置运算得到一个新矩阵 3. 两个矩阵的加法运算得到一个新矩阵 4. 两个矩阵的乘法运算得到一个新矩阵 -Design, implementation sparse matrix data structure (memory and logical structures), and sparse matrix have
XISHUJUZHEN
- 矩阵中非零元素的个数远远小于矩阵元素的总数,并且非零元素的分布没有规律,则称该矩阵为稀疏矩阵(sparse matrix) 与之相区别的是,如果非零元素的分布存在规律(如上三角矩阵、下三角矩阵、对称矩阵),则称该矩阵为特殊矩阵。-Matrix china-africa zero element number is far less than the total number of matrix element, and the distribution of the non-zero eleme
lab12_Matrix
- 设计、编写和调试面向对象C++程序,采用运算符重载机制实现两个矩阵的加、减、乘及输入/输出操作,要求通过()运算符重载来提取或设置矩阵元素值(函数原型:返回值为double&,两个整型参数表示矩阵元素行、列值)。 -Design, write and debug object-oriented C++ program, the use of operator overloading mechanism to achieve two matrix addition, subtraction,
matrix
- 矩阵乘法 给定两个矩阵 A 和 B,其中 A 是具有 M 行、K 列的矩阵, B 为 K 行、N 列的矩阵, A 和 B 的矩阵积为矩阵 C, C 为 M 行、N 列。矩阵 C 中第 i 行、第 j 列的元素 Cij 就是矩阵 A 第 i 行每个元素和矩阵 B 第 j 列每个元素乘积的和,即 要求:每个 Ci j 的计算用一个独立的工作线程,因此它将会涉及生成 M×N 个工作线程。主 线程(或称为父线程)将初始化矩阵 A 和 B,并分配足够的内存给矩阵 C,它将容纳矩阵 A 和 B
C++基础函数
- C++基础函数,主要实现排序,数据查找等基础功能。(The ring method of Matrix element)