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
Remove the daily mean value from a multi-year time series. The time series t and y must be vectors of equal length and t must be daily values in datenum format.
y_deseasoned = deseason(t,y); returns the deseasoned y signal.
[y_ds,y_s] = deseason(t,y); returns the deseasoned y signal and the extracted seasonal signal such that y = y_s + y_ds.
[y_ds,y_s,annualsig] = deseason(t,y); also returns a vector of length 366 containing the annual signal where the index of annualsig corresponds to the day of the year.
This function requires Anthony Kendall's date2doy function available on the Mathworks FEX site: http://www.mathworks.com/matlabcentral/fileexchange/18316
Citation pour cette source
Chad Greene (2026). deseason (https://fr.mathworks.com/matlabcentral/fileexchange/43222-deseason), MATLAB Central File Exchange. Extrait(e) le .
Remerciements
Inspiré par : Date to Decimal Day of Year, Get Climate Teleconnection Indices, Get Land Surface Temperatures
A inspiré : downsample_ts, trend
Informations générales
- Version 1.1.0.0 (2,28 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.0.0 | Changed behavior! Now restores DC offset. |
||
| 1.0.0.0 |
