Skip to content

Matlab-Toolbox/create_window

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create Window

Create Windows for use with FFT functions.

Window type is one of :

 'rectangular',      
 'blackman',         
 'blackmanharris',   
 'blackmanharris4',  
 'blackmanharris7',  
 'flat top',         
 'hamming',          
 'hanning'

Example

w = create_window( 'blackmanharris4', 128 );

Accessible properties:

w.window
w.incoherent_power_gain
w.coherent_power_gain

Installation

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']);

About

Create Window for FFTs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages