Clear Filters
Clear Filters

Frequency Response Importer block in Simulink

3 views (last 30 days)
Hello,
I have magnitude and phase response data of a system for different frequencies in an excel.I need to import this data into SIMULINK using the frequency response importer block and then pass a step input to the block.I am unable to find it in MATLAB R2023b version.Can someone help in locating the frequency response importer block or let me know how to import the magnitude and phase response data of a system in SIMULINK.
  2 Comments
Roman Katzer
Roman Katzer on 20 Feb 2024
You could try using an m file block. Create the code using Matlab's code generation when importing your data there. You may need to create a FIR or IIR filter from your magnitude/phase data to be able to feed it into a Simulink block.
Ganesh Prasad
Ganesh Prasad on 20 Feb 2024
Is there no option to directly import the mag/phase data into a block in SIMULINK?

Sign in to comment.

Answers (0)

Products


Release

R2023b

Community Treasure Hunt

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

Start Hunting!