solveWaveFFT

버전 1.1.2 (1.73 KB) 작성자: Ian Ammerman
Performs fast fourier transform on wave elevation time-series and outputs dominant frequencies & corrosponding power spectrum values.
다운로드 수: 7
업데이트 날짜: 2023/4/14

라이선스 보기

Note: Description accessible with Matlab's built-in "help" function.
The function solveWaveFFT(eta,Fs,units,peaks) computes and plots the 1-sided spectrum from the fast fourier transform of a given time series signal (eta). This function utilizes Matlab's built-in fft function.
Inputs:
  1. eta – wave elevation time series
  2. Fs – sampling frequency
  3. Units – toggle (1: Hz | 2: rads/s)
  4. Peaks – number of peaks of interest from transform
Outputs:
  1. Ap – amplitude of peaks
  2. fp – frequency value of transform peaks, in units specified by input 3.

인용 양식

Ian Ammerman (2024). solveWaveFFT (https://www.mathworks.com/matlabcentral/fileexchange/127808-solvewavefft), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2023a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
태그 태그 추가

Community Treasure Hunt

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

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

Updated number of peaks to consider when ranking to improve accuracy for complex wave environments.

1.1.1

Bug fixes

1.1.0

Corrected function to output peaks in descending order of magnitude.

1.0.0