📄 comp_winlist.m
字号:
function l=comp_winlist()%COMP_WINLIST Compute list of available windows.% Each row corresponds to one window type.%% Element no.:% 1 - Number for id (integer)% 2 - Short name (string)% 3 - Long name (string)% 4 - Routine to call (string)% 5 - Cell array of fixed parameters to pass (strings)% 6 - Cell array of variable parameters to pass, see below.%%% The variable parameters have the following meaning:% 'L' - Length of full length window.% 'Lfir' - Length of FIR window% 'tfr' - Time-frequency ratio% 'a' - time-shift in for PU property.% 'M' - Number of channels% 'order' - Order of spline% 'beta' - Parameter for Kaiser-Bessel %l={{1,'gauss','Gaussian window','pgauss',... {},{'L','tfr'}},... {2,'sech','Hyperbolic secant','psech',... {},{'L','tfr'}},... {3,'cantight','Tight Gaussian','cantight',... {},{'a','M','L'}},... {4,'+spline','Spline window','pbspline',... {'+c'},{'L','order','a'}},... {5,'*spline','Symmetric spline window','pbspline',... {'*c'},{'L','order','a'}},... {6,'Hanning','FIR Hanning window','firwin',... {'hanning'},{'Lfir'}}}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -