MATLAB Scripts for Acceleration Data Processing and Analysis from SmartRock Sensor
收藏NIAID Data Ecosystem2026-05-02 收录
下载链接:
https://data.mendeley.com/datasets/bggwfsrfrj
下载链接
链接失效反馈官方服务:
资源简介:
This dataset contains four MATLAB scripts designed for the processing, analysis, and visualisation of acceleration data obtained from Smart Rock sensors. These scripts facilitate importing raw data from Excel files, processing it to extract meaningful insights such as frequency spectra, signal peaks, and orientation information. Below is a brief overview of each script:
Retreive_raw_data.m:
The main script responsible for importing raw acceleration and quaternion data from user-selected Excel files. It initiates the data processing pipeline by calling functions to import, visualise, and analyse the data. The script plots the acceleration data along the X, Y, and Z axes and manages quaternion data for further processing, such as conversion to rotation matrices.
importfile.m:
A supporting function specifically designed to import acceleration data from the specified Excel worksheet. It extracts time series data along with acceleration values on three axes (X, Y, Z) and prepares the data for visualisation and analysis in the main script.
frequenzspektrum.m:
This function calculates the frequency spectrum of a given signal using Fast Fourier Transform (FFT). It returns the amplitude and phase spectra, enabling frequency-domain analysis of acceleration signals. This script is often called during the analysis phase for detailed signal processing.
Composite acceleration and signal smooth.m:
This script processes the imported acceleration data by resampling it to equal time intervals, applying low-pass and high-pass filters, detecting peaks in the signal, and performing Fourier Transform to analyse the frequency spectrum. It provides a more detailed analysis of the composite acceleration derived from the X, Y, and Z components.
创建时间:
2024-10-01



