Several issues replicating a predictive maintenance webinar

4 views (last 30 days)
hi there,
I'm trying to replicate the following webinar https://it.mathworks.com/videos/predictive-maintenance-with-matlab-a-prognostic-case-study-119606.html? about the predictive maintenance. Unfortunately, the dataset indicated in the slides is no longer available on the NASA site.
Surfing among the Matlab tutorials, I found a similar dataset https://it.mathworks.com/help/predmaint/examples/similarity-based-remaining-useful-life-estimation.html. Despite it has a different size, the data appears similar to the webinar ones but with different labels of the variables. Do you have these datasets reported in the webinar or Do you know where I can download it?
Now, I'm stuck at minute 21:00, when she uses the function 'filterData' to obtain the filtered measurements. It seems that this function is no available in the Matlab. Do you know anything more?
To avoid this issue, I thought to filter each dataset of each motor using the filter function. Then, I import the all smoothed data with datastore function.
Thanks in advance for your time.

Accepted Answer

Roger Rodrigues
Roger Rodrigues on 7 Jan 2019

More Answers (1)

Bisca
Bisca on 9 Jan 2019
I have a news on the problem about the filterdata function. I have avoided the problem using the filter function available on matlab on each dataset that I have merged in a unique variable in the workspace

Categories

Find more on Get Started with Predictive Maintenance Toolbox in Help Center and File Exchange

Products


Release

R2017a

Community Treasure Hunt

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

Start Hunting!