Resample function changed for R2019b ?

10 次查看(过去 30 天)
I try to use the resample function as described here:
I've written the code on an older version of Matlab. It worked back then.
For R2019b however the function has a completely different syntax it seems.
Is there an alternative?
% resample Redefine a time series based on a new time vector.
%
% TS = resample(TS,TIMEVEC) resamples the time series object TS on the
% new
% time vector TIMEVEC. When TIMEVEC is numeric, it is assumed to be
% specified relative to the TS.TimeInfo.StartDate property and in the same
% units as the time series TS uses. When TIMEVEC is an array of date
% strings, then it is used directly.
  2 个评论
Walter Roberson
Walter Roberson 2019-11-20
You are looking at the beginning of the information about the resample function for timeseries objects. The other one still exists. Check to be sure that you have the signal processing toolbox
Semih Yikilmaz
Semih Yikilmaz 2019-11-30
I installed the signal processing toolbox and now it works. Thank you!

请先登录,再进行评论。

采纳的回答

Semih Yikilmaz
Semih Yikilmaz 2019-11-30

更多回答(1 个)

Priyanshu Mishra
Priyanshu Mishra 2019-11-27
编辑:Priyanshu Mishra 2019-11-27
Hi Semih,
To resample time series time vector you may refer to following documentation page
The link you are referring to, requires signal processing toolbox. This will resample your uniform data to new fixed rate. So, there isn't any change in the new release.

类别

Help CenterFile Exchange 中查找有关 Multirate Signal Processing 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by