Skip to content
/ Gabor.jl Public

Small routine to calculate Gabor transform of a vector.

License

Notifications You must be signed in to change notification settings

jagot/Gabor.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gabor

Build Status

This package is superseded by WindowTrans.jl.

Small routine to calculate Gabor transform of a vector.

Example usage:

t = linspace(0,3,1000)
f = sin(5*ceil(t)*2π.*t)
freq,G = gabor(t, f, 0.1)

This produces

Simple Gabor transform example

About

Small routine to calculate Gabor transform of a vector.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages