Re: question about integration of spectrum



On 28 Sep, 19:25, "mcyoung" <diaoyip...@xxxxxxx> wrote:
hi all,
i want to get a integral spectrum, i have two choices:

1:do integration to time domain then do fft to get the spectrum
2:do integration to fft spectrum directly

i do not know which is better, can anyone give me some advices.

and if we do integration to a spectrum ( multiply 1/(j*w) ), how can we
deal with 0 Hz?

So you want to integarte a function which is represented by
its spectrum?

The time-domain and frequency-domain approaches are *formally*
equaivalent, but the technicalities are different.

In time domain, the integral is easy:

X[0] = x[0]
X[n] = X[n-1]+x[0]

In frequency domain you need to handle the DC component
specifically, as the integral of a DC component is a ramp
function. Due to technicalities about the definition of the
Fourier Transform (the infinite integral must be bounded
for the FT to exist) it is not at all obvious if (or how)
the DC component should be handled.

So my advice is that you avoid a lot of trouble by doing
your integration in time domain.

Rune
.



Relevant Pages

  • Re: Infantile authours degrading this NG.
    ... integration by parts does not apply because delta ... The evaluation of the spectrum of the Diracian relies ...
    (sci.math)
  • question about integration of spectrum
    ... 1:do integration to time domain then do fft to get the spectrum ...
    (comp.dsp)
  • Re: question about integration of spectrum
    ... 1:do integration to time domain then do fft to get the spectrum ... Integration in time domain, which is implemented in my project, has a few ...
    (comp.dsp)
  • Re: Integration via fft
    ... I'm trying to do a numerical integration by using the FFT and the ... integral property of the FFT that if Yis the FFT of y, ... you have to shift the fft back again. ...
    (comp.soft-sys.matlab)
  • Integration via fft
    ... I'm trying to do a numerical integration by using the FFT and the ... integral property of the FFT that if Yis the FFT of y, ...
    (comp.soft-sys.matlab)

Loading