Filter löschen
Filter löschen

Problems when modelling a Shape Memory Alloy (SMA) system

20 Ansichten (letzte 30 Tage)
Jack Connor
Jack Connor am 8 Okt. 2023
Kommentiert: Jack Connor am 2 Nov. 2023
Current have been stuck trying to implement an agnostic SMA simulink simulation so I can develop a control for position. In trying to solve the problem I keep getting errors, large osciallations or large values outside what should be seen.
Any help or suggestions would be appreated as I have been stuck on this for quite a while. I've updated my two attempts to github (see below.
https://github.com/Jconnor20/Shape-Memory-Alloy-Controller

Antworten (1)

Shreeya
Shreeya am 27 Okt. 2023
Hello
I understand that you are having certain difficulties in modelling SMA based actuators in MATLAB/Simulink. Given the properties of these materials, black box modelling can be a good solution to predict the behaviour. The modelling is performed in two stages:
  • The contraction/ heating phase: This phase requires input signals for predicting the output. This prediction can be done using a Hammerstein-Wiener/NARX model or a concatenation of the two approaches. Please refer to the below documentation to understand more about these model implementations:
  • The recovery/cooling phase: During this phase, since the material acquires its original shape back, no input data is provided, and the model estimation can be done using the Curve Fitting Toolbox. Please refer to the below documentation to understand more about Curve Fitting Toolbox: https://www.mathworks.com/products/curvefitting.html
This workflow has been derived from the publication linked below:
Hope this helps!
  1 Kommentar
Jack Connor
Jack Connor am 2 Nov. 2023
Thank you for your input Shreeya.
I have read through the paper you have proposed as a solution. I have a few doubts about the method used to simulate the SMA wire, and I am not sure how well it would work for an agnostic system that has a lot of interact between the two wires of either side of the joint.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Vehicle Scenarios finden Sie in Help Center und File Exchange

Produkte


Version

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by