how to sample random data ?
显示 更早的评论
i have a data x with increasing value but random. and function of x is y , let say, x=[0,0.1,0.3,0.5,0.6,0.7,0.9,0.95,1];y=[0,10,20,25,20,22,29,33,34] how to make x value to be sampled, let say by 0.125, with respect to y. (actually y value will be replaced with new sequence). and how to do that? thanks before for answer
回答(1 个)
Star Strider
2017-9-19
0 个投票
It depends on what you want to do. I would use the Signal Processing Toolbox resample (link) function, especially if you are doing signal processing on the resampled signal. See the documentation for all the options the resample function offers.
类别
在 帮助中心 和 File Exchange 中查找有关 Multirate Signal Processing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!