I am confused on the interpretation of $$ f(x)\delta(x-t_0) $$ where $\delta(x)$ is the Dirac delta function: $$ \delta(x-t_0)= \left\{ \begin{array}{ll} 0 & x< t_0 \\ \text{undefined} & x=t_0 \\ 0 & x>t_0\\ \end{array} \right. $$
The delta function is used in the discrete probability density functions, and more importantly in signal processing where the function is used as multiplier to represent discrete stuff.
Given,
$$ g(x)= \sin(x)\sum^n_{i=0}\delta(x-t_i) $$ What does $g(x)$ actually represent? If the delta function is undefined at $t_i$, what does it mean for it to be multiplied to $\sin(x)$?
I've seen that the graph of the given looks like a periodic graph of $\delta(x)$ at $t_i$ which seems to be enveloped by $\sin(x)$. How can this happen since the said function is undefined at all $t_i$?