Wavelet Denoise Express VI
- Updated2023-02-21
- 4 minute(s) read
Owning Palette: Feature Extraction VIs
Requires: Advanced Signal Processing Toolkit
Performs noise reduction for 1D signals by using the discrete wavelet transform (DWT) or undecimated wavelet transform (UWT).
Dialog Box Options |
Block Diagram Inputs |
Block Diagram Outputs |
Dialog Box Options
Parameter | Description |
---|---|
Data Source | Specifies whether this Express VI reads data from a block diagram input terminal or from a file. From terminal specifies that this Express VI reads data from a block diagram input terminal. From file specifies that this Express VI reads data from a file. This Express VI can read data from waveform, WAV, or TXT files. |
File Path Configuration | Contains the following options:
|
Original and Denoised Signal | Displays the original signal and the signal after denoising. |
Transform Settings | Contains the following options:
|
Threshold Settings | Contains the following options:
|
Data Type and Display Mode | Contains the following options:
|
Block Diagram Inputs
Parameter | Description |
---|---|
error in (no error) | Describes error conditions that occur before this node runs. |
Signal | Specifies the block diagram terminal of the signal you want to load. This input is available only if you select the From terminal option in the Data Source section. |
File path | Specifies the file path of the data you want to load. This input is available only when you select the From file option in the Data Source section. |
Block Diagram Outputs
Parameter | Description |
---|---|
Denoised Signal | Returns the estimated signal after denoising. |
error out | Contains error information. This output provides standard error out functionality. |
Example
Refer to the Noise Reduction VI in the labview\examples\Wavelet Analysis\WAApplications directory for an example of using the Wavelet Denoise Express VI.