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
Input
MatrixObject
Specifies the input matrix to be smoothed.
int
Specifies the number of columns (cells) to be used during shrinking to obtain an average value.
Specifies the number of rows (cells) to be used during shrinking to obtain an average value.
Output
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.
mshrink, mexpand