Frequency domain data to simulink

조회 수: 2 (최근 30일)
hyunjay kang
hyunjay kang 2017년 5월 31일
답변: Kushagr Gupta 2017년 6월 8일
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에서 Simulink에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!