photo

SAFA BOUDHRAA


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • First Answer
  • Thankful Level 1

View badges

Feeds

View by

Question


How to apply Time synchronous averaging on a database
Good morning ; how to apply time synchronous veraging on a database not function . I have the vector ( vector : Acceleration...

ongeveer 6 jaar ago | 1 answer | 0

1

answer

Answered
Time Synchronous averaging on noisy signal
Morning, I am working on a vibration signal also , and I want to used the TSA to avoid the noise and to get a pure signal . But...

meer dan 6 jaar ago | 0

Answered
matlb solution dX/dt=AX(t)+B
function DY=resolution(t,y) A=[2*t 1 -3 sqrt(3) ;cos(t) 0 sqrt(2) -3 ;0 t -2 1; 4 sin(t) 0 t]; B=[0.5*t;1;0;0] dX=A*X+B ; e...

meer dan 6 jaar ago | 0

Question


matlb solution dX/dt=AX(t)+B
morning, help me please, i am working i=on the resolution of the equation :dX/dt=AX(t)+B i have used ode45 but it gives wrong...

meer dan 6 jaar ago | 2 answers | 0

2

answers