Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 486 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 486 Bytes

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