フィルターのクリア

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 Center および File ExchangeTables についてさらに検索

タグ

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by