Signal Processing Time in Matlab_Discrete Wavelet Transform

Respuestas (1)

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 comentarios

Thank youTushar.
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

Iniciar sesión para comentar.

Categorías

Más información sobre AI for Signals and Images en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 30 de En. de 2023

Comentada:

el 30 de En. de 2023

Community Treasure Hunt

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

Start Hunting!

Translated by