System Identification using ANN

버전 1.0.5 (2.15 KB) 작성자: Ayad Al-Rumaithi
System identification using artificial neural network example
다운로드 수: 1K
업데이트 날짜: 2019/7/9

라이선스 보기

This example file shows system identification using artificial neural network (ANN) of 2DOF system subjected to Gaussian white noise. The neural network consist of the following layers:

-Input layer: 2 nodes for the force at the current step and 2 nodes for the displacement at the previous step using open-loop feedback
-Hidden layer: 2 nodes for two inner states because there are 2 modes for 2DOF system
-Output layer: 2 nodes for the displacement

After training and getting the predicted output, the network was converted to closed-loop network and trained again (closed-loop networks uses predicted feedback from previous step instead of actual feedback). The predicted output from open-loop and closed-loop networks was compared with the actual output in a figure. It shows open-loop network is more accurate than closed-loop network due to the availability of actual output from the previous step.

인용 양식

Ayad Al-Rumaithi (2024). System Identification using ANN (https://www.mathworks.com/matlabcentral/fileexchange/72094-system-identification-using-ann), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2017b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Sequence and Numeric Feature Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.5

description

1.0.4

description

1.0.3

figure

1.0.2

Added closed-loop network

1.0.1

file comments

1.0.0