lagwind.m

来自「高阶谱工具箱 Version 2.0.3 (R12 compliant) 27 」· M 代码 · 共 23 行

M
23
字号
function wind=lagwind(lag,window)

%	LAGWIND Lag window function
%
%	wind=lagwind(lag,window)
%
%	The lag element window vector is computed from the lag scalar and window function
%	string.  If unspecified, the lag scalar is entered after the prompt from the
%	keyboard.  The window string specifies lag window vector computation, according to:
%
%	window = 'uniform', 'u', or unspecified computes the uniform window
%	       = 'sasaki' or 's' computes the sasaki window
%	       = 'priestley' or 'p' computes the priestley window
%	       = 'parzen' or 'pa' computes the parzen window
%	       = 'hamming' or 'h' computes the hamming window
%	       = 'gaussian' or 'g' computes the gaussian distribution window
%	       = 'daniell' or 'd' computes the daniell window

%	Implemented using MATLAB 5.3.1
%
%	Example:
%
%	

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?