필터 지우기
필터 지우기

How to resample table data from 1ms to 10ms

조회 수: 28 (최근 30일)
rajasekar dhandapani
rajasekar dhandapani 2020년 8월 19일
댓글: joe bates 2023년 3월 10일
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);
joe bates
joe bates 2023년 3월 10일
I get an error trying to resample a table

댓글을 달려면 로그인하십시오.

추가 답변 (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