You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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
Cite As
Andrew Davis (2026). WelchWin: Welch (parabolic) window function (https://www.mathworks.com/matlabcentral/fileexchange/38978-welchwin-welch-parabolic-window-function), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (1.36 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
