SMOOTHING FUNCTION FOR FOURIER AMPLITUDE SPECTRUM

버전 1.0.3 (135 KB) 작성자: Dr. Erol Kalkan, P.E.
smoothSpectra offers different smoothing options for Fourier amplitude spectrum. Default window function is Konno-Ohmachi.
다운로드 수: 531
업데이트 날짜: 2019/2/7

라이선스 보기

SMOOTHING FUNCTION FOR FOURIER AMPLITUDE SPECTRUM

smoothSpectra offers various different window smoothing options for Fourier amplitude spectrum (FAS) including boxcar, triangle, Parzen, Hann, Hanning, Hamming, Gaussian. Default window function is Konno-Ohmachi (see Konno and Ohmachi (1998), page 234), which symmetric in log space. The smoothing is performed by convolving the window function with the FAS. Three examples are provided in demo.m file.

USAGE:

[smoothFAS] = smoothSpectra(Y,varargin)

STATIC INPUT:

Y = vector of Fourier amplitudes (1xn or nx1)

VALID PROP_NAME / PROP_VAL PAIRS:
-----------------------------------------
'w' --> (1x1)-[numeric]-[default:40]
'b' --> (1x1)-[numeric]-[default: 20]
'method' --> [text]-[default: konno-ohmachi]
'debug' --> [text]-[default: False]

NOTES:

w = width of window function (e.g., 100)

b = bandwidth coefficient of konno-ohmachi window (e.g., 20)

method = window function (e.g., boxcar, gaussian, hamming, hann,
hanning, konno-ohmachi, parzen, triang)

debug = 'True' for print debug messages

OUTPUT:

smoothFAS = smoothed vector of Fourier amplitudes (1xn)

EXAMPLES:

see demo.m file

REQUIREMENTS:

smoothSpectra function does not require any MatLAB toolbox

ACKNOWLEDGEMENT:

In preparing this function, I benefitted from konv.m function written by Ali Jadoon.

If you find this code useful for your application, please don't forget to rate it.
For questions / suggestions / comments and bug reports: kalkan76@gmail.com

인용 양식

Dr. Erol Kalkan, P.E. (2024). SMOOTHING FUNCTION FOR FOURIER AMPLITUDE SPECTRUM (https://www.mathworks.com/matlabcentral/fileexchange/70217-smoothing-function-for-fourier-amplitude-spectrum), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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

Updated notes

1.0.2

Updated notes

1.0.1

Updated notes

1.0.0