WelchWin: Welch (parabolic) window function

The function returns a parabolic window of length n. This is useful for spectral estimation.
549 download
Aggiornato 9 nov 2012

Visualizza la licenza

WELCHWIN Welch (parabolic) window

Usage:
w = welchwin(n) returns the n-point parabolic window

n: scalar window length

w: column vector of window values

Example:
t = (0:9)';
s = rand(1,10)';
n = length(s);
w = welchwin(n);
s2 = s.*w;
plot(t, s, 'ko', t, s2, 'r-')
legend('original data', 'windowed data')

See also: RECTWIN

Cita come

Andrew Davis (2024). WelchWin: Welch (parabolic) window function (https://www.mathworks.com/matlabcentral/fileexchange/38978-welchwin-welch-parabolic-window-function), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2012a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su AI for Signals in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0