Amplitude detection in time series data
Afficher commentaires plus anciens
I have a time seriese of data recorded from gyroscope I need to detect the specific time of the large Amplitud change ? I can detected manualy but I want automatic detection
note you can see the attachment
Réponse acceptée
Plus de réponses (1)
Image Analyst
le 18 Sep 2021
Modifié(e) : Image Analyst
le 18 Sep 2021
0 votes
You could probably use stdfilt() or movstd(). Try different window widths and plot the output.
Or try thresholding and labeling. Search for questions on finding words or silence in audio waveforms - there has been a lot of questions regarding that. It's a similar kind of thing.
Attach the data in a .mat or .txt or .csv file if you need more help.
1 commentaire
hayder al-omairi
le 19 Sep 2021
Catégories
En savoir plus sur Descriptive Statistics dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
