Use point data to plot a signal to use in Simulink

조회 수: 3 (최근 30일)
Tingshen Yang
Tingshen Yang 2020년 4월 15일
답변: Ayush Gupta 2020년 6월 3일
Hi,
The attached file is a plotting of earthquake wave drawn with many points. Is there a way that I change this into a signal (like sine wave/signal generator) to be used in Simulink?
Thanks for help in advance.
Sam

답변 (1개)

Ayush Gupta
Ayush Gupta 2020년 6월 3일
The following procedure might help you:
  1. In the MATLAB command prompt run your script and then open Simulink.
  2. Create a blank model and add a Signal Builder block.
  3. Double click the Signal Builder block.
  4. Select Signal > New > Custom.
  5. In the Custom Waveform window, enter t in the Time values field and y in the Y values field and then click OK.
The Signal Builder block window displays the new signal as Signal 2.

카테고리

Help CenterFile Exchange에서 Sources에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by