Create Windows for use with FFT functions.
Window type is one of :
'rectangular',
'blackman',
'blackmanharris',
'blackmanharris4',
'blackmanharris7',
'flat top',
'hamming',
'hanning'
w = create_window( 'blackmanharris4', 128 );
Accessible properties:
w.window
w.incoherent_power_gain
w.coherent_power_gain
To get library clone from github:
cd to your lib folder
git clone https://github.com/Matlab-Toolbox/create_window.git
Add function to path:
%% Add functions to path
run(['/path_to_package/create_window/load_toolbox.m']);