Hi everyone, how to use modalfit command to estimate modal vectors from a frf matrix?
2 views (last 30 days)
Show older comments
Hi everyone, how to use modalfit command to estimate modal vectors from a frf matrix?
4 Comments
Answers (1)
Ayisha Nayyar
on 23 Sep 2018
Edited: Walter Roberson
on 23 Sep 2018
5 Comments
Walter Roberson
on 23 Sep 2018
I suspect that you are using
function [fn,dr,ms] = modalfit(b1)
instead of what I wrote,
function [fn,dr,ms] = modalfit_b(b1)
See Also
Categories
Find more on Audio Processing Algorithm Design 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!