Transfer function estimation tfestOptions

조회 수: 3 (최근 30일)
Hussein
Hussein 2023년 11월 25일
댓글: Hussein 2023년 12월 12일
Hello,
I am using tfest to estimate transfer function in frequency domain and time domain. The tfestOptions that I am using are the following:
opt = tfestOptions('InitialCondition', 'estimate', ...
'SearchMethod', 'lm', ...
'Display', 'on', ...
'EstimateCovariance', true)
I was wondering how can I know the cost function that is used according to the options used above? Also, how can I use different cost functions if i want?
Thank you for your help.
  댓글 수: 5
Mathieu NOE
Mathieu NOE 2023년 11월 27일
well I don't know if you want to share your data and code and maybe someone will find something interesting to share with you (?)
Hussein
Hussein 2023년 11월 27일
Unfortunately i can't share data, but thanks anyways

댓글을 달려면 로그인하십시오.

답변 (1개)

Rishi
Rishi 2023년 12월 7일
Hi Hussein,
I understand from your query that you want to know what cost function you are using, and how to use a different cost function.
The cost function can be configured according to your needs by tinkering with the following estimation options:
  • Focus
  • WeightingFilter
  • EnforceStability
  • OutputWeight
  • ErrorThreshold
  • Regularization
These options can be modified in ‘tfestOptions’, except ‘Focus’. You can learn more about how each of these options affects the cost function from the below documentation:
Also, you can learn more about ‘tfestOptions’ from the below documentation:
Hope this helps.
  댓글 수: 1
Hussein
Hussein 2023년 12월 12일
Thank your for you respond.
I have already seen this document. In the documentation it shows that a generic cost function is used. My aim is to change or modify the cost function

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Transfer Function Models에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by