Effacer les filtres
Effacer les filtres

Signal Processing Time in Matlab_Discrete Wavelet Transform

3 vues (au cours des 30 derniers jours)
john amoo otoo
john amoo otoo le 30 Jan 2023
Commenté : john amoo otoo le 30 Jan 2023
Does any one have a code on how to detremine the processimg timw\e in Discrete Wavelet Transform

Réponses (1)

Tushar Behera
Tushar Behera le 30 Jan 2023
Hi john,
I assume that you want to know the time taken by the Discrete Wavelet Transform for
You can determine the processing time of a Discrete Wavelet Transform (DWT) in MATLAB by using the "tic" and "toc" functions. The "tic" function starts a timer, and the toc function stops the timer and returns the elapsed time in seconds. Here's an example:
tic
load noisdopp;
[cA,cD] = dwt(noisdopp,'sym4');
toc
I hope this solves your query.
Regards,
Tushar
  2 commentaires
john amoo otoo
john amoo otoo le 30 Jan 2023
Thank youTushar.
john amoo otoo
john amoo otoo le 30 Jan 2023
Tushar, If I also want to detremine the time for processing a fault classification using classifier learner algorithm Fine KNN and Fine Decision Tree and Fine Gaussian SVM

Connectez-vous pour commenter.

Catégories

En savoir plus sur Continuous Wavelet Transforms 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!

Translated by