Continuous Sound and Vibration Analysis

This program analyzes sound and vibrations data using metrics for continuous noise and vibrations.
ダウンロード: 8.6K
更新 2013/12/4

ライセンスの表示

The main program is Main_sound_and_vibs.m. Several metrics are for each of sound, hand arm vibrations, whole body vibrations, and motion sickness. Main_sound_and_vibs calls the primary dependent function
"Continuous_Sound_and_Vibrations_Analysis" which contains the switch statement controlling the data flow.

This program calculates metrics for continuous sound and vibrations. Sound metrics include: peaks, Leq, LeqA, LeqC, kurtosis, third octave band peaks and levels, and more.

Vibration metrics for hand-arm include: arms, armq, Dy, peak, crest factor, kurtosis, third octave band levels and peaks, and more.

Vibration metrics for whole-body include: arms, armq, VDV, MSDV, crest factor, kurtosis, third octave band levels and peaks, and more.

The vibration metrics except for the third octave bands are calculated using both the weighted and unweighted filters.

This program prompts the user for all of the inputs to the Continuous_Sound_and_Vibrations_Analysis.m program.

The user selects either matlab or wav files to analyze for sound and vibrations. There are a series of prompts for output filenames, formating of output images of the figures, and the Name of the device under test (Tool Name).

引用

Edward Zechmann (2024). Continuous Sound and Vibration Analysis (https://www.mathworks.com/matlabcentral/fileexchange/21384-continuous-sound-and-vibration-analysis), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2010b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!

バージョン 公開済み リリース ノート
1.10.0.0

This update should fix a bug that caused the previous version to crash in some cases.

1.9.0.0

Added an option for a Fourier third octave band filter.

1.8.0.0

Fixed a bug in the calculation of VDV. Thanks to Longqi Wang for finding the bug.

1.7.0.0

Fixed bugs in outputting vibrations metrics.

1.6.0.0

Fixed abug in the selection of the posture type. This affects posture types 2-8 including the filter coefficients.

1.4.0.0

Fixed a bug in calculating VDV for whole body vibrations.

1.3.0.0

Fixed a bug in loading wave files.

1.2.0.0

Fixed a bug in the running average.

1.0.0.0

Added Comments and modified the subprogram find_nums. Fixed a bug with reporting the scaling factors for whole body vibration. Fixed bug where values of the mtrics were not reported to the metrics field.