Given a Gaussian function of the form $$g(x) = ae^{-(x-b)^2/(2c^2)}$$
I am interested in a discrete analogue to this, which deals with the case where $x$ is discrete. As I understand there are two ways of doing this, namely, the Sampled Gaussian kernel and the Discrete Gaussian kernel. Does anyone know how to explain the implementation of these in a simple way or has a good reference for a text or set of notes? I don't have a very strong background in statistics hence I am having difficulty understanding the protocol involved in these two methods.
To give some context: Consider an operator which takes the constants $a,b,c$ to a Gaussian function $$\{a,b,c\} \mapsto ae^{\frac{(x-b)^2}{2c^2}}~~~~~~~(1)$$
Given that $x'$ is discrete and possibly bounded $-N \leq x' \leq N$, is there a discrete case analogue to the operator (1) which gives some Gaussian type distribution given some parameters $a,b,c...$ which include the mean and the variance?