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!