WelchWin: Welch (parabolic) window function

The function returns a parabolic window of length n. This is useful for spectral estimation.

Sie verfolgen jetzt diese Einreichung

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

Zitieren als

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

Allgemeine Informationen

Kompatibilität der MATLAB-Version

  • Kompatibel mit allen Versionen

Plattform-Kompatibilität

  • Windows
  • macOS
  • Linux
Version Veröffentlicht Versionshinweise Action
1.0.0.0