resample
对 timeseries
或 tscollection
中的时间向量进行重采样
语法
说明
tsout = resample(
使用指定的插值方法重采样。如使用线性插值,则 tsin
,timevec
,interpmethod
)interpmethod
为 'linear'
,如使用零阶保持,则为 'zoh'
。
tsout = resample(
将 tsin
,timevec
,interpmethod
,code
)code
中的质量代码应用于所有样本。
示例
输入参数
版本历史记录
在 R2006a 之前推出
另请参阅
timeseries
| tscollection
| getinterpmethod
| setinterpmethod
| synchronize