Wavelet Packet Analysis Express VI
- Updated2023-02-21
- 3 minute(s) read
Owning Palette: Wavelet Packet VIs
Requires: Advanced Signal Processing Toolkit
Decomposes the signal according to the tree structure you specify and reconstructs the signal from the nodes you specify. This VI also returns the coefficients and the entropies of the nodes you select.
| 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:
|
| Signals and Coefficients | Displays the following graphs:
|
| Decomposition Settings | Contains the following options:
|
| Decomposition Tree | Plots the entire tree structure of the wavelet packet tree. Click a node to select it and display the coefficients of the node and the reconstruction of the signal in Signals and Coefficients. <Ctrl>–click to select multiple nodes. Double-click to split or join nodes.
|
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 data 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 |
|---|---|
| Reconstruction | Returns the reconstructed signal. |
| node coeffs | Returns the coefficients of the nodes you select. |
| entropy | Returns the entropies of the nodes you select. |
| path out | Returns the paths of the nodes you select. |
| error out | Contains error information. This output provides standard error out functionality. |
This Express VI operates similarly to the following VIs and functions:
WA Create WP Session
WA WP Decomposition
WA WP Split
WA WP Read Node
WA WP Read Tree Structure
WA WP Read Entropy
WA Dispose WP Session
WA WP Reconstruction