Calculate Sum of Fourier Transform | N = 7 Vector

  • Thread starter Thread starter bodensee9
  • Start date Start date
  • Tags Tags
    Fourier
bodensee9
Messages
166
Reaction score
0

Homework Statement


Hello: I have a say N = 7 vector. Say I know that it's DFT is X = [X[0] X[1] ... X[6]]
I am wondering if there is any way that I can find the sum of:
x[1] - x[2] + x[3] - x[4] + x[5] - x[6]?
Since N = odd, I can't use the trick with N/2 = pi as a frequency. Thanks so much.
My signal x{n] is real, but I really can't see any relation between the entries of X and x.
 
Physics news on Phys.org
You could express your modified sequence as the product of the sequence x times a square wave:

x'_n=(-1)^n x_n, with n=0, 1, ...

Try taking it from there. Hint: what is the Fourier transform of a product of two functions?
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top