SAFA BOUDHRAA
2018 年からアクティブ
Followers: 0 Following: 0
Feeds
質問
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...
6年以上 前 | 1 件の回答 | 0
1
回答回答済み
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...
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...
6年以上 前 | 0
回答済み
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...
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...
7年弱 前 | 0
質問
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...
7年弱 前 | 2 件の回答 | 0