Filter löschen
Filter löschen

Frequency domain data to simulink

1 Ansicht (letzte 30 Tage)
hyunjay kang
hyunjay kang am 31 Mai 2017
Beantwortet: Kushagr Gupta am 8 Jun. 2017
Hi all,
I am beginner of SIMULINK and I wonder how to import my power spectral density data to SIMULINK without using 'system identification toolbox'. I attached my frequency domain data. (First column is freuquency and second column is power spectral density) Thanks all.

Antworten (1)

Kushagr Gupta
Kushagr Gupta am 8 Jun. 2017
There are various way to load data into Simulink environment as mentioned in the following link:
What is important to understand is the fact that Simulink is a time based modeling platform which means you perform some simulation over a range of time values. It makes sense to import freuqency and power spectrum data in Simulink if with each time step you have a different set of frequencies and corresponding power spectrum to analyze.
However, if it is just a single frequency and corresponding power spectrum vector and you wish to perform some calculations on this dataset it does not make sense to use Simulink. For that you can import the data into MATLAB and do whatever operations required.
Hope that helps!

Tags

Community Treasure Hunt

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

Start Hunting!