I have logged a signal from simulink to workspace in timeseries format and got 317 samples of that signal. Can i increase the number of samples i get or the sampling rate?
3 次查看(过去 30 天)
显示 更早的评论
I tried changing start time and end time in this, so that i can get 317 samples in reduced interval thus accuracy of the logged signal can be increased.But, when i run the code again the applied changes were not taken.
Is it even possible to change sampling rate because,this approximated signal causing cumulative error in my code.
3 个评论
Paul
2024-1-13
How exactly is the signal being logged? Using a To Workspace block?
How exactly do you get that "Define Uniform Time Vector" dialog box?
回答(1 个)
Paul
2024-1-14
More samples of the logged signal can be collected by settng the Sample Time of the To Workspsace block to whatever sample time is needed. The sample time will have to be consistent with the step size of the simulation solver. There will not be a problem if the solver is variable step.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Sources 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!