How to use 'idfrd' system object as a channel model in simulink

2 ビュー (過去 30 日間)
Glo
Glo 2015 年 4 月 21 日
コメント済み: Glo 2015 年 4 月 24 日
Hello dear members,
I have created an idfrd object using measured frequency response data (using Magnitude/Angle measurements). Now I want to incorporate this data into a continuous time SISO model, which I can place as the channel between Tx/Rx in a communication system simulation.
I have tried using 'LTI system' block from Control System Toolbox library, but it does not support idfrd system object.
What can I do now? Is there any alternative way to address this issue? I am using Matlab/Simulink 2014a.
Thanks!

採用された回答

Arkadiy Turevskiy
Arkadiy Turevskiy 2015 年 4 月 24 日
You cannot do time domain simulation on a frequency response model. What you can do is fir a transfer function or state space model to match the measured frequency response. You can use commands tfest and ssest for that. Once you have a transfer function/state-space object, you'll be able to simulate in Simulink using LTI system block or just Transfer Function and State Space blocks.
  1 件のコメント
Glo
Glo 2015 年 4 月 24 日
Thank you for your answer. That is exactly what I did. I used state-space modeling of the frequency domain data (in System Identification Toolbox), and exported the model as 'idss' object. Then used that object in LTI system block in Simulink.
I hope I am following the correct path. :)

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeTransform Data についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by