DSP Blockset | ![]() ![]() |
Matrix Support
The DSP Blockset takes full advantage of Simulink's matrix format. Some typical uses of matrices in DSP simulations are:
A matrix can be used in its traditional mathematical capacity, as a simple structured array of numbers. Most blocks for general matrix operations are found in the Matrices and Linear Algebra library.
A number of the matrix factorization blocks in the Matrix Factorizations library store the submatrix factors (i.e., lower and upper submatrices) in a single compound matrix. See the LDL Factorization and LU Factorization blocks for examples.
The standard format for multichannel frame-based data is a matrix containing each channel's data in a separate column. A matrix with three columns, for example, contains three channels of data, one frame per channel. The number of rows in such a matrix is the number of samples in each frame.
See the following sections for more information about working with matrices:
![]() | Frame-Based Operations | Adaptive and Multirate Filtering | ![]() |