How can i tell the fdatool computing time?
Afficher commentaires plus anciens
hi, i'd like to time the fdatool copmputing time for finding the filter coefficients. how is it possible?
i have a matlab code for a fir filter and i use tic;toc to find the time it takes to compute the filter coefficients. i would like to know the time difference between the fdatool and my code.
i do know that the fdatool has the fvtool in it, so if i do get a way to find the fdatool time, should i compare it to the time of my code+fvtool? i.e tic; h=filter(..); fvtool(h); toc
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Matched Filter and Ambiguity Function dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!