When to apply CWT/FFT

6 views (last 30 days)
Elles Houkes
Elles Houkes on 31 May 2017
Answered: Arnav Mendiratta on 12 Jun 2017
Hi,
My question was if it matters when you apply the FFT or the CWT. I averaged my data but I know it needs to be merged. I think it is a difference if you merged before of after FFT but does this counts for CWT too, or doesn't it matter if you merge before CWT?
Hoping for an answer, Thanks anyway

Answers (1)

Arnav Mendiratta
Arnav Mendiratta on 12 Jun 2017
This is a very domain specific question and the answer depends on your workflow and the application you are designing your algorithm for. Certainly, there is a difference in FFT and CWT before and after merging. In fact, there are specific algorithms in the literature for a correct way of merging frames of FFT and CWT data.
You cannot compare when you would need either of cwt or fft functions. If you scroll down to "Outputs", you will see that both of these functions give different outputs and the answer to "when to apply cwt/fft" is an abstract question.
This link discusses one of the approach to combine consecutive FFTs to create a larger FFT data.
Similarly, this documentation page talks about discrete wavelet analysis of signals with wavelet packet approach.

Community Treasure Hunt

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

Start Hunting!