Time series data problem
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I'm trying to do vibration order analysis I save my data in time series from my simulation.
I want to take delta T for my waveform so when I try to do it using trigger block in a new simulation my data some how distorted.
You can see both waveform in the attachment.
How we can fix it!!!
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/468040/image.png)
6 commentaires
Mathieu NOE
le 23 Déc 2020
Modifié(e) : per isakson
le 25 Déc 2020
Hello Adeel
I tested your mdl file but it did not produce the distorded waves you showed in first instance
I just recommend to not use variable time solvers when you want to deal with triggered systems ;
I like the idea of having my simulink file functionning at fixed and deterministic time stamps
so I changed the parameters of the solver t "fixed time stamps" even I could not really notice the effect on your simulation (again, it did not reproduce the distorted waves)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/469537/image.jpeg)
Réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!