How can i tell the fdatool computing time?
古いコメントを表示
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
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Filter Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!