Hi everyone, how to use modalfit command to estimate modal vectors from a frf matrix?
조회 수: 3 (최근 30일)
이전 댓글 표시
Hi everyone, how to use modalfit command to estimate modal vectors from a frf matrix?
댓글 수: 4
답변 (1개)
Ayisha Nayyar
2018년 9월 23일
편집: Walter Roberson
2018년 9월 23일
댓글 수: 5
Walter Roberson
2018년 9월 23일
I suspect that you are using
function [fn,dr,ms] = modalfit(b1)
instead of what I wrote,
function [fn,dr,ms] = modalfit_b(b1)
참고 항목
카테고리
Help Center 및 File Exchange에서 Audio Processing Algorithm Design에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!