Meaning of double arrow $\Leftrightarrow$ symbol in signal processing context

2.3k Views Asked by At

What is the meaning of the double left-right arrow in the following context? This is from a signal processing paper, Alias-Free Digital Synthesis of Classic Analog Waveforms.

For a general discrete-time signal $x(nT_s)$ which has been uniformly sampled at twice its highest frequency, exact bandlimited interpolation, which we call sinc interpolation, is carried out as $$x(t) = \sum_{n=-\infty}^\infty x(nT_s)h_s(t\Leftrightarrow nT_s)$$ $$=\frac{sin(\pi F_st)}{\pi F_s} \sum_{n=-\infty}^\infty x(nT_s)\frac{(\Leftrightarrow 1)^n}{t\Leftrightarrow nT_s}$$ where $$h_s(t) \triangleq sinc(F_st) \triangleq \frac{sin(\pi F_st)}{\pi F_st}.$$

I have read in Wikipedia's list of mathematical symjbols, and in other questions that it means if and only if. However, this does not make sense to me here.

There is also an answer suggesting "the $p\Leftrightarrow q$ symbol is just a strange font substitution for $p−q$", which I would indeed find very strange. Most of the answer is specific to a different context which I don't understand well enough to verify it.

I'm especially confused about its use in the second line: $(\Leftrightarrow 1)^n$ where there isn't even a left-hand term.

This must be a specialised usage. What is it?

Edit

If it is being used as iff, could someone walk me through how to interpret that? eg. Could I unpack the first line of the equation as

$$\sum_{n=-\infty}^\infty x(nT_s) \begin{cases} h_s(t), & t = nT_s \\ [...], & otherwise \end{cases} $$

and what would go in place of $[...]$? How to then unpack the expression $(\Leftrightarrow 1)^n$?

1

There are 1 best solutions below

3
On BEST ANSWER

It's a '$-$' sign.

$\sin(\pi F_s [t - nT_s]) =\sin(\pi F_s t)\cos(\pi F_s nT_s) - \cos(\pi F_s t)\sin(\pi F_s nT_s) = \sin(\pi F_s t)(-1)^n -\cos(\pi F_s t)(0)$

since $F_sT_s =1$ by definition.

The overall expression is a convolution.