When to apply CWT/FFT
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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
0 commentaires
Réponses (1)
Arnav Mendiratta
le 12 Juin 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.
0 commentaires
Voir également
Catégories
En savoir plus sur EEG/MEG/ECoG dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!