Thread: fft amplitude

Started: 2019-02-06 23:10:49
Last activity: 2019-02-07 16:31:30
Topics: SAC Help
Mar Tapia
2019-02-06 23:10:49
Hi to all,

I would like to know if the fft amplitude (fft; keepam) in sac is the
module of fourier transform (amplitude*s) or is the power of amplitude
(amplitude*s)^2

Thanks,

Mar

--
-----------------------------------------------------------
Mar Tapia

mar.tapia<at>gmail.com
------------------------------------------------------------

  • George Helffrich
    2019-02-07 16:31:30
    Dear All -

    Try this experiment with SAC:

    fg sine 1 0 npts 4096 delta 0.01; mul 1; div (40.96 / 2); fft amph; psp am

    (The div command compensates for the (N*Delta/2) normalization for the FFT.) The plot shows the peak amplitude is one (at 1 Hz). If you change the “mul 1” to “mul 2” the amplitude peak becomes 2. Hence, the amplitude is true amplitude, not power.

    On 6 Feb 2019, at 23:11, Mar Tapia <mar.tapia<at>gmail.com> wrote:

    Hi to all,

    I would like to know if the fft amplitude (fft; keepam) in sac is the module of fourier transform (amplitude*s) or is the power of amplitude (amplitude*s)^2

    Thanks,

    Mar

    --
    -----------------------------------------------------------
    Mar Tapia

    mar.tapia<at>gmail.com <mar.tapia<at>gmail.com>
    ------------------------------------------------------------

    ----------------------
    SAC Help
    Topic home: http://ds.iris.edu/message-center/topic/sac-help/ | Unsubscribe: sac-help-unsubscribe<at>lists.ds.iris.edu

    Sent from the IRIS Message Center (http://ds.iris.edu/message-center/)
    Update subscription preferences at http://ds.iris.edu/account/profile/



    George Helffrich
    george<at>elsi.jp


00:19:03 v.22510d55