how to add zeros

2 次查看(过去 30 天)
sadia sabahat
sadia sabahat 2019-8-17
i have this type of plot .on x axis time in seconds. the required wave lie in time between 06:00 -07:20 sec. so i want to cut it by zero padding....so my question is how to find sample in this time range...
  1 个评论
Walter Roberson
Walter Roberson 2019-8-17
first_non_silent = find(abs(YourSignal) > tolerance, 1, 'first');
Due to background noise, you would not typically look for the first non-zero location, and would instead look for the first location whose value exceeds the noise level.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Shifting and Sorting Matrices 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by