How can i tell the fdatool computing time?
Ältere Kommentare anzeigen
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
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Matched Filter and Ambiguity Function finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!