How to resample table data from 1ms to 10ms

26 次查看(过去 30 天)
Hello Everyone,
I have a data of table (118011x19) with 1ms sampling time. Now need to resample the complete table to 10ms.
Is it possible to do this is matlab.
Any leads would be aprreciated
Thanks in advance

采纳的回答

Barry
Barry 2020-8-19
Hi,
with the resample or the interpolation function
  2 个评论
joe bates
joe bates 2023-3-10
Error using resample
Expected input number 1, X, to be one of these types:
double
Instead its type was table.
Error in signal.internal.resample.orientToNdim (line 40)
validateattributes(x,{'double'},{'nonempty','nonsparse'},'resample','X',1);
Error in resample (line 180)
[xIn, dimIn] = signal.internal.resample.orientToNdim (varargin{1}, Dim);
Error in Vibrations_ver1 (line 37)
VibPrmt_resampled = resample(VibPrmt,24,144);

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Tables 的更多信息

标签

产品


版本

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by