2.11.16 msmooth


Menu Information

Analysis: Signal Processing: Smooth...

Brief Information

Smooth the matrix by expanding and shrinking

Additional Information

Minimum Origin Version Required: 8.0 SR3

Command Line Usage

msmooth im:= [MBook1]MSheet1!mat(1) om:= [MBook1]MSheet2!mat(1);

msmooth -r 2 cols:=4 rows:=4;

X-Function Execution Options

Please refer to the page for additional option switches when accessing the x-function from script

Variables

Display
Name
Variable
Name
I/O
and
Type
Default
Value
Description
Input Matrix im

Input

MatrixObject

<active>

Specifies the input matrix to be smoothed.

Column Factor cols

Input

int

2

Specifies the number of columns (cells) to be used during shrinking to obtain an average value.

Row Factor rows

Input

int

2

Specifies the number of rows (cells) to be used during shrinking to obtain an average value.

Output Matrix om

Output

MatrixObject

<new>

Specifies the output matrix. See the syntax here.

Description

This function smoothes the designated matrix by expanding and shrinking.

Algorithm

Please see this page in Origin's User Guide.

Related X-Functions

mshrink, mexpand