How can i tell the fdatool computing time?
Show older comments
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
Accepted Answer
More Answers (0)
Categories
Find more on Matched Filter and Ambiguity Function in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!