How do I load a engine data like loading Helidata

조회 수: 4 (최근 30일)
Wei cheng Tai
Wei cheng Tai 2023년 5월 17일
답변: Askic V 2023년 5월 18일
load helidata
vib = vib - mean(vib); % Remove the DC component
subplot(2,1,1)
plot(t,rpm) % Plot the engine rotational speed
xlabel('Time (s)')
ylabel('Engine Speed (RPM)')
title('Engine speed')
In this code the helidata is loaded from somewhere, I'm trying to do a similar thing, but with a ICE engine, but I couldn't find the command to trigger it or figure a way to manually key in engine data.

답변 (1개)

Askic V
Askic V 2023년 5월 18일
For example it is loaded from: C:\Program Files\...\toolbox\signal\signal\helidata.mat
and this is installed together with Matlab.
You need to know where and under which name the data you want to load is saved.

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by