Hi everyone, how to use modalfit command to estimate modal vectors from a frf matrix?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi everyone, how to use modalfit command to estimate modal vectors from a frf matrix?
4 comentarios
Walter Roberson
el 23 de Sept. de 2018
You have not posted your code or a copy of the error message.
Respuestas (1)
Ayisha Nayyar
el 23 de Sept. de 2018
Editada: Walter Roberson
el 23 de Sept. de 2018
5 comentarios
Walter Roberson
el 23 de Sept. de 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)
Ver también
Categorías
Más información sobre Audio Processing Algorithm Design en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!