Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
DER Estimates the derivative of an array X with respect to its argument T: dX/dT by evaluating the slope of a polynomial fit of elements "close" to each point. This "closeness" is controlled by an optional input called window width, in turn this controls the smoothness.
Syntax:
>> dXdT = der(X,DT);
where X is a time series and DT its sampling interval.
>> dXdT = der(X,T);
if T is not uniform.
Other optional inputs are:
- the window width (W)
- the polynomial fit degree (DEG)
- the padding (PAD) % to improve derivatives at edges
Besides, the error of the dXdT estimate may be obtained.
Enjoy it!
Bugs reports and comments will be very appreciated!
Cita come
Carlos Adrian Vargas Aguilera (2026). der.m v1.0 (Nov, 2009) (https://it.mathworks.com/matlabcentral/fileexchange/25818-der-m-v1-0-nov-2009), MATLAB Central File Exchange. Recuperato .
Riconoscimenti
Ispirato da: Movingslope, nanderivative.m v2.1 (Jul 2009)
Informazioni generali
- Versione 1.0.0.0 (5,09 KB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
| Versione | Pubblicato | Note della release | Action |
|---|---|---|---|
| 1.0.0.0 |
