필터 지우기
필터 지우기

Signal Processing Time in Matlab_Discrete Wavelet Transform

조회 수: 3 (최근 30일)
john amoo otoo
john amoo otoo 2023년 1월 30일
댓글: john amoo otoo 2023년 1월 30일
Does any one have a code on how to detremine the processimg timw\e in Discrete Wavelet Transform

답변 (1개)

Tushar Behera
Tushar Behera 2023년 1월 30일
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
john amoo otoo
john amoo otoo 2023년 1월 30일
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

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Continuous Wavelet Transforms에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by