Filter löschen
Filter löschen

how to add zeros

1 Ansicht (letzte 30 Tage)
sadia sabahat
sadia sabahat am 17 Aug. 2019
Kommentiert: Walter Roberson am 17 Aug. 2019
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 Kommentar
Walter Roberson
Walter Roberson am 17 Aug. 2019
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.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Shifting and Sorting Matrices finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by