Frequency domain data to simulink

1 次查看(过去 30 天)
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.

回答(1 个)

Kushagr Gupta
Kushagr Gupta 2017-6-8
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!

类别

Help CenterFile Exchange 中查找有关 스펙트럼 측정값 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!