Poisson Summation formula below works for both even and odd functions.
$$\sum\limits_{n=-\infty}^{\infty} f(n) = \sum\limits_{k=-\infty}^{\infty}\hat{f}(k)$$
Unlike even functions, this formula doesn't doesn't seem to be as useful for ODD functions, since both LHS and RHS of the identity compute to $0$.
Question 1: Is there a one sided version that relates a sampled sum of a function with its FT( i.e. relating $\sum\limits_{n=1}^{\infty} f(n)$ to its frequency components)?
I found a variant of Poisson's sum that is defined using cosine transform in the 1948 book "Introduction to the theory of Fourier Integrals" by Titchmarsh E.C.
$$\sqrt{\beta}\Big(\frac{1}{2}F_c(0) + \sum\limits_{n=1}^{\infty}F_c(n\beta)\Big) = \sqrt{\alpha}\Big(\frac{1}{2}f(0) + \sum\limits_{n=1}^{\infty}f(n\alpha)\Big), \alpha\beta = 2\pi, \alpha > 0$$ For this formula, $F_c(x) = \sqrt{\frac{2}{\pi}}\int\limits_{0}^{\infty}f(t)cos(xt) dt $ for $x > 0 $
Question 2 : I am unsure if I can use this formula for odd functions. Double-sided cosine transform of an odd function results in 0, but since the formula in the book for cosine transform is one-sided, I am tempted to use it for the purpose stated in my Question 1 above. Any thoughts on this?