Frequency dependent parameters in Simulink
조회 수: 13 (최근 30일)
이전 댓글 표시
Hi all,
I am a beginner with Simulink and is trying to build a model of an electromagnetic actuator, single-degree-of-freedom-system. The actuator has frequency dependent resistance and inductance (due to induced eddy currents) and also (I believe) frequency dependent damping (due to structural damping in a mechanical spring). My goal is to get the transfer function of the system (force/voltage) in the relevant frequency range 100-10 000Hz. My source is currently a chirp signal.
My question is how can I implement these frequency dependent parameters? I realize that I need to use look-up tables, but I don’t know how to get the current frequency of the signal. Is it possible to use the “invfreqs”-function somehow? Are there any examples of this avaliable?
Thanks in advance for any input on this,
Johan Gustafsson
댓글 수: 0
채택된 답변
Arnaud Miege
2011년 4월 4일
My suggestion would be to use the System Identification Toolbox to create an estimated mathematical model with your frequency-domain data. You can then use this model in Simulink with the IDMODEL block.
There's an example here of using frequency-domain data to estimate models. This example uses the programmatic approach, but you can also use the GUI approach. See also Supported Models for Frequency-Domain Data.
HTH,
Arnaud
댓글 수: 2
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Automotive Applications에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!