Main Content

Array- und Matrizen-Mathematik

Array- und Matrizen-Operationen, polynomiale Anpassung

Mithilfe von System objects und Blöcken der DSP System Toolbox™ können Sie mehrere mathematische Operationen an Arrays und Matrizen durchführen. Diese Operationen umfassen einfache Addition, Subtraktion, Multiplikation und Division und komplexere Operationen wie kumulative Summe, kumulatives Produkt und Normalisierung. Ebenfalls können Sie Diagonalen und obere und untere Dreiecke aus Matrizen extrahieren. Zudem gibt es DSP System Toolbox-Blöcke, die eine polynomiale Anpassung gemäß der Methode der kleinsten Quadrate durchführen, polynomiale Ausdrücke evaluieren und ermitteln, ob sich die Wurzeln eines Polynoms innerhalb des Einheitskreises befinden.

Blöcke

alle erweitern

Array-Vector AddAdd vector to array along specified dimension
Array-Vector DivideDivide array by vector along specified dimension
Array-Vector MultiplyMultiply array by vector along specified dimension
Array-Vector SubtractSubtract vector from array along specified dimension
Cumulative ProductCumulative product of channel, column, or row elements
Cumulative SumCumulative sum of channel, column, or row elements
dB ConversionConvert magnitude data to decibels (dB or dBm)
dB GainApply decibel gain
DifferenceCompute element-to-element difference along specified dimension of input
NormalizationPerform vector normalization along rows, columns, or specified dimension
Extract Triangular MatrixExtract lower or upper triangle from input matrices
Matrix 1-NormCompute 1-norm of matrix
Matrix ConcatenateConcatenate input matrices of same data type for iterative processing
Matrix ExponentialCompute matrix exponential
Matrix MultiplyMultiply and divide scalars and nonscalars or multiply and invert matrices
Matrix ProductMultiply matrix elements along rows, columns, or entire input
Matrix SumAdd or subtract inputs
Overwrite ValuesOverwrite submatrix or subdiagonal of input
Reciprocal ConditionCompute reciprocal condition of square matrix in 1-norm
ToeplitzGenerate matrix with Toeplitz symmetry
Least Squares Polynomial FitCompute polynomial coefficients that best fit input data in least-squares sense
Polynomial EvaluationEvaluate polynomial expression
Polynomial Stability TestUse Schur-Cohn algorithm to determine whether all roots of input polynomial are inside unit circle

Themen