Skip to content

taotaokai/specgram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

specgram

make spectrogram from a sac file

Dependent libaries:

netcdf, fftw

Programs:

  1. src/specgram.c: make S-transform of a given sac file.

  2. aux/specgram_stack.c: auxiliary program to stack several output nc files from specgram

How to use:

execute binaries in bin/ without any argument will print out help document.

How to compile:

excute ./compile.sh

You need to modify compile.sh by adding netcdf and fftw paths in to C_INCLUDE_PATH and LIBRARY_PATH, if they are not in the path already.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published