Owning Palette: Signal Processing VIs
Use the Time Domain VIs to perform time domain analysis.
| Palette Object | Description |
|---|---|
| AGC | Automatically adjusts the gain, or amplification, of a signal. |
| EMB Convolution | Computes the convolution of the input sequences X and Y. |
| EMB CrossCorrelation | Computes the cross correlation of the input signals X and Y. |
| Full-Wave Rectify | Changes any negative portions of a signal to positive. |
| Half-Wave Rectify | Removes the negative parts of the signal. |
| Peak Detect | Finds the location and amplitude of peaks in the input signal. |
| RMS | Computes the root mean square (rms) of the input sequence X. |
| Sample Delay | Delays the input signal by the number of samples you specify. |
| Variable Delay | Injects the number of zero amplitude data elements you specify to the start of the input frame of data. |
| Y[i]=Clip{X[i]} | Clips the elements of Input Array to within the bounds specified by upper limit and lower limit. |
| Y[i]=X[i-n] | Shifts the elements in the Input Array by the specified number of shifts: n. |