- Executing time-frequency analysis with Short Time Fourier Transform(STFT) method.
- Execute 'make' to compile executable command 'time-fre'.
- Linux or Mac OS platform.
- GMT (the Generic Mapping Tools, here, version 5.4.5).
- pssac2 (module of plotting SAC format file)
- time-fre SACfile t1 t2 segment_length fre_low fre_high output_file
parameter | mean |
---|---|
SACfile | name of SAC format file |
t1 | begin time of doing time-frequency analysis |
t2 | end time of doing time-frequency analysis |
segment_length | segment length of doing time-frequency |
fre_low | low limitation of corner frequency of doing time-frequency analysis |
fre_high | high limitation of corner frequency of doing time-frequency analysis |
output_file | file name of outputting results |
Go the directory "Example" and run with command below.
time-fre ft_BBR.BHZ.SAC 0 30000 50 0.005 0.2 out.txt
Run the plot shell script "plot.sh" and you can see it as below figure.
- Author: Xuping Feng
- Email: [email protected]