Frequency Response Estimator - how is the frequency response computed

조회 수: 2 (최근 30일)
jacob
jacob 2025년 6월 20일
댓글: jacob 2025년 6월 20일
Using sinestream mode, the FRE block in simulink generates complex numbers for the frd data block that estimate the frequency response. Accuracy improves with more estimation periods. I need to know how FRE works under the hood so that I can justify choices for number of estimation periods for a given test frequency during the experiment. I have reasons to believe that during online estimation the FRE block is implementing some sort of synchronous demodulation. I cannot find information on how the FRE block actually computes frequency response anywhere online.

답변 (1개)

Andrew Ouellette
Andrew Ouellette 2025년 6월 20일
Hi @jacob,
You can see a description of the FRE algorithms on its documenation page.
Generally, using more estimation periods results in a better estimate (as noise is averaged out), but requires a longer simulation time.
If you want more information, you can look under the block mask (select block -> Ctrl+U) and see the implementation yourself.
  댓글 수: 1
jacob
jacob 2025년 6월 20일
Thank you so much, I did not know I could look under the mask. This is is perfect, thank you.

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

카테고리

Help CenterFile Exchange에서 Online Frequency Response Estimation에 대해 자세히 알아보기

제품


릴리스

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by