class="resources"
Performs convolution, deconvolution, or correlation on the input signals.
| Dialog Box Options |
| Block Diagram Inputs |
| Block Diagram Outputs |
| Parameter | Description |
|---|---|
| Signal Processing | Contains the following options:
|
| Sample Input Data | Displays sample input signals you can use as a reference to determine how the configuration options you select affect the actual input signals. |
| Result Preview | Displays a preview of the measurement. |
| Parameter | Description |
|---|---|
| X | Contains the input signal X. |
| X*Y | Contains the set of input data. The number of elements in X*Y must be greater than or equal to the number of elements in Y. If the number of elements in X*Y is less than the number of elements in Y, the VI sets X to an empty array and returns an error. |
| Y | Contains the input signal Y. |
| error in (no error) | Describes error conditions that occur before this VI or function runs. |
| Parameter | Description |
|---|---|
| X*Y | Returns the convolution of X and Y. |
| X | Returns the deconvolved sequence of X*Y and Y. The number of elements in X is size = n m + 1, where n is the number of elements in X*Y , and m is the number of elements in Y. |
| Rxx | Returns the autocorrelation of input signals X and Y. |
| Rxy | Returns the cross correlation of input signals X and Y. |
| error out | Contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces. |
This Express VI uses the functionality of the following VIs and functions: