| Algorithm 1: Fast Optimal Wavelet Basis (OWB) Extraction |
|
Step 1. Select as the largest levels No. for wavelet packet (WP) dissolution Step 2. If the current level () of dissolution is smaller than . Execute 2.1–2.4 to every existent parent-node (sub-band) . Step 2.1 Calculate Shannon entropy of sub-band as the cost function. Step 2.2 Divide into 4 sub-bands (children-nodes: ,, and ). Calculate their Shannon entropy: ,, and . Step 2.3 If is true, keep the parent node and delete the children-nodes. If it is false, keep both the parent- nodes and children-nodes. Step 2.4 If no nodes are available to divide, end for extracting the OWB. |