Convert Acceleration Data to Velocity and Displacement

버전 1.0.6 (1.47 KB) 작성자: Ayad Al-Rumaithi
Integrates acceleration sensor data to velocity and displacement, the process includes detrending and tukey windowing for the 3 data types
다운로드 수: 1.2K
업데이트 날짜: 2023/4/24

라이선스 보기

Integrates acceleration sensor data to velocity and displacement, the process includes detrending and tukey windowing for the 3 data types.
Result=ACC_VEL_DSP(Data,fs,taper)
Input:
Data: acceleration signal of size (N,n). N is signal length. n is the number of channels
fs: Sampling Frequency
taper: Window Tapered Ratio for tukeywin windowing. Use 0 if no windowing required
Output:
Result is a structure consists of
ACC: Processed acceleration data
VEL: Generated and processed velocity data
DSP: Generated and processed displacement data

인용 양식

Ayad Al-Rumaithi (2024). Convert Acceleration Data to Velocity and Displacement (https://www.mathworks.com/matlabcentral/fileexchange/69516-convert-acceleration-data-to-velocity-and-displacement), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2009b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Chemistry에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.6

summary

1.0.5

code

1.0.4

code

1.0.3

title

1.0.2

Description

1.0.1

added Description

1.0.0