You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start MATLAB and run MainStart_ST.m. A selection dialog will pop up for choosing input data. After selection, click OK to proceed. The program supports batch processing of multiple files and will automatically create two folders in the program directory: "Over-limit Rate and Time-Frequency Analysis - Figures" (for storing result plots) and "Over-limit Rate and Time-Frequency Analysis - Data" (for storing result data).
Input data must be two-column minute-value formatted data.
Workflow:
Perform basic data preprocessing (including gap filling, daily zeroing, third-order polynomial detrending, and linear interpolation).
Apply digital filtering to extract high-pass information.
Calculate intensity over-limit rate (zQDcxl) and quantity over-limit rate (zSLcxl) by removing a specified proportion of outliers and performing statistical analysis under given thresholds.
Generate and save plots, and export result data.
Perform S-transform on digitally filtered data using overlapping sliding windows with specified window lengths and step sizes.
Extract maximum amplitude values and average amplitude values across frequencies at given time points from S-transform results, outputting them as time series.