what is the equivalent function in 2014b for resample()?
显示 更早的评论
Hi
resample() function is not available in version 2014b. could anyone point me some equivalent functions? Basically, what I am trying to do is to divide one time series vector by the other time series vector with different size. One vector has random dates and the other vector has daily data. so I am thinking to convert the first vector into daily data so I can use ./ . Originally, I was thinking to do like this resample(A, length(B), length(A)). Any ideas? I appreciate it.
2 个评论
Star Strider
2017-12-11
The Signal Processing Toolbox version of the resample function was introduced before R2006a.
Is that the one you want to use?
roudan
2017-12-11
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Multirate Signal Processing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!