how to normalize two discrete time series signal to same time duration???
1 次查看(过去 30 天)
显示 更早的评论
i have two signals of length say t1 for 15 sec and t2 for 17 sec of respective amplitude vectors a1 and a2...
now how to normalize two signals for either 13 or 16 or 18 secs i.e of same length??
which command to use??
thanks in advance..
0 个评论
回答(1 个)
Jurgen
2012-11-22
Use interp1. Or create a fit using fit or polyfit. But beware the difference between interpolation and extrapolation.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Measurements and Feature Extraction 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!