Spectrum Analysis on signals in the Simulation Data Inspector

조회 수: 8 (최근 30일)
Jack Daniels
Jack Daniels 2022년 10월 24일
답변: Kothuri 2024년 11월 14일
Is it possible to perform the spectrum analysis (FFT) on signals in Simulation Data Inspector? If so, how?

답변 (1개)

Kothuri
Kothuri 2024년 11월 14일
It is possible to perform spectrum analysis (Fast Fourier Transform (FFT)) on signals using the Simulation Data Inspector (SDI) in MATLAB/Simulink. You can try the below steps:
  • Make sure the signals of interest are logged during the simulation run. You can do this by selecting the signals in your Simulink model and enabling logging.
  • After the simulation is complete, open SDI by either:
  • Clicking the Simulation Data Inspector button in Simulink.
  • Type the below line in the MATLAB command window.
Simulink.sdi.view
  • Right-click on the signal you want to analyse in the signal table.
  • Select Analyze > Spectrum (FFT) from the context menu.
  • Alternatively, use the Visualization Settings panel to change the plot type to Spectrum (FFT).
  • You can adjust parameters such as the number of points for the FFT, windowing functions, and other settings to refine your analysis.
  • The FFT analysis view will display the frequency spectrum of the signal, allowing you to analyse the frequency components.
You can refer the below documentation link for more info on “Simulink.sdi.view” command and SDI

카테고리

Help CenterFile Exchange에서 Analyze Simulation Results에 대해 자세히 알아보기

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by