Skip to content

Cuda-Chen/ms2fft

Repository files navigation

ms2fft

Read miniSEED data then make FFT on it.

Dependencies

  • libmseed
  • fftw

How to Compile and Run

First clone this repo with this command:

$ git clone --recursive https://github.com/Cuda-Chen/ms2fft.git

Then type:

$ make
$ ./ms2fft [mseedfile]

Output Format

<fs> <real> <imag>

What is the meaning of out[0]?