Quick spectral analysis plots

版本 1.2.0.0 (3.4 KB) 作者: Matthew
Create quick spectral analysis plots.
2.5K 次下载
更新时间 2010/7/14

查看许可证

Inputs:
data - the data for spectral analysis
K - averaging parameter, explained below
beta - beta value for the Kaiser window
out_form - spectral analysis option
samp_freq - data sampling frequency

Outputs:
out - calculated spectral estimate in form specified by out_form

Averaging Parameter:
The spectra are smoothed by averaging over windows 1/K times the full
length of data. This smoothing method is based upon a technique described
in section 13.4 of "Numerical Recipies in C++", Second Edition.

Windowing:
Each of the above windows are multiplied with a Kaiser window with the
provided window beta value given by the beta input parameter.

Output Format Options:
'as' - amplitude spectrum
'ps' - power spectrum
'asd' - amplitude spectral density
'psd' - power spectral density
'rms' - integrated rms motion

引用格式

Matthew (2024). Quick spectral analysis plots (https://www.mathworks.com/matlabcentral/fileexchange/27881-quick-spectral-analysis-plots), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2007b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Spectral Measurements 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.2.0.0

Corrected a bug which stops this script working with multi-column data.

1.0.0.0