Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
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:
- eta – wave elevation time series
- Fs – sampling frequency
- Units – toggle (1: Hz | 2: rads/s)
- Peaks – number of peaks of interest from transform
Outputs:
- Ap – amplitude of peaks
- fp – frequency value of transform peaks, in units specified by input 3.
Citation pour cette source
Ian Ammerman (2026). solveWaveFFT (https://fr.mathworks.com/matlabcentral/fileexchange/127808-solvewavefft), MATLAB Central File Exchange. Extrait(e) le .
Informations générales
- Version 1.1.2 (1,73 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 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 |
