Create model and estimate parameter

Hello,
I have a project in which I have to estimate or calculate a metal shaft tilt angle, I have as data the two forces applied on the shaft and which vary according to the tilt of the shaft, and therefore my center of interest is to calculate the force
F = fx * cos (θ) + fy * sin (θ)
knowing that fx and fy are known which are the applied force measured by sensors and that o the angle of inclination of the shaft in degree. I tried to make a model with as input the forces fx and fy at each moment and as output I calculate the force given that I already know the angle θ.
could any one tell me the method of making model or estimating this angle.

4 Kommentare

Star Strider
Star Strider am 25 Mär. 2021
If you already have ‘fx’, ‘fy’, and ‘o’, this would appear to be straightforward.
What problems are you having?
LOUNIS KHIAT
LOUNIS KHIAT am 25 Mär. 2021
Bearbeitet: LOUNIS KHIAT am 25 Mär. 2021
θ is known during experimentation, but in real case it can be any angle.
Mahesh Taparia
Mahesh Taparia am 30 Mär. 2021
Can you tell what is the unknown here? You have the value of fx,fy and theta and you want to calculate F. Is it the case here?
LOUNIS KHIAT
LOUNIS KHIAT am 7 Apr. 2021
Hi,
Yes this is it. by knowing only fx and fy i want to calculate the force F which depande of theta.
F = fx * cos (θ) + fy * sin (θ)

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Mahesh Taparia
Mahesh Taparia am 7 Apr. 2021

0 Stimmen

Hi
It seems, theta is unknown here. You can vary theta and calculate F at different value of theta. For example, vary theta as
theta = 0:0.1*pi:2*pi;
% then calculate F
Without knowing theta, actual value of F cannot be determined.

Kategorien

Gefragt:

am 25 Mär. 2021

Beantwortet:

am 7 Apr. 2021

Community Treasure Hunt

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

Start Hunting!

Translated by