Analysis: Signal Processing: Smooth...
Smooth the matrix by expanding and shrinking
Minimum Origin Version Required: 8.0 SR3
msmooth im:= [MBook1]MSheet1!mat(1) om:= [MBook1]MSheet2!mat(1);
msmooth -r 2 cols:=4 rows:=4;
Please refer to the page for additional option switches when accessing the x-function from script
Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
---|---|---|---|---|
Input Matrix | im |
Input MatrixObject |
|
Specifies the input matrix to be smoothed. |
Column Factor | cols |
Input int |
|
Specifies the number of columns (cells) to be used during shrinking to obtain an average value. |
Row Factor | rows |
Input int |
|
Specifies the number of rows (cells) to be used during shrinking to obtain an average value. |
Output Matrix | om |
Output MatrixObject |
|
Specifies the output matrix. See the syntax here. |
This function smoothes the designated matrix by expanding and shrinking.
Please see this page in Origin's User Guide.