Clear Filters
Clear Filters

How to reconstruct/reassemble a decomposed signal?

5 views (last 30 days)
I decomposed a time series power signal using 2 decomposition methods Variational Mode Decomposition (VMD) and Discrete Wavelet Transform (DWT) and got sub-series signals (low and high frequency) and used each sub-series signal to forecast/predict the sub-series power.
How can I reconstruct/add the forecasted sub-series signals to get the final forecated power value?
Is there a function to do this on MATLAB?

Answers (1)

Swaraj
Swaraj on 4 Apr 2023
You can use the “waverec” function for this purpose.
Follow the following documentation for more details.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!