Owning Palette: Signal Operation PtByPt VIs
Requires: Full Development System
Shifts x by shifts: n samples.
This VI is similar to the Y[i]=X[i-n] VI.
Note By default, reentrant execution is enabled in all Point By Point VIs. |
Add to the block diagram | Find on the palette |
initialize, when TRUE, initializes the internal state of the VI. | |
x is an input data point. | |
shifts: n is the number of samples the VI shifts x to the right. shifts: n must be non-negative. | |
shifted x returns the shifted value of x. | |
error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster. |